<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Account
 */
.article a {
    font-size: 13px;
}

.column {
    width: 294px;
    height: 139px;
    background: url("../../image/panel.gif") no-repeat;
    margin-right: 4px;
}

.last-child {
    margin-right: 0;
}

.column img {
    border: 1px solid #171616;
}

#hero {
    margin-bottom: 20px;
}

#main-content .column .text {
    width: 128px;
}

#main-content .column.twitter .text {
    width: 128px;
}

#main-content .column .text p {
    font-size: 12px;
}

#main-content h3 {
    height: 19px;
    width: 280px;
}

#main-content .content-holder {
    display: none;
}

/* Utility */
.index #utility {
}

#main-content #utility p.locations {
    color: #000000;
    font-family: 'GothamBook', sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
}

#main-content #utility h3 {
    color: #000000;
    font-family: 'GothamBook', sans-serif;
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
}

/* Fitness tips */
#main-content #utility #fitness-tips h3 {
    color: #f13c61;
}

#main-content #utility #fitness-tips {
    background: url("../../image/utility-divider.gif") -30px top no-repeat;
    padding: 12px 0 7px 0;
}

#main-content #utility #fitness-tips p {
    line-height: 1.2em;
    color: #000000;
}

#main-content a.button {
    background: url("../../image/signup.gif") no-repeat;
    width: 68px;
    height: 23px;
    display: block;
    margin-bottom: 5px;
}

#main-content a.button:hover {
    background-position: -99px 0;
}

#main-content a.button span {
    display: none;
}

/* Testimonials */
#main-content #utility #testimonials {
    background: url("../../image/utility-divider.gif") -30px top no-repeat;
    padding-top: 10px;
}

#main-content #utility #testimonials .frame {
    width: 270px;
    height: 194px;
}
</pre></body></html>