#comments, .hide { display: none; }
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.js-turned-off {
  background: yellow;
  color: red;
  font-weight: bold;
}
.actions {
  float: left;
  width: 100%;
  clear: both;
}
.actions p {
  float: left;
  width: 50%;
  padding: 0;
}
.slam-date {
  background: #eeeeee;
  font-weight: bold;
  padding: 0.1em 0.2em;
}
.slam-results a:hover { text-decoration: none; }
.slam-results .hide { display: none; }
.slam-results table {
  border: 0;
  border: 1px solid #dddddd;
}
.slam-results td { padding: 0.1em 0.2em; }
.slam-results th { padding: 0.1em 0.2em; }
.slam-results th {
  text-align: left;
  font-weight: bold;
  border-left: 1px solid #dddddd;
}
.slam-results td {
  text-align: center;
  border-left: 1px solid #dddddd;
}
.slam-results tr td:first-child {
  text-align: left;
  border-left: none;
}
.slam-results tr th:first-child {
  text-align: left;
  border-left: none;
}
#submit-me {
  width: 100%;
  background: #f3f3f3;
  padding: 3%;
  float: left;
}
#submit-me .column {
  width: 40%;
  margin: 2%;
  float: left;
}
#submit-me label { display: block; }
#submit-me .penalty p {
  padding: 0;
  margin: 0;
}
#submit-me .penalty select {
  padding: 0;
  margin: 0;
}
#submit-me .save_button { clear: both; }
#submit-me:after { clearfix: after; }
.button {
  background: #00a6fc;
  display: inline-block;
  text-align: center;
  padding: 9px 1em 11px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  position: relative;
  cursor: pointer;
}
.button.nice {
  background: #00a6fc url(images/button-gloss.png) repeat-x 0 -34px;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.28);
  background: #00a6fc url(images/button-gloss.png) repeat-x 0 -34px, -moz-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, transparent 100%);
  background: #00a6fc url(images/button-gloss.png) repeat-x 0 -34px, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.4)), color-stop(100%, transparent));
  border: 1px solid #0593dc;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
}
.button.radius {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.button.round {
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
.button.full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}
.button.left-align {
  text-align: left;
  text-indent: 12px;
}
.small.button {
  font-size: 11px;
  padding: 8px 20px 10px;
}
.medium.button { font-size: 13px; }
.large.button {
  font-size: 18px;
  padding: 11px 48px 13px;
}
.nice.small.button { background-position: 0 -36px; }
.nice.large.button { background-position: 0 -30px; }
.blue.button { background-color: #00a6fc; }
.red.button { background-color: #e91c21; }
.white.button {
  background-color: #e9e9e9;
  color: #333333;
}
.charcoal.button { background-color: #141414; }
.nice.blue.button { border: 1px solid #0593dc; }
.nice.red.button { border: 1px solid #b90b0b; }
.nice.white.button {
  border: 1px solid #cacaca;
  text-shadow: none !important;
}
.nice.charcoal.button { border: 1px solid #000000; }
.button:hover {
  background-color: #0192dd;
  color: #ffffff;
}
.blue.button:hover { background-color: #0192dd; }
.red.button:hover { background-color: #d01217; }
.white.button:hover {
  background-color: #dadada;
  color: #333333;
}
.charcoal.button:hover { background-color: #000000; }
