p {
    text-indent: 0em;
    vertical-align: middle;
}

#messageContainer {
    margin-bottom: 20px;
}

#scoreboard {
    float: left;
}

#sbHeader {
    float: left;
    border-bottom: 1px dashed #222;
}

.sbContent {
    float: left;
    clear: both;
}

#corner {
    float: left;
    width: 358px;
    height: 20px;
}

#JD {
    float: left;
    height: 30px;
    text-align: center;
    line-height: 25px;
    border-right: 1px dashed #222;
    border-left: 1px dashed #222;
    border-top: 1px dashed #222;
}

#JDForce {
    width: 99px;
}

#Alan {
    float: left;
    height: 30px;
    text-align: center;
    line-height: 25px;
    border-right: 1px dashed #222;
    border-top: 1px dashed #222;
}

#AlanForce {
    width: 100px;
}

.message {
    text-indent: 1em;
    text-align: justify;
}

.explanation {
    font-style: italic;
    color: #777;
}

.face {
    vertical-align: middle;
}

.sbItem {
    float: left;
    width: 356px;
    border-bottom: 1px dashed #222;
    border-left: 1px dashed #222;
    height: 32px;
}

.sbItemForce {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    color: #FFDEAD;
}

.sbItemScoreAlan {
    float: left;
    text-align: center;
    border: 1px dashed #222;
    border-top: none;
    height: 32px;
    line-height: 32px;
}

.sbItemScoreJD {
    float: left;
    text-align: center;
    border: 1px dashed #222;
    border-top: none;
    border-left: none;
    height: 32px;
    line-height: 32px;
}

.sbItemScoreJDForce {
    width: 100px;
}

.sbItemScoreAlanForce {
    width: 100px;
}



