.box {
    background: #D9E9FC url(/images/layout/gradient-32px-white-transparent.png) repeat-x;
    border: 1px solid #369;
}

.left-column, .right-column {
    width: 200px;
}

.left-column > div > div {
    float: right;
    width: 122px;
}

.left-column > div h1 {
    font-size: 16px;
}

.left-column > div #coins-earned {
    color: #090;
    font-size: 11px;
    font-weight: bold;
}

.center-column {
    float: left;
    width: 520px;
}

.center-column h2 {
    border-bottom: 2px solid #DDD;
    padding-bottom: 1px;
}

#about-me h2 {
    background: url(/images/icons/user.png) no-repeat;
    padding-left: 21px;
}

#about-me table {
    font-size: 11px;
}

#about-me table th {
    color: #369;
    font-weight: bold;
    padding-left: 35px;
    padding-right: 8px;
    text-align: right;
    vertical-align: text-bottom;
}

td.about-me br, td.favorite-sports br {
    line-height: 11px;
}

h2.challenges {
    background: url(/images/icons/menu-challenges.png) no-repeat;
    padding-left: 21px;
}

h2.comments {
    background: url(/images/icons/comments.png) no-repeat;
    padding-left: 21px;
}

#recent-wins h2 {
    background: url(/images/icons/award-star-add.png) no-repeat;
    padding-left: 21px;
}

#recent-wins li {
    font-size: 11px;
}

.challenge {
    margin: 10px;
    overflow: hidden;
}

.challenge > img {
    float: left;
    margin-right: 8px;
}

.latest-picks {
    font-size: 11px;
    margin-top: 5px;
    overflow: hidden;
}

.latest-picks h2 {
    border: none;
}

.latest-picks > ul {
    background: #EEE;
    float: left;
    padding: 4px;
    width: 400px;
}

.latest-picks li {
    overflow: hidden;
}

.latest-picks .pick {
    background: #FFF;
    padding: 3px 6px;
}

.latest-picks .date {
    background: #EEE;
    display: inline-block;
    color: #555;
    padding: 2px 6px;
    text-align: right;
    width: 70px;
    float: right;
}

span.correct {
    color: #090;
    font-weight: bold;
}

span.incorrect {
    color: #900;
    font-weight: bold;
}

span.no-picks {
    background: #EEE;
    display: inline-block;
    padding: 4px 10px;
}
