/*Created By OrBuLon*/
/*Left Allign Text*/
.w_lnks a {
    width: 15%;
    text-align: left;
    font-size: 13px;
    text-decoration: none;
}
#w_l_cnts #w_sh_cnt span {
    width: 15%;
    text-align: left;
    display: inline-block;
}
/* Blue Text*/
a{
  color: #039;
  }
  
#sm_nav a{
    color: #039;
  }
/*Hide sub counter*/
.yel_btn {
    user-select: none;
    color: #8a4100!important;
    font-size: 13px;
    padding: 4px 15px;
    border: 1px solid #f4c800;
    border-radius: 3px;
}
#subsbtns>a:last-of-type {
    padding: 0px 0px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background: #fff0;
    border-color: #d3d3d300 #d3d3d300 #d3d3d300 #f4c80000;
    color: #80808000!important;
    position: relative;
    z-index: 10;
}
