/*
Theme Name: FSeo #2
Description: Wordpress Theme 
Version: 1.0
Author: Ruslan Gilyazetdinov
Author URI: http://www.rusdigi.name
*/
/* common */
body{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.4;
}
.wrapper{
    width: 1170px; 
    margin:0 auto;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    margin: 25px 0 7px 0;
}
h1 {
    font-size: 28px;
    line-height: 37px;
}
h2 {
    font-size: 26px;
    line-height: 33px;
}
h3 {
    font-size: 24px;
    line-height: 29px;
}
h4 {
    font-size: 23px;
    line-height: 27px;
}
h5 {
    font-size: 22px;
    line-height: 24px;
}
h6 {
    font-size: 21px;
    line-height: 24px;
}
a{    
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
.clear{
    clear: both;
}
/* images */
.alignnone{
    display: block;
}
.aligncenter{
    display: block;
    margin:10px auto;
}
.alignleft{
    display: block;
    float:left;
    margin:0 15px 10px 0;
}
.alignright{
    display: block;
    float:right;
    margin: 0 0 10px 15px;
}
/* select, input, textarea */
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 21px;
    padding: 4px 6px;
    margin-bottom: 10.5px;
    font-size: 14px;
    line-height: 21px;
    color: #555;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
}
input, button, select, textarea {
    font-family: 'PT Sans',sans-serif;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fafafa;
    border: 1px solid #f5f5f5;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}
/* top_menu */
#top_menu{    
    font-family: 'Exo 2', sans-serif;
    font-size: 12px;    
}
#top_menu ul{
    padding:0;
    margin: 0px 0px 0px 49px;
}
#top_menu ul li{
    display: inline-block;
    position: relative;
    zoom: 1;
    margin: 0px;
    line-height: 24px;
}
#top_menu ul li a{
    color: #dddddd;
    padding: 0px 15px 0px 15px;
    text-decoration: none;
}
#top_menu ul li:first-child a{
    padding-left:0;
}
#top_menu ul li:first-child a:before{
    display: none;
}
#top_menu ul li a:hover{
    text-decoration: underline;
}
#top_menu ul li a:before{
    position: absolute;
    top: 10px;
    left: -1px;
    display: block;
    content: '';
    height: 7px;
    width: 1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #7d7d7d;
}
/* header */
#header{    
    overflow: hidden;
}
#header .hd_logo{
    float:left;
    margin-top:25px;
    width: 300px;
    margin-bottom: 18px;
}
#header .hd_logo a{
    text-decoration: none;
}
#header .hd_logo img{
    display: block; 
    float:left;
    margin-right: 10px;
    width: 520px;
}
#header .hd_logo .site_title{
    font-size: 31.5px;     
    font-family: 'Exo 2', sans-serif;
    display: block;
}
#header .hd_logo .site_subtitle{
    font-size: 19px;    
    font-family: 'Exo 2', sans-serif;
    display: block;
}
/* hd_menu */
#hd_menu{    
    clear: both;
}
#hd_menu.affix {
    left: 0;
    right: 0;
    top: 0px;
    height: 48px;
    z-index: 9999;
    position: fixed !important;    
}
#hd_menu ul{
    margin:0;
    padding:0;    
    list-style: none;
    text-align: left;
}
#hd_menu ul li{
    display: inline-block;    
    position: relative;
}
#hd_menu ul li a{
    text-decoration: none !important;
    font-family: 'Exo 2', sans-serif;    
    padding: 0px 14px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;    
    color: #202020;    
    z-index: 9999;
    display: block;
    position: relative;
    font-weight: 600;
}
#hd_menu ul ul{
  position: absolute;
  top: -999em;
  width: 10em;
  /* left offset of submenus need to match (see below) */
}
#hd_menu ul ul li {
  width: 100%;
}
#hd_menu ul.sub-menu{
    z-index:9999;
}
#hd_menu li.menu-item-has-children a{
    padding-right: 29px;
    min-width: 1px;
}
#hd_menu li.menu-item-has-children a:after{
    content: "\f0c9";    
    font: normal normal normal 14px/50px FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    width: 8px;
    height: 48px;
    position: absolute;
    right:5px;
    bottom:0;
}
#hd_menu li.menu-item-has-children:hover ul {
    left: 0;
    top: 48px;
    /* match top ul list item height */
    z-index: 99;
    opacity: 1;
}
#hd_menu ul.sub-menu{
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    width:auto;
    opacity:0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;    
}
#hd_menu ul.sub-menu li > a {
    padding: 5px 24px 5px 13px;
    color: #3d4449;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    float:none;
    width:auto;
    height:24px;
    line-height: 24px;
    white-space: nowrap;
    border:none;    
    font-size: 14px;
    border-left: 3px solid transparent;
}
#hd_menu ul.sub-menu li > a:after{
    display: none;
}
#hd_menu ul.sub-menu li > a:hover{    
    border:none;
}
#hd_menu ul.sub-menu li:hover a,
#hd_menu ul.sub-menu a:focus,
#hd_menu ul.sub-menu a:hover,
#hd_menu ul.sub-menu a:active {
    outline: 0;
    border:none;    
}
#hd_menu li.home, #hd_menu li.list{
    margin: 0 10px;
}
#hd_menu li.home a, #hd_menu li.list a{
    text-indent: -9999px;
    width: 21px;    
    position: relative;
}
#hd_menu li.home a:before, #hd_menu li.list a:before{
    display: inline-block;
    font: normal normal normal 40px/48px FontAwesome;
    font-size: 40px !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);    
    position: absolute;
    top:0px;
    left:0px;
    height:40px;    
    text-indent: 0;
    text-align: center;
}
#hd_menu ul.sub-menu ul.sub-menu{
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    width:auto;
    opacity:0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
