
/* body elements */
.button-container {
    width: 100%;
    height: 1000px;
    display: inline-block;
    padding: 10px 5px 5px 9px;
}

.big-button {
    height: 180px;
    background-color: #fff;
    margin: 5px 4px 5px 4px;
    float: left;
}

.half-height {
    height: 85px;
}

.widthx2 {
    width: 175px;
}

.widthx3 {
    width: 265px;
}

.widthx4 {
    width: 360px;
}

.widthx6 {
    width: 540px;
}

.marginx3 {
    margin-left: 5px;
    margin-right: 6px;
}

.margin-bigleft{
    margin-left: 372px;
}

.top-left-title{
    position: absolute;
    left: 10px;
    top: 10px;
}

.bottom-left-title{
    position: absolute;
    left: 10px;
    top: 120px;
}

.top-central-title{
    text-align: center;
}

.font12{
    font-size: 12px;
}

.font14{
    font-size: 14px;
}

.font24{
    font-size: 24px;
}

.letterspacing-wide{
    letter-spacing: 10px;
}

/* body elements end */