table {
    width:100%;
    margin:auto;   
    padding:0px;    
}
th {
    font-size: 14px;
    color:rgb(50, 05, 50);  
    background:#538fff;
    color:white;
}

table caption {
    caption-side: top;
    font-size: 16px;  
    text-align: center;    
    /*color:rgb(50, 50, 50);*/
    color:#fff;
    text-shadow: 1px 1px 8px  rgba(1, 1, 1, 0.8);	
    
    padding-bottom: 10px;
}
table td {
    font-size: 12px;            
}
