/*nitin - start*/
/*generel - start*/
html *
{
font-family: Quicksand;
font-size: 19px;
}
.mar-top-10 { margin-top:10px; }
@media (min-width: 768px) {
.navbar-header {
width: 70%;
}
}
.authbackcolor {
background-color: #6399ad;
}
.text-bold{
font-size: 20px !important;
}
.panel-head{
background-color: #c8cccd !important;
}
/*generel - end*/
/*thread page - start*/
@media(max-width:1246px)
{
.postsearchbtnmartop {
margin-top:5px;
}
}
.hrhebocobc{
height:1px;
border:none;
color:#8e7565;
background-color:#8e7e7e;
}
.highlight{
color:white;
}
.highlight:hover{
color:yellow;
}
/*thread page - end*/
/* post page - start*/
/* post page - end*/
.pad-left-47 {
padding-left: 47px;
}
@media screen and (max-width: 1199px) and (min-width: 0px) {
.pad-left-0 {
padding-left: 0px;
}
}
@media (min-width: > 991px) {
.pad-left-47 {
padding-left: 47px;
}
}
@media (min-width: 991px) {
.pad-left-100 {
padding-left: 9%;
}
}
/*nitin - end