/* Moxie Movie Calculator */
/* by Ken B. Miller       */

body {
  background-color:#333;
  color: #ddd;
}

.header {
  background-color:#666;
  border-top: 4px dotted white;
  border-bottom: 4px dotted white;
  padding-top: 5px;
}

.pageSection {
  padding-top: 70px;
  border-top: 1px dotted #ccc;
  padding-bottom: 10px;
}
.bannerAd, .sidebarAd {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

a.btn.nav-item.nav-link {
  color: black;
}

h1, h2, h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 5px;
}

thead {
  color: #f63;
  background: #111;
}

.bestPerformer {
  color: #FF9;
}
.fineprint {
  font-size: 11px;
}
.blank {
  color: #777;
}
.counter {
  color: #333;
}
a:link {
  color: #0CF;
}
a:visited {
  color: #99F;
}
