/* Generated by less 2.5.1 */
html,
body {
  margin: 0;
  padding: 0;
}
body {
  background: url(imgs/bg2.png);
  color: crimson;
  font-family: 'Raleway';
  min-width: 320px;
  background-color: antiquewhite;
}
.main {
  background-color: antiquewhite;
  width: 75%;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
}
.main a {
  text-decoration: underline;
  color: crimson;
}
.main h2,
.main h3 {
  font-family: 'Bangers';
  font-weight: normal;
  -webkit-text-shadow: 0 5px 10px gray;
  -moz-text-shadow: 0 5px 10px gray;
  text-shadow: 0 5px 10px gray;
}
.startimg {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
.contestants {
  width: 100%;
  display: inline-block;
}
.contestants img {
  width: 60%;
  float: left;
}
.contestants ol {
  overflow: hidden;
}
.quickresult {
  display: inline-block;
  width: 100%;
}
.best {
  float: left;
  margin-right: 20px;
}
.worst {
  float: left;
  margin-left: auto;
}
.place {
  text-align: center;
}
.grade {
  text-align: right;
  font-family: 'Ubuntu Mono';
}
.nodots {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
}
.mustimg {
  max-width: 90%;
}
.linkptr {
  cursor: pointer;
}
/* 
Generic Styling, for Desktops/Laptops 
*/
.resulttable table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Ubuntu';
}
.resulttable thead {
  text-align: right;
  font-weight: bold;
}
/* Zebra striping */
.resulttable tr:nth-of-type(odd) {
  background: #f6dbb7;
}
.resulttable th {
  background: crimson;
  color: antiquewhite;
  font-weight: bold;
}
.resulttable td {
  xcolor: crimson;
}
.resulttable td,
.resulttable th {
  padding: 6px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: crimson;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .main {
    width: 900px;
  }
}
@media screen and (max-width: 960px) {
  .contestants img {
    width: 100%;
    float: none;
  }
  .contestants ol {
    width: 85%;
  }
}
@media screen and (max-width: 540px) {
  .main {
    width: 90%;
  }
  .resulttable table {
    width: 85%;
  }
  .resulttable thead {
    display: none;
  }
  .resulttable td {
    display: block;
    position: relative;
    padding-left: 50%;
    margin-bottom: 0px;
    text-align: left;
    border-style: none;
    vertical-align: middle;
    padding-bottom: 1em;
  }
  .resulttable td:first-child {
    font-weight: bold;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: crimson;
    background-color: crimson;
    color: antiquewhite;
  }
  .resulttable td:last-child {
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: crimson;
  }
  .resulttable td:before {
    content: attr(data-th);
    position: absolute;
    top: .75em;
    left: .75em;
    width: 50%;
    font-weight: inherit;
    text-align: left;
    font-weight: bold;
  }
  .name a {
    color: antiquewhite;
  }
}
