/*
   style.css
   CSS stylesheet for KnotInfo
   Created 02/24/09
*/

#bigtitle, #smalltitle {
  color: #900;
  text-align: center;
  padding-bottom: .4em;
}

#bigtitle {
  font-size: 3em;
}

#smalltitle {
  margin-top: -.5em;
  font-size: 2.5em;
}

table {
  width: 100%;
  border-spacing: 0 2px;
  margin-top: 1.5em;
}

.nospace, #navtable, #welcometable {
  margin-top: 0;
}

#navtable td, #welcometable {
  border: 1px solid black;
}

#navtable {
  margin-bottom: 1em;
  border-spacing: 1px;
  background-color: #f96;
}

#navtable td {
  width: 33%;
  text-align: center;
}

#welcometable {
  background-color: #ff8;
  padding-bottom: 5px;
}
 
td {
  padding: 0;
  vertical-align: top;
}

.headline {
  background-color: #fdc;
}

.bold {
  color: #00f;
  font-weight: bold;
}

.emph {
  color: #900;
  size: 2em;
}

.prefs, .infoline {
  text-align: center;
  font-weight: bold;
}

.toggler {
  font-weight: bold;
}

.toggler a {
  text-decoration: none;
  color: #00f;
}

.toggler a:hover {
  text-decoration: underline;
}
  
.mobileonly {
  display: none;
}

#resultsheadline {
  background-color: #bbbbbb;
}

.evenrow {
  background-color: #dddddd;
}

img {
  border-width: 1px;
}
