body {
    color: #404040;
    background: white;
    font: 12px/1.3 Verdana, sans-serif;
}

a:link, a:visited {
    color: #0000b0;
    text-decoration: none;
}
a:active {
    color: black;
}
a:hover {
    text-decoration: underline;
}

img {
    border: 0px;
}

.suppressed {
    display: none;
}

.headerbox {
    border-style: solid;
    border-width: 1px;
    border-color: #b0b0b0;
}
.topbox {
    margin: 0px 10px 0px 10px;
    width: 22%;
    height: 100%;
    float: left;
    font-size: 75%;
}

.clear {
    clear: both;
}

.review {
    width: 500px;
    padding: 15px;
    margin: 5px;
    background: #f4f4f4;
    border-style: solid;
    border-width: 1px;
    border-color: #b0b0b0;
}
.review-header {
    font-weight: bold;
    font-size: 14px;
}
.review-score {
    float: right;
    font-size: 36px;
}
.review-score-name {
    font-size: 12px;
    font-style: italic;
}
.review-freeform {
    margin: 20px 0px 0px 0px;
}

.essay {
    width: 500px;
}

.location {
    padding: 5px;
    margin: 2px 0px 0px 5px;
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #b0b0b0;
}

.nearby {
    padding: 5px;
    margin: 0px 0px 0px 5px;
    font-size: 9px;
}