#hd_menu ul.sub-menu li.menu-item-has-children a:after{    
    content: "\f0da";
    line-height: 34px;
    width: 5px;
    height: 8px;
    position: absolute;
    right:10px;
    top:0px;
    display: block;
}
#hd_menu ul.sub-menu li.menu-item-has-children:hover a:after{
    background: url('img/menu_bullet1.png') -5px 0 no-repeat;
}
#hd_menu ul.sub-menu li.menu-item-has-children:hover ul{
    left: 100%;
    top: 0px;
    /* match top ul list item height */
    z-index: 99;
    opacity: 1;
}
#hd_menu ul.sub-menu li.menu-item-has-children:hover ul a:after{
    display: none;
}
/* content */
#content{
    padding: 10px 13px 0;
}
#content .content_left{
    width:750px;
    float:left;
}
#content .content_right{
    width: 285px;
    float:right;
}
#rek_sidebar1_d img,
#rek_sidebar_d img{
    max-width: 100%;
}
#content article{
    position: relative;
    padding-bottom: 16px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
#content.posts article{
    width:30%;
    margin-right:3%;
    float:left;
}
#content.posts article:nth-of-type(3n+3){
    margin-right:0;
}
#content.posts article:nth-of-type(3n+4){
    clear:both;
}
#content .entry_title{    
    margin: 10px 0px 7px 0px;
    line-height: 37px;
    font-weight: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    position: relative;
    margin-bottom: 12px;
    top: -16px;
}
#content.posts .entry_title{
    padding: 5px 10px;
    margin:0;
    top:0;
    line-height: 20px;
}
#content .entry_title a {
    text-decoration: none !important;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 20px !important;
    font-weight: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
#content .entry_thumb{
    float:left;
    margin:12px 15px 5px 0;    
}
#content.posts .entry_thumb{
    float:none;
    margin:12px auto;
}
#content .entry_thumb img{
    max-width:100%;
    height:auto;
    transition: all .2s ease-in-out;
}
#content .entry_thumb img:hover{
    transform: scale(1.1);
}
#content .entry_content{
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
}
#content .entry_content_thumb{
    margin-top: 4px;
    overflow: hidden;
    float: left;
}
#content .more-link{    
    font-family: 'PT Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    padding: 4px 12px !important;
    margin-bottom: 4px;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
    display: inline-block;
}
#content .more-link:hover{
    opacity: 0.8;
}
#content .more-link a{
    text-decoration: none;    
}
#content .more-link:hover a{
    text-decoration: underline;
}

