.locations {
    width: 830px;
    margin: 0 auto;
    padding: 10px;
    border: 5px solid #FCC800;
    clear: both;
}
.image {
    width: 230px;
    margin-right: 20px;
    float: left;
}
.image dd ul li {
    width: 70px;
    height: 70px;
    overflow: hidden;
    display: inline-block;
}
.image dd ul li:nth-child(even) {
    margin: 0 5px;
}
.details {
    width: 580px;
    float: right;
}
.tavern {
    clear: both;
    min-height: 250px;
}
.tavern+.tavern {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 2px dotted #ccc;
}
.details dl dt {
    font-size: 1.5em;
    border-left: 5px solid #fc0;
    padding-left: 10px;
    margin-bottom: 10px;
}
.details table th,.details table td {
    padding: 5px;
    font-weight: normal;
    vertical-align: middle;
}
.details table tr+tr {
    border-top: 1px solid #ccc;
}
.details table td a {
    background: #069;
    color: #fff;
    padding: 5px;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
}
.details table th {
    background: #eee;
    border-right: 1px dashed #ccc;
}
.comment {
    background: #fc3;
    border-radius: 10px;
    padding: 10px;
    margin: 10px 0;
}
.comment dt {
    font-size: 1.2em!important;
    border: none!important;
    padding: 0!important;
    margin: 0!important;
    border-bottom: 1px dashed #fff!important;
    margin-bottom: 5px!important;
    padding-bottom: 5px!important;
}
footer {
    clear: both;
}