#wbars_all{
    font-size: 13px!important;
    color: rgb(107, 107, 107);
}
#wbars_all p{
    font-size: 13px!important;
}
#wbars_all h1{
    font-size:18px;
}
#wbars_all h2{
    font-size:17px;
}
#wbars_all h3{
    font-size:16px;
}
#wbars_all h4{
    font-size:15px;
}

#wbars_all h1,
#wbars_all h2,
#wbars_all h3,
#wbars_all h4{
   color: rgb(10,10,10);
   font-weight:700;
}



#wbars_all ul{
    list-style-type:decimal;
}
#wbars_all ul h1,
#wbars_all ul h2,
#wbars_all ul h3,
#wbars_all ul h4{
    font-weight:normal;
    font-style:italic;
}

#policy-banner{
    font-size: .9em;
    position:fixed;
    bottom:0;
    left:0;
    background-color: rgba(0,0,0,.8);
    color:#fff;
    padding:5px;
    display: none;
    font-size:14px;

}
#policy-banner p{
    font-size:13px;
}
#policy-banner h3{
    font-size: 15px;
    margin-top: 0px;
    font-weight: 700;
}
#policy-banner a{
    color:#fff;
    text-decoration: underline;
}

#policy-banner .policy-banner-close{
    position:absolute;
    top:10px;
    right:10px;
    text-decoration: none;
}

div.for_boxes{
    border:1px solid #888;
    padding:10px;

}
.venoframe{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

