*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
em{font-style: italic;}
p, dd, dt{
    font-size: 1.2em;
    font-family: 'Open-Sans', sans-serif;
    line-height: 1.3em;
    margin: 0 0 10px;
}
ul, ol{margin-left:30px; margin-bottom: 10px;}
/*li{font-size: 1.2em;}*/
.uk-nav-sub li{font-size:90%}
.uk-nav-sub li a{color:#959292}
.uk-nav-sub li a:hover{text-decoration: underline}

#tinymce ul{list-style-type: disc;}
h1, h2, h3, h4, h5, h6{color: rgb(95, 185, 110);}
h1{text-align:center; font-size:2em; font-weight: 700; margin-top: 20px;}
.pull-left img{margin-right:5px;}

blockquote {
    border: 2px solid #4caf50;
    padding: 20px 64px;
    position: relative;
}

.doctor-table{
    color: #555;
    width: 100%;
    background: #f9f9f9;;
}
.spec {background: #f9f9f9;;}

th{font-weight:bold;}
.doctor-table td, .doctor-table th, .spec td, .spec th{border:#e4e4e4 1px solid;}
.doctor-table td{font-size:1.2em;}
.doctor-table td:nth-child(2){color:#f07c00;}
.spec td:nth-child(2){color:#000;}
.spec td:nth-child(1){font-weight:bold;}
.doctor-table p,.spec p{font-size:inherit; line-height:inherit;}
a.quickview {border-radius:5px;background-color: #8cc739 !important; color:#fff; text-decoration:none !important;}
a.quickview:hover{text-decoration:underline;}
.doctor-table td:nth-child(1), .doctor-table td:nth-child(3){text-align:center;}
.fancybox-wrap {top: 10% !important;}
h4.item-title{color: rgb(95, 185, 110); font-weight: 800; margin: 10px 0; font-size: 1.4em; }
.reviews h4.item-title{padding-left:2em}