Files
2026-02-17 09:29:34 -06:00

62 lines
1.1 KiB
CSS

body{
margin: 0 auto !important;
float: none !important;
background-color: #000;
}
.divTable{
display: table;
width: 100%;
}
.divTableRow {
display: table-row;
height: 60px;
}
.divTableHeading {
background-color: #EEE;
display: table-header-group;
}
.divTableCell, .divTableHead {
border: 1px solid #999999;
display: table-cell;
padding: 3px 10px;
width: 11.11%;
}
.divTableHeading {
background-color: #EEE;
display: table-header-group;
font-weight: bold;
}
.divTableFoot {
background-color: #EEE;
display: table-footer-group;
font-weight: bold;
}
.divTableBody {
display: table-row-group;
}
#gopen {
background-color: #039003;
text-align: center;
font-size: 100%;
letter-spacing: -0.00em;
color: #fff;
font-weight: bold;
text-decoration: none;
width: 100%px;
height: 8px;
padding: 9px 0 9px 12px;
margin: 0 9px 0 8px;
}
#gclose {
background-color:#c00002;
text-align: center;
font-size: 100%;
letter-spacing: -0.00em;
color: #fff;
font-weight: bold;
text-decoration: none;
width: 100%px;
height: 8px;
padding: 9px 0 9px 12px;
margin: 0 9px 0 8px;
}