html{
    font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased;
}
h1{
    font-size: 3rem;
}
h1.site-header{
    color: #fff;
    font-size: 70px;
    line-height: 80px;
    font-weight: 300px;
}
h5.positionDetails{
    font-size: 22px;
}
h4.positionDetails{
    font-size: 30px;
}
p{
font-size: 15px;
}
.positionDetails{
    font-weight: 300;
    line-height: 39px;
    letter-spacing: -1px;
    margin: 6px 0;
}
h1#doctorName{
    margin-top: 4px;
    margin-bottom: 17px;
    font-size: 2.92rem;
    line-height: 110%;
}
#dropdown1.dropdown-content li>a{font-size: 14px;}
h6{
    text-transform: uppercase;
    color: #a2a2a2;
}
.no-margin{
    margin: 0 0;
}
h1.page-header{
    margin-bottom: 1rem;
    margin-top: 0;
    line-height: 51px;
}
hr{
    border-bottom: 1px solid #E0E0E0;
    border-top: none;
    margin: 15px 0;
}
a.anchor{
    color: #35959C;
}
.breadcrumb-nav{
    margin: 20px 0;
}
.breadcrumb-nav a{
    color: #bdbdbd;
    line-height: 20px;
}
.breadcrumb-nav a.breadcrumb:before{
    color: rgb(173, 173, 173);
}
.breadcrumb-nav a.breadcrumb:last-child{
    color: #000;
}
.blockTitle{
    font-size: 30px;
    font-weight: bold;
    margin-top: 40px;
    line-height: 33px;
    margin-bottom: 20px;
}
.blockHeading{
    font-size: 30px;
    font-weight: 300;
    margin-bottom: .5rem;
    line-height: 33px;
    margin-top: 40px;
}
.blockMeta{
    color: #ababab;
    margin: .5rem 0;
}
.blockDetails{
    line-height: 19px;
    margin-top: .5rem;
}
/*tab view*/
.listName{min-width: 100px;}
.statusName{padding-left: 15px;}
table td.currentSerial, table td.addListSerial{text-align: center; min-width: 50px; width: 50px;}
table td.status{width: 125px;}
.colorWhite{color: #fff;}