/* footer */
#footer{
    clear: both;    
    padding: 69px 13px 27px 13px;
    overflow: hidden;
}
#footer .ft_widget{
    float:left;
    width:325px;
    margin-left: 37px;
    min-height: 300px;
}
#footer .ft_widget:first-child{
    margin-left:0;
}
#footer .textwidget{
    font-size: 16px;
    color:#555555;
    font-family: 'Roboto', sans-serif;
}
#footer .ft_logo{
    float:left;    
    width: 300px;
    margin-bottom: 18px;
}
#footer .ft_logo a{
    text-decoration: none;
}
#footer .ft_logo img{
    display: block; 
    float:left;
    margin-right: 10px;
}
#footer .ft_logo .site_title{
    font-size: 31.5px;     
    font-family: 'Exo 2', sans-serif;
    display: block;
}
#footer .ft_logo .site_subtitle{
    font-size: 19px;    
    font-family: 'Exo 2', sans-serif;
    display: block;
}
/* ft_copy */
#ft_copy{
    clear: both;    
    padding: 6px 0 10px 0;
    overflow: hidden;
}
#ft_copy .ft_divider{
    height:5px;
    width: 750px;
    margin: 0 auto 20px;
    background: #fff;
}
#ft_copy .ft_copy{    
    margin-right: 10px;
    color:#333333;
    font-size: 14px;
    text-align: center;
    margin-bottom: 24px;
}

/* widgets */
.widget .block-title, .comments-title-wrap .block-title{
    position: relative;
    font-family: 'Exo 2', sans-serif;    
    font-size: 20px;
    margin: 0px 0px 26px 0px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;    
}
.widget .block-title a, .comments-title-wrap .block-title a{
    color:#fff;
}
.widget .block-title span,.comments-title-wrap .block-title span{    
    z-index: 1;
    color: white;
    font-family: 'Exo 2', sans-serif;
    padding: 3px 10px 3px 10px;
    border-radius: 5px;
    margin-bottom: 9px;
    display: inline-block;    
}
.widget ul{
    padding: 0px;
    position: relative;
    top: 0px;
    margin: 0 0 10.5px 25px;
}
.widget ul li a{
    padding: 6px 10px 3px 0px;
}
.widget a{    
    text-decoration: none;
}
.widget a:hover{
    text-decoration: underline;
}
.widget{
    margin-bottom: 43px;
}
/* sb_form */
.sb_form input[type=text]{
    width:220px;
    height:21px;
    border: 1px solid #8d8d8d;
    background: #fff; 
    float:left;
    margin-right:13px;
    padding: 4px 6px;
    margin-bottom: 10.5px;
    font-size: 14px;
    line-height: 21px;
    color: #555;
}
.sb_form input[type=submit]{
    width:84px;
    height:31px;    
    color:#fff;
    text-align: center;
    border:none;
}
/* social sidebar */
#social_buttons{
    text-align: center;
}
#social_buttons a {
    display: inline-block;
    margin: 2px;
    opacity: 0.7;
    transition: all 0.3s;
}
#social_buttons a:hover{
    opacity:1;
}
/* breadcrumbs */
.breadcrumbs{
    font-family: 'Exo 2', sans-serif;
    font-size: 12px;
    line-height: 14px;
    color:#999;
    text-decoration: none;
}
.breadcrumbs a{
    text-decoration: none;
    color:#999;
}
.breadcrumbs a:hover{
    text-decoration: underline;
    color: #cbcbcb;
}
/* cat links */
.q_nav2 ul{
    list-style:none;
}
.q_nav2 ul li{
    display: inline;
    margin-right: 10px;
}

/* Comment form */
#commentform #author,
#commentform #email,
#commentform #url {
    width: 100%;
    max-width: 100%;
}
.comm_form_top{
    padding-right: 14px;
}
#commentform textarea {
    width: 100%;
    height:150px;
}
#cancel-comment-reply-link {
    position: absolute;
    right: 0px;
    top: 7px;
}
/* comment list */
.comments-title-wrap {
    position: relative;
}
.comment-meta a {
    background: #a22f3d;
    border: none;
    color: #fff !important;
}
.comments-title:before {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    content: '';
    height: 3px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
.comments-title:after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    content: '';
    height: 3px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.single-post .comments #respond {
    padding-bottom: 40px;
}
ol.comment-list a.url {
    color: #333333;
}
.like_likes {
    top: 20px !important;
}
cite {
  font-family: 'Exo 2', sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 21px;
}
ol.comment-list a:hover {
    text-decoration: underline !important;
}
ol.comment-list {
    list-style-type: none;
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0px;
}
.comment {
    /* each comment wrapper */
    *zoom: 1;
    padding: 21px 0 6px;
    border-top: 1px solid #F5F5F5;
}
.comment:before,
.comment:after {
    display: table;
    content: "";
    line-height: 0;
}
.comment:after {
    clear: both;
}
.comment-list .avatar {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 20px;
}
.comment-list .comment-content {
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    line-height: 21px
}
.res p:first-child {
    padding-top: 0px;
}
.comment-meta {
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    position: relative;  
}
.comment-link {
    padding: 4px 10px 14px 0;
    display: block;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    line-height: 16px;
}
/* reply comments */
ol.comment-list .children {
    list-style-type: none;
    list-style: none;
    list-style-image: none;
    margin-left: 50px;
    padding: 0;
    border-top: 1px solid #F5F5F5;
}
ol.comment-list .comment:first-child {
    border-top: none !important;
}
#respond {
    position: relative;
}
#respond #reply-title {
  font-family: 'Exo 2', sans-serif;
    font-size: 20px;
    font-weight: normal;
    position: relative;
    margin: 13px 0px 17px 0px;
}
.logged-in-as {
    font-size: 12px;
    color: #999;
    margin-bottom: 2px;
}
#content #respond #reply-title {
    padding: 8px 10px 9px 10px;
    position: relative;
    left: -10px;
}
#content #respond #reply-title:after {
    right: -10px;
    width: 10px;
}
button#com_send{
    background: #a22f3d !important;
    color: white;
    border: none;
    text-shadow: none;
  font-family: 'Exo 2', sans-serif;
    font-weight: normal;
    font-size: 14px;
    padding: 5px 12px 7px 12px !important;
    margin-bottom: 4px;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
#submit:hover{
    opacity: 0.8;
}
/* single ss form */
.single_ss_form{    
    font-family: "PT Sans";
    font-size: 17px;
    height: 301px;
    padding: 5px 80px 0px 165px;
    margin-bottom: 40px;
}
.single_ss_form input[type=text]{
    width:260px;
    height:21px;
    border: 1px solid #8d8d8d;
    background: #fff; 
    float:left;
    margin-right:13px;
}
.single_ss_form input[type=submit]{
    width:84px;
    height:31px;    
    color:#fff;
    text-align: center;
    border:none;
}
/* colored blocks */
.advice, .stop, .warning{    
    margin:20px 0;
    padding: 25px 30px 25px 130px;
}
.colored,
.entry_content blockquote{    
    padding:23px 28px;
    margin:20px 0;
    clear: both;
}
.entry_content blockquote p{    
    font-style: normal;
    font-weight: normal;    
    text-align:left;
}
.entry_content blockquote a{    
    text-decoration: underline !important;
}
.warn_block{
    margin: 20px 0 !important;
    text-align: center;
}
/* ul ol */
.entry_content ul{
    margin-left:0px;
    padding-left:0;
    list-style: none;
}
.entry_content ul li{    
    padding-left:25px;
    margin-bottom: 20px;
}
.entry_content ol{
    margin-left:0px;
    padding-left:0;
    list-style: none;
    counter-reset: list; 
}
.entry_content ol li{    
    margin-bottom: 20px;
}
.entry_content ol > li:before{
    counter-increment: list;
    content: counter(list) ". ";    
}
/* content block */
.contents ul{
    list-style: disc;
    margin-left: 30px;
    padding: 0;
}
.contents ul li{
    background: none;
    padding-left:0;
}
.contents ul li a{
    text-decoration: none !important;    
}
.contents_title{
    margin-bottom: 20px;
}
/* pagenavi */
.wp-pagenavi{
    margin:10px 0 20px 0;
}
.wp-pagenavi a, .wp-pagenavi span{
    border:none !important;
}
/* recent posts */
.widget ul.recent_posts{
    margin:0;
    padding:0;
    list-style: none;
}
.widget ul.recent_posts li{
    clear:both;
    margin-bottom: 10px;
}
.widget ul.recent_posts a{
    padding:0;
}
.widget ul.recent_posts .post_thumbnail_wrap a{
    margin-top:5px;
}

