/*--- BUTTON ---*/
.button{
    float: left;
    margin-right: 5px;
    background: rgb(40,40,40);
    color: white;
}
.buttonOverlay{
    background: rgb(80,80,80);
}
.buttonTextCont{
    color: white;
}

/*- LOAD BUTTON -*/
#loadContinueBtn{
    display: none;
    position: relative; float: none;
    margin: auto;
    background: rgb(235,235,235);
    color: rgb(40,40,40);
}
#loadContinueBtn .buttonOverlay{
    background: rgb(255,255,255);
}
#loadContinueBtn .buttonTextCont{
    color: rgb(40,40,40);
}