.alert-text {
   color: red;
   display: inline;
   font-size: 80%;
}

.box-title {
   background-color: #0b5b9d;
   color: white;
}

div.box-title {
   font-weight: bold;
   padding: .5rem 1rem;
}

div.box-description {
   background-color: #99cefa;
   color: #222;
   padding: .5rem 1rem;
}

.box-container {
   border: 2px solid #0b5b9d;
}

table.box-container {
   color: #222;
}

.box-container tr:nth-child(odd) {
   background-color: #99cefa;
}

ol.singapore-highlights li {
   margin-bottom: 1rem;
}

.main-menu-top a.active:link, .main-menu-top a.active:visited {
   background: none;
   text-decoration: underline;
}

.footer {
   color: white;
}

.footer a:link, .footer a:visited  {
   color: white;
}

.footer a:hover  {
   text-decoration: underline;
}