/* cat_nav widget */
.widget .cat_nav_cats{
    list-style: none;
    margin:0;
    padding:0;
}
.widget .cat_nav_cats li{
    background: url('img/bullet.png') 0 13px no-repeat;    
    padding:10px 0 10px 25px;
    border-bottom: 1px solid #f0eee9;
}
.widget .cat_nav_cats li:last-child{
    border:none;
}
.widget .cat_nav_cats li a{
    color:#333;
}

/* recent comm widget */
.widget #recentcomments{
    list-style: none;
    margin:0;
    padding:0;
}
.widget #recentcomments li{
    background: url('img/comm_bullet.png') 0 13px no-repeat;    
    padding:10px 0 10px 25px;
    border-bottom: 1px solid #f0eee9;
}
.widget #recentcomments li:last-child{
    border:none;
}

/* posts shortcode */
.archive-items .hentry{
    width:30%;
    float:left;
    margin-right:3%;
}
.archive-items .hentry:nth-of-type(3n+3){
    margin-right: 0;
}
.archive-items .hentry:nth-of-type(3n+4){
    clear:both;
}
.archive-items:after{
    display: table;
    content:"";
    clear: both;
}
.archive-items .hentry .post-title{    
    padding: 5px 10px;
    margin: 0;
    top: 0;
    line-height: 20px;    
}
.archive-items .hentry .post-title a{
    text-decoration: none !important;
    color:#444;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px !important;
    font-weight: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.archive-items .hentry .post-title a img{
    max-width:100%;
    height:auto;
}

.zakon {
	background-color: rgba(19, 176, 223, 0.15);
  	border-top: 20px double;
  	border-color: rgb(255, 255, 255);
	margin: 20px 45px;
  	padding: 50px 50px;
}
.hd_tel{
    float:right;
    width: 600px;
}
#reklama_sidebar, #reklama_footer{
    font-size: 20px;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
}
#reklama_header{
    float: right;
    margin-top: 20px;
    font-size: 22px;
    line-height: 28px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    color: #fff;
    text-align: center;
    background: rgba(162,47,61, 0.95);
    padding: 10px;
}
.rekl_tel_header{
    font-size: 24px;
    float: left;
    width: 285px;
    margin-top:20px;
}
.rekl_tel_header.single{
    width:100%;
    font-size: 42px;
    line-height: 32px;
    margin-top:0;
}
#reklama_header strong, #reklama_footer strong, #reklama_sidebar strong{
    font-weight: 500;
}
.rekl_tel_header span{
    display: block;
    font-size: 18px;
}
.rekl_tel_header span strong{
    font-size: 24px;
}
.rekl_tel_sidebar, .rekl_tel_footer{
    font-size:22px;
    margin: 5px 0 10px;
    display: block;
}
.rekl_tel_sidebar span, .rekl_tel_footer span{
    display: block;
    font-size: 20px;
    line-height: 22px;
}
.ft_widget .widget {
    margin-bottom: 15px;
}
.top_tell_menu {
    text-align: center;
}
.top_tell_menu {
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 99;
    top: 0;
    left: 0;
}
.top_tell_menu span strong {
    color: #de9927;
}
.question-form-bottom input[type=button] {
    background: #a22f3d;
    color: #fff;
    height: 40px;
    border: none;
    font-size: 18px;
}
.question-form-bottom input[type=button]:hover {
    background: #c60202;
}
#content table {
    border-bottom: 1px solid #ccc;
    margin: 0 0px 24px 0;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
}
#content tr{
    border-top:1px solid #ccc;
}
#content tr th,
#content thead th {
    color: #888;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 24px;
    border-left: 1px solid #ccc;
}
#content tr td {
    border-left: 1px solid #ccc;
    padding: 6px 24px;
}
#content tr.odd td {
    background: #f2f7fc;
}
/*Ð¡Ð»Ð°Ð¹Ð´ Ð¼ÐµÐ½Ñ Ð½Ð° Ð¼Ð¾Ð±Ð¸Ð»ÑÐ½Ð¾Ð¼*/
.toggle-button {
    background: #a2333e!important;
}