Community Central
Community Central
.atone {
    border: 1px solid white; 
    text-align: center; 
    color: #D8D8D8;
    padding: 5px !important;
    border-spacing: 0px;
}
 
.atone tr:nth-child(odd) {
    background: #404040;
}
.atone tr:nth-child(even){
    background-color: #595959;
}