#graph {
  height: 600px;
  background-color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oxygen', sans-serif;
  font-weight: 300;
}
  
body {
  font-family: 'Oxygen', sans-serif;
  font-size: 16px;
}  

/* allow the submit button to be inline */
input.q {
  width: 80% !important;
  display: inline-block;
}

/* center the masthead */
.masthead {
  height: 550px;
  margin: auto;
  position: absolute;
  top: 0; 
  left: 0; 
  bottom: 0; 
  right: 0;
}

.masthead h1 {
  font-family: 'Oxygen', sans-serif;
  font-weight: 300;
  font-size: 48px;
  padding-top: 3em;
  padding-bottom: 0.5em;
}

nav {
  padding-bottom: 1em;
  padding-top: 1em;
}

#graph-controls {
  background-color: #CCC;
  line-height: 3;
}

#graph-controls > .form-inline > span {
   margin: 0 40px;
}

#graph-controls > .form-inline > span > * {
   margin: 0 5px;
}

.show-title {
  margin-top: 28px;
}

.show-poster {
  margin-top: 20px;
}

hr {
  margin-top: 20px;
  margin-bottom: 10px;
}

.az-tile a {
  font-size: 12px;
}

.az-tile img {
  margin: 2px;
  max-width:100%;
  max-height:100%;
}

#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: .9;
  z-index: 1000;
  font-color: #FFF;
}

#spinner {
  position: fixed;
  top: 50%;
  left: 50%
}

#top100 td {
  text-align: center;
}

#top100 td a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
}

#top100 td:hover {
  background-color: #e6e6e6;
}

#top100 td:hover a {
  text-decoration: none;
}

table#top100 {
  table-layout: fixed;
}

td.invalid {
  background-color: #e6e6e6;
}

td.invalid span {
  opacity: 0.4;
}


