.wwa-page-content {
    width: 750px;
    margin-bottom: 50px;
    margin-top: 10px;
}
.subhead {
    font-size: 16px;
    color: #999;
    line-height: 1.5;
}
.big-text {
    font-size: 16px;
}
.small-text {
    font-size: 11px;
}
.muted { color: #999; }
.muted a:link, .muted a:visited {
    color: #966;
}
.muted a:hover {
    color: #900;
}
table.standard td { font-size: 13px; }
.tooltip-inner { text-align: left; font-size: 13px;}
.new-notice {
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    padding: 10px;
    color: #c09853;
    margin-bottom: 10px;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    float: right;
    width: 125px;
    margin-right: -25px;
    padding: 15px;
    clear: right;
}
.big-btn {
    padding: 10px 20px;
    font-size: 18px;
    margin-left: 0px;
    margin-right: 10px;
}
.wwa-nav {
    width: 125px;
    float: right;
    background-color: #ECEBE5;
    padding: 15px 15px 5px 15px;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: -25px;
}
.wwa-nav h4 {
    font-weight: normal;
    color: #666;
    margin-bottom: 10px;
    font-size: 17px;
}
.wwa-nav ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.wwa-nav ul li {
    margin: 0 0 10px 0;
    padding: 0;
}
.wwa-nav hr { margin: 10px 0; }
