html{
    background-image: none;
    background-color: #f2f2f2;
}

.slot-top,
.slot-bottom,
.slot{
    display:table;
    text-align: center;
    
}

.slot{
    width:100%;
}

.slot-top,
.slot-bottom{
    width:100%;  
    display:table-cell;
    height:200px;
    vertical-align: middle;
    font-family: arial;
    text-shadow: 0 13.36px 8.896px #c4b59d,0 -2px 1px #fff;
    font-weight: bold;
}

.slot10{
    width:100%;  
    display:table-cell;
    height:200px;
    vertical-align: middle;
    text-align: left;
    font-family: arial;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    overflow: visible;
}

.slot1, .slot3{
    color:#28166f;
}

.slot2{
    color:#e76f06;
}