﻿#mainDiv {
    /*padding: 15px;*/
    padding: 0 15px;
    background-color: black;
    color: white;
    font-size: 1.1em;
}
#NameCell {
    font-size: 1.25em;
}

#RightColumnStats {
    text-align: right;
}

.Numeric {
    color: greenyellow;
}
.Numeric.Negative {
    color: Red;
}

#LastColumn {
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
}
.Rank {
    color: #CCC;
}
#PhotoCell img {
    height: 100px;
}