
#main-content {
    max-width: 800px;
    padding: 20px;
    margin: 10px auto;

    font-size: 20px;
}

h2  {
    font-size: 28px;
}

h2  small {
    display: block;
    color: rgb(150,150,150);
}

.review {
    padding: 10px;
    margin: 10px 5px;
}

.review .title {
    color: #d4af37;
    color: #a44030;
    font-size: 20px;
    font-weight: bold;
}

.review .title i {
    color: #d4af37;
    text-shadow: 1px 1px 2px black;
}

.review .title span {
    color: rgb(200,200,200);
    margin: 0px 3px;
    font-weight: 100;
}

.review .sub-title {
    color: rgb(150,150,150);
    font-size: 14px;
    margin-bottom: 5px;
}

a:hover {
    text-decoration: none !important;
}