#reviews {
    font-family: "Inter", "Noto Sans", sans-serif;
    font-size: 13px;
    line-height: 18px;
}
#reviews a {
    color: #08C;
    text-decoration: none;
}
#reviews a:hover {
    color: #005580;
    text-decoration: underline;
}
#reviews h3 {
    color: #808285;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    display: block;
    padding-left: 9px;
}
#reviews div.public-review {
    border: 1px solid #cccccc;
    padding: 10px;
    background-color: white;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
#reviews div.public-review div.details {
    font-size: 10px;
}
#reviews div.public-review div.details span.dtreviewed:before {
    content: url(../gif/promoter.gif);
    margin: 0 4px 0px 0;
    position: relative;
    bottom: -3px;
}
#reviews div.public-review .description p {
    font-size: 11px;
    margin: 5px 0 0 0;
}
#reviews #reviews-link {
    font-weight: bold;
}
#reviews #reviews-link:after {
    content: url(../png/small-blue-right-arrow.png);
    position: relative;
    bottom: -2px;
    right: -5px;
}
