@media only screen and (max-width: 400px) {
  body {
    max-width: 320px;
    max-height: 480px;
  }
  
  .desc {
    display: none;
  }
  .descLink {
    display: inline;
  }
}

@media only screen and (min-width: 401px) {
  .descLink {
    display: none;
  }
  
  .record {
    margin-left: auto;
    margin-right: auto;
  }
  
  .desc {
    text-align: left;
    margin-top: 20px;
  }

}

@media only screen and (min-width: 625px) {
  body {
    max-width: 650px;
  }
  
  .record {
    float: left;
    margin-right: 30px;
  }

  .desc {
    margin-top: 0px;
    float: right;
    max-width: 275px;
    color: #14426f;
  }
}

@media only screen and (min-width: 825px) {
  body {
    max-width: 960px;
  }

  .desc {
    max-width: 475px;
  }
}

@media only screen and (min-width: 960px) {
  .desc {
    max-width: 600px;
  }
}

.record {
  text-align: center;
  max-width: 320px;
  width: 320px;
}

* {
  margin: 0px;
  padding: 0px;
}

body {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Open Sans', sans-serif;
  color: #14426f;
}

a {
  color: #14426f;
}

.titleWrapper {
  text-align: left;
  font-weight: bold;
  font-size: 125%;
  border-bottom: 2px solid black;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 3px;
  padding-right: 3px;
}

.indexLink {
  display: inline;
}

.item {
  display: block;
  font-weight: bold;
  text-align: left;
  padding-left: 3px;
  padding-right: 3px;
  border-top: 1px dotted black;
  margin-bottom: 20px;
  clear: both;
}

.itemName {
  clear: both;
}

.small {
  font-size: 75%;
}

.checkboxWrapper {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  overflow: auto;
}

.checkbox100 {
  float: left;
  width: 100%;
}

.checkbox50 {
  float: left;
  width: 50%;
}

.checkbox25 {
  float: left;
  width: 25%;
}

.checkbox33 {
  float: left;
  width: 33%;
}

.checkbox16 {
  float: left;
  width: 16%;
}

.checkbox12 {
  float: left;
  width: 12.5%;
}

.ui, .title, .treads {
  display:inline-block;
}

.uiWrapper {
  margin-left: 3px;
  margin-right: 3px;
}

.slider {
  margin-right: 15px;
  margin-left: 15px;
  width: 60%;
}

.slider .ui-widget-header {
  background: #14426f;
}

.right {
  float: right;
}

.move {
  display: inline;
  float: right;
}

.legal {
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 75%;
  text-align: center;
  clear: both;
}

.center {
  text-align: center;
}

#reset {
  margin-top: 6px;
  float: right;
}

.button {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
  background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background-color: #ededed;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  color: #777777;
  font-family: Trebuchet MS;
  font-size: 20px;
  font-weight: bold;
  padding: 0px 12px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #ffffff;
}

.button:hover {
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
  background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  background-color: #dfdfdf;
}

.button:active {
  position: relative;
  top: 1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

@media only screen and (min-width: 401px) {
  .descLink {
    display: none;
  }
}
