.infoitem, .infobox{
    border:1px solid #C8D4E3;
    border-radius: 3px;
    background-color: white;
    vertical-align:middle;
}

.infoitem {
    height:100px;
    margin-top:4px;
    margin-bottom:4px;
}

.infoitem_text, .infobox_text{
    text-align: center;
    float: left;
    font-size: 15px;
    }

.infoitem_value{
    text-align:center;
    color: #2a3f5f;
    font-size: 25px;
}

.infobox {
    height:206px;
    margin-top:8px;
    margin-bottom:8px;
    overflow-y: auto;
    padding:8px;
}

.infobox_value{
    text-align:center;
    color: #2a3f5f;
    font-size: 18px;
}
