/*
Theme Name: Root Child
Theme URI: http://wpshop.biz/themes/root
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: root
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */

.download_doc,.download_xls {
    background-position: 4px center;
    padding: 22px 10px 22px 62px;
    background-color: #F4F4F4;
    border: 1px solid #C0C0C0;
    text-shadow: 1px 1px 1px white;
    margin-top: 10px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    min-height: 20px;
    font-weight: 600;
    text-align: left;
}
.download_doc{background-image: url('images/download-doc.png');}
.download_xls{background-image: url('images/download-xls.png');}
.download_doc a,.download_xls a {color: #990000;}
.bold-font{font-weight:bold}

.wp-caption-text{font-weight:bold}
.button{
	color: #000;
	text-decoration: none;
	border: 1px solid #c1c3c2;
	border-radius: 4px;
	display: inline-block;
	padding: 3px 7px;
	margin:2px 0;
	background: #f0f0f0;
	background: -moz-linear-gradient(top, #f0f0f0 0%, #f0f0f0 49%, #d4d4d5 50%, #d4d4d5 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #f0f0f0), color-stop(49%, #f0f0f0), color-stop(50%, #d4d4d5), color-stop(100%, #d4d4d5));
	background: -webkit-linear-gradient(top, #f0f0f0 0%, #f0f0f0 49%, #d4d4d5 50%, #d4d4d5 100%);
	background: -o-linear-gradient(top, #f0f0f0 0%, #f0f0f0 49%, #d4d4d5 50%, #d4d4d5 100%);
	background: -ms-linear-gradient(top, #f0f0f0 0%, #f0f0f0 49%, #d4d4d5 50%, #d4d4d5 100%);
	background: linear-gradient(to bottom, #f0f0f0 0%, #f0f0f0 49%, #d4d4d5 50%, #d4d4d5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#d4d4d5', GradientType=0);
}
p a{text-decoration:underline}

.entry-content table{margin-top:0px!important}
.entry-content table tr{background:#f6f6f8;line-height:1.2;}
.entry-content table tr:nth-child(1){background:#565656;color:#fff;text-align:center;font-size:15px;line-height:1.2;letter-spacing:0;font-weight:bold;text-transform:none;}
.entry-content table td:nth-child(1){font-weight:bold}
.entry-content table tr:nth-child(2n){background:#fff;line-height:1.2;}

.mob-search {display:block;}