table.greenish {
 font-family: "Times New Roman", Times, serif;
 border: 1px solid #FFFFFF;
 width: 100%;
 height: 20px;
 text-align: center;
 border-collapse: collapse;
}
table.greenish td, table.greenish th {
 border: 1px solid #FFFFFF;
 padding: 3px 2px;
}
table.greenish tbody td {
 font-size: 13px;
 background: #DDDDDD;
}
table.greenish thead {
 background: #446666;
 border-bottom: 5px solid #FFFFFF;
}
table.greenish thead th {
 font-size: 17px;
 font-weight: bold;
 color: #FFFFFF;
 text-align: center;
 border-left: 2px solid #FFFFFF;
}
#nope {
 background-color: red;
}
#yep {
 background-color: lightgreen;
}
#green-bg {
 background-color: green;
}
#lightgrey-bg {
 background-color: lightgrey;
}
#white-bg {
 background-color: white;
}
#white-text {
 color: white;
}
.centered-div {
 width: fit-content;
 overflow: auto;
 margin: auto;
}
