#bolius-root { 
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
}
#bolius-root a {
    text-decoration: none;
    color: black;
}
#bolius-root .img-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
#bolius-root .img-wrap .d {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#bolius-root .a,
#bolius-root .f {
    margin: 0 0 1em 0;
    background: rgba(240, 240, 240, 0.5);
    padding: 0.25em;
}
#bolius-root .b {
    font-size: 1.05em;
    margin: 0.5em 0;
    padding: 0 0.42em;
}
#bolius-root .a p {
    font-size: 1em;
    margin: 0;
    padding: 0 0.5em 0.5em;
}
#bolius-root .aa { 
    text-transform: uppercase; 
    font-weight: bold;
}
#bolius-root .aa:after { 
    content:"|"; 
    color: black;
    margin: 0 0.5em;
    display: inline-block;
    vertical-align: text-bottom;
}
#bolius-root .f {
    font-size: 0.9em;
    padding: 0.7em;
}
#bolius-root .f h3,
#bolius-root .f p {
    margin: 0 0 0.5em;
    font-size: 1em;
}
#bolius-root.skin-bolius .aa { 
    color: #ee5c47; 
}