#ribbon {
    border-bottom: 1px solid #9C9C9C;
}

#header .address {
    color: #333;
    float: right;
    font-size: 12px;
    margin-top: 20px;
}

div#content {
    margin: 0 auto;
    overflow: hidden;
    width: 980px;
}

.page-title {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.terms {
    margin-top: 30px;
    margin-bottom: 30px;
}

.terms p {
    color: #222;
    font-size: 12px;
    text-align: justify;
    margin: 15px 0;
}

.terms p.spaced {
    margin-top: 25px;
}

.terms em {
    font-weight: bold;
}
.terms em.big {
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
}

.terms h5 {
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
}
.terms h5.underlined {
    text-decoration: underline;
}

.nitata-footer a:hover {
    font-size: 12px;
    color: #999;
}