td {
    text-align: center;   
    font-size:large;
    color:lime; background-color:grey;
}
.td1{
    text-align: center;   
    font-size:small;
    color:black; background-color:rgb(192, 72, 72);
    
}
.tdghost{
    color: gray;
    height: 30px;
}

.tdcolor{
    color: antiquewhite;
}
th {
    text-align: center;
    color:lime; 
    background-color:black;
}
input {
    
    text-align:center;
    font-size: small;
    margin-left:0px;
      
}

.RelayButton{
font-size:12px;
background-color:white;
}
.relaylabel{
    margin-left: 8px;
    
}