
header {padding-top: 5px;}
.search2 dt {float: left; margin-right: 5px;}
h2 span { color: #007bff}

.info ul .list-group-item {
  background-color: #ffff00;
}
.info h3 {
  font-size: 1.2em; text-align: center;
}
.info.alert.alert-danger {padding: 0.3rem;}

table {font-size: 0.9rem;}
.td1 a {
  text-decoration: underline;
}
.td4 a, .td5 a {
  background-color: #0084FF;
  color: #FFF;
  padding: 3px 5px;
  border-radius: 2px;
  white-space: nowrap;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.td4 a:hover, .td5 a:hover {
  background-color: #0069CB;
  text-decoration: none;
}
.td5 a {
  background-color: #FF7E00;
}
.td5 a:hover {
  background-color: #D36800;
}
.td7 {
  font-weight: bold;
  color: red;
}

footer p.bottom span {
  display: block;
}
footer p.bottom > span:first-child {
  font-size: 18px;
  font-weight: bold;
}

/* to top */
#back-top { position: fixed; bottom: -16px; right: -1px; }
#back-top a { width: 45px; height: 40px; display: block; text-align: center; text-decoration: none; color: #FFF; background-color: rgba(0,0,0,0.25); padding-top: 10px; font-size: 16px; line-height: 1em; border-top-left-radius: 15px; }
#back-top a:hover { color: #22A7F0; }

