

#moka_logo {
  float: right;
  border: none;
  margin-bottom: 0.5em;
}

.odd {
  background: #EEE;
  border-bottom: 1px solid #CCC;
}

.even {
  border-bottom: 1px solid #CCC;
}

.results {
  width: 100%;
  border-collapse: collapse;
}

.results tr {
  vertical-align: top;
}

.results th {
  border-bottom: 1px solid #CCC;
  text-align: right;
  padding: 0.5em;
}

.results td {
  padding: 0.5em;
}

.results td.moviemeter,
.results td.num_votes {
  text-align: right;
}

.detailed a {
  font-weight: bold;
}

.outline {
  font-size: smaller;
}

span.facet_link {
  padding-right: 0.5em;
}

.adbox {
  margin: 1em;
  text-align: center;
  color: grey;
  padding-bottom: 15px; 
}

.adbox table {
  margin-left: auto;
  margin-right: auto;
}

.inactive {
  color: #777;
}

#update_button {
  margin-bottom: 0.5em;
}

.facets {
  text-align: center;
  line-height: 1.2em;
}

.facets a {
  text-decoration: none;
}

.k1 {font-size: 7pt}
.k2 {font-size: 8pt}
.k3 {font-size: 9pt}
.k4 {font-size: 10pt}
.k5 {font-size: 11pt}
.k6 {font-size: 12pt}
.k8 {font-size: 13pt}
.k8 {font-size: 14pt}
.k9 {font-size: 15pt}
.k10 {font-size: 16pt}


.a_to_z_links {
  clear: both;
  padding: 1em;
}

.a_to_z_links ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.a_to_z_links li {
  list-style-type: none;
  display: inline;
}

.a_to_z_links a,
.a_to_z_links a:visited {
  padding: 0 5px;
  border: 1px solid #B19200;
  text-decoration: none; 
}

.a_to_z_links a:hover,
.a_to_z_links a:active {
  background-color: #E7BE00;
}

.a_to_z_links a.current {
  background-color: #53698C;
  color: #FFF !important;
  border: 1px solid #252F3F;
  font-weight: bold;
  cursor: default;
}
