div,label{
    margin-bottom: 15px;
}

label{
    color:#F2AC57;
    text-transform: uppercase;
    font-weight: bold;
}


input[type="button"]
{
    width:100%;
    color:rgb(255,255,255);
        background-color: #59D9D9;

}

input[type="submit"]
{
    width:100%;
    color:rgb(255,255,255);
     background-color: #59D9D9;
}

.vazio
{
    background-color: #59D9D9;
width:50px;
    height: 50px;
    color:rgb(255,255,255);
    padding: 6px;
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
    margin:3px;
    
    
}

.cheio
{
    
    background-color: #F25252;
    width:50px;
    height: 50px;
    color:rgb(255,255,255);
    padding: 6px;
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
    margin:3px;
    

    
}

td{
    margin:3px;
    float:left; margin-right:5px;
        
}