body {
    width: 900px;
}
#gameArea {
    width: 100%;
    background-color: #9bcae4;
    margin: 10px 20px 10px 20px;
    padding: 5px 20px 10px 20px;
}
#gameTitle {
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.5em;
}
.textLabel {
    margin-top: 10px;
    text-align: left;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1em;
}
.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.characterImg {
    width: 120px;
    height: 80px;
}
.imgBox {
    float: left;
    border: 3px solid blue;
    padding: 0 5px 0 5px;
    background-color: #eee;
    /* visibility: hidden; / * Initially hide all the boxes */ */
}
.imgBoxHeader, .imgBoxFooter {
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: .8em;
}
.gameButton {
    margin-top: 2px;
}
.cloakingDevice {
    visibility: hidden;
}
