body {
  font-size: 0;
  padding-left: 320px;
}
  body > * {
    font-size: 12px;
  }
  aside.options {
    font-size: 11px;
    text-align: left;
    color: #a3a3a3;
    background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(56,64,71,0.85)), color-stop(35%,rgba(41,41,41,0.85)), color-stop(100%,rgba(41,41,41,0.85)));
    background-image: -webkit-radial-gradient(center, ellipse cover, rgba(56,64,71,0.85) 0%,rgba(41,41,41,0.85) 35%,rgba(41,41,41,0.85) 100%);
    background-image: -moz-radial-gradient(center, ellipse cover, rgba(56,64,71,0.85) 0%, rgba(41,41,41,0.85) 35%, rgba(41,41,41,0.85) 100%);
    background-image: -o-radial-gradient(center, ellipse cover, rgba(56,64,71,0.85) 0%,rgba(41,41,41,0.85) 35%,rgba(41,41,41,0.85) 100%);
    background-image: -ms-radial-gradient(center, ellipse cover, rgba(56,64,71,0.85) 0%,rgba(41,41,41,0.85) 35%,rgba(41,41,41,0.85) 100%);
    background-image: radial-gradient(ellipse at center, rgba(56,64,71,0.85) 0%,rgba(41,41,41,0.85) 35%,rgba(41,41,41,0.85) 100%);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0;
    border: 1px solid #666;
    border-top: 0 none;
    border-radius: 0 0 0 4px;
    white-space: normal;
    z-index: 10;
    -webkit-transition: top 0.15s ease-in-out;
    -moz-transition: top 0.15s ease-in-out;
    -ms-transition: top 0.15s ease-in-out;
    -o-transition: top 0.15s ease-in-out;
    transition: top 0.15s ease-in-out;
  }
    aside.options > div {
      padding: 10px;
      border-bottom: 1px dotted #666;
    }
      aside.options > div:last-child {
        border-bottom: 0 none;
      }
    aside.options input[type="checkbox"] + label, aside.options input[type="radio"] + label {
      margin: 0.5em 0;
    }

  form {
    white-space: normal;
    padding: 1em 0 0;
    margin: 0 auto 1em;
    display: block;
  }
    form p {
      margin: 0;
    }
      form p.example {
        color: #666;
        text-align: center;
      }
        form p.example strong {
          text-decoration: underline;
        }
  fieldset, body.touch fieldset:first-child {
    position: relative;
    color: #aaa;
    text-align: left;
    vertical-align: top;
    padding: 0;
    border: 0 none;
    margin: 0 auto 20px;
    display: inline-block;
    white-space: nowrap;
  }
    body.touch fieldset, body.touch input.new-window {
      display: none;
    }
    fieldset .vg-icon {
      width: 48px;
      height: 25px;
      vertical-align: top;
      border-width: 2px 0 3px 2px;
      border-style: solid;
      border-color: #375573;
      border-radius: 1px 0 0 1px;
    }
    fieldset span.service, fieldset span.options {
      position: relative;
      height: 0;
      vertical-align: top;
      padding: 30px 2px 0 0;
      display: inline-block;
      overflow: hidden;
      z-index: 1;
    }
      fieldset span.service:hover, fieldset span.options:hover {
        height: auto;
        border-radius: 0 0 1px 1px;
        margin-bottom: -100%;
        overflow: visible;
        z-index: 2;
      }
      fieldset span.service input[type="radio"] + label, fieldset span.options input[type="radio"] + label {
        width: 60px;
        line-height: 25px;
        background-color: #111;
        text-align: center;
        letter-spacing: -0.5px;
        padding: 0;
        border-width: 0;
        border-radius: 0;
        display: block;
        opacity: 0.9;
        -webkit-transition: background-color 0.15s ease-in-out;
        -moz-transition: background-color 0.15s ease-in-out;
        -ms-transition: background-color 0.15s ease-in-out;
        -o-transition: background-color 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out;
      }
        fieldset span.options input[type="radio"] + label {
          width: 48px;
        }
        fieldset span.service input[type="radio"] + label:hover, fieldset span.options input[type="radio"] + label:hover {
          background-color: #343434;
        }
        fieldset span.service input[type="radio"]:checked + label, fieldset span.options input[type="radio"]:checked + label {
          position: absolute;
          top: 0;
          left: 0;
          border-width: 2px 2px 3px 0;
          border-radius: 0;
          z-index: 1;
        }
          fieldset span.options input[type="radio"]:checked + label {
            border-radius: 0 1px 1px 0;
          }
      fieldset span.more-toggle {
        line-height: 14px;
        font-size: 10px;
        text-align: center;
        color: #666;
        background-color: #111;
        padding: 0 10px;
        display: block;
        opacity: 0.9;
        cursor: default;
      }
      fieldset span.more {
        max-height: 0;
        display: block;
        overflow: hidden;
        -webkit-transition: max-height 0.15s ease-in-out;
        -moz-transition: max-height 0.15s ease-in-out;
        -ms-transition: max-height 0.15s ease-in-out;
        -o-transition: max-height 0.15s ease-in-out;
        transition: max-height 0.15s ease-in-out;
      }
        fieldset span.more-toggle:hover + span.more, fieldset span.more:hover {
          max-height: 60px;
          overflow: visible;
        }
    fieldset input[type="text"] {
      border-radius: 0;
    }

body > nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  background-image: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 98%, rgba(0,0,0,0.1) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(98%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0.1)));
  background-image: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 98%,rgba(0,0,0,0.1) 100%);
  background-image: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 98%,rgba(0,0,0,0.1) 100%);
  background-image: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 98%,rgba(0,0,0,0.1) 100%);
  background-image: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 98%,rgba(0,0,0,0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
  display: inline-block;
  overflow: auto;
  z-index: 100;
}
body > section {
  height: 100%;
  width: 490px;
  max-width: 100%;
  text-align: left;
  display: inline-block;
  overflow: auto;
}
  body > section.stats {
    width: auto;
    min-width: 0;
    text-align: right;
  }
    body > section.stats table {
      width: 100%;
      border-collapse: collapse;
    }
    body > section.stats table tr:hover {
      background-color: #000;
    }
    body > section.stats table td {
      padding: 1px 2px;
      
    }
  body > section.watchlist {
    white-space: normal
  }

h2 {
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  white-space: normal;
}
  ul li {
    position: relative;
    vertical-align: top;
    padding: 0;
    margin: 6px;
    display: inline-block;
    -webkit-transition: opacity 0.15s ease-in-out;
    -moz-transition: opacity 0.15s ease-in-out;
    -ms-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
  }
    ul li.new {
      opacity: 0;
    }
    ul li.data {
      display: none;
    }
    ul li a.info {
      position: relative;
      width: 222px;
      text-decoration: none;
      background-color: #131212;
      padding-top: 103px;
      border-width: 2px 2px 3px;
      border-style: solid;
      border-color: #666;
      border-radius: 2px;
      margin: 0 auto;
      display: block;
      overflow: hidden;
      z-index: 2;
      -webkit-transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out;
      -moz-transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out;
      -ms-transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out;
      -o-transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    }
      ul li:hover a.info, body.touch ul li a.info {
        color: #f1f1f1;
        border-color: #375573;
      }
      ul li a.info img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100px;
        height: 100px;
        background-color: #343434;
        opacity: 0.70;
        -webkit-transition: opacity 0.15s ease-in-out;
        -moz-transition: opacity 0.15s ease-in-out;
        -ms-transition: opacity 0.15s ease-in-out;
        -o-transition: opacity 0.15s ease-in-out;
        transition: opacity 0.15s ease-in-out;
      }
        ul li a.info img.game {
          width: 72px;
          min-width: 0;
          height: 100px;
          left: 100px;
        }
          ul li:hover a.info img, body.touch ul li a.info img {
            opacity: 1;
          }
    ul li a > small {
      position: absolute;
      top: 100px;
      right: -4px;
      font-size: 8px;
      line-height: inherit;
      color: #66665f;
      background-color: rgba(19,18,18,0.85);
      padding: 2px;
      border-radius: 0 0 0 2px;
      margin-right: 4px;
    }
      ul li a > small.live {
        color: #377243;
        font-weight: bold;
        text-transform: uppercase;
      }
      ul li a > small.offline {
        color: #a55151;
        font-weight: bold;
        text-transform: uppercase;
      }
    ul li strong, ul li em {
      line-height: 1.1em;
      text-align: left;
      padding: 0 5px 3px;
      display: block;
    }
    ul li em {
      height: 1.4em;
      text-overflow: ellipsis;
      padding: 0 5px 0 10px;
      white-space: nowrap;
      overflow: hidden;
    }
      ul li em.long {
        letter-spacing: -1px;
      }
    ul li a > span {
      height: 2.4em;
      line-height: 1.2em;
      font-size: 11px;
      text-align: left;
      text-overflow: ellipsis;
      color: #66665f;
      padding: 0 5px;
      margin: 5px 0;
      display: block;
      overflow: hidden;
    }
    ul li > .options {
      position: absolute;
      top: 0;
      right: 0;
      width: 48px;
      height: 100px;
      text-align: center;
      background-color: #666;
      padding: 2px 2px 0 2px;
      border-radius: 0 2px 0 0;
      z-index: 3;
      -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
      -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
      -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
      -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
      transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    }
      ul li:hover > .options, body.touch ul li > .options {
        background-color: #375573;
        border-color: #375573;
      }
      ul li > .options > * {
        font-size: 10px;
        line-height: 12px;
        color: #666;
        background-color: #131212;
        text-decoration: none;
        padding: 8px 0;
        border-radius: 3px;
        margin-bottom: 2px;
        display: block;
        cursor: pointer;
        -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, opacity 0.15s ease-in-out;
        -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, opacity 0.15s ease-in-out;
        -ms-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, opacity 0.15s ease-in-out;
        -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, opacity 0.15s ease-in-out;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, opacity 0.15s ease-in-out;
      }
        ul li:hover > .options > *, body.touch ul li > .options > * {
          border-color: #375573;
        }
        ul li > .options > *:hover {
          color: #f1f1f1;
          background-color: #343434;
        }
        ul li > .options > .service {
          height: 16px;
          background-color: transparent;
          padding: 0;
          border-radius: 0;
          margin-bottom: 0;
          opacity: 0.55;
          cursor: default;
        }
          ul li:hover > .options > .service, body.touch ul li > .options > .service {
            opacity: 1;
          }
  ul li.twitch a.info {
    border-color: #4c3678; /* H: 184, S: 140, V: 120 */
  }
    ul li.twitch > .options,
    ul li.twitch > .options > .service {
      background-color: #4c3678;
    }
    ul li.twitch:hover a.info, body.touch ul li.twitch a.info {
      border-color: #6441a5;
    }
      ul li.twitch:hover > .options, body.touch ul li.twitch > .options,
      ul li.twitch:hover > .options > .service, body.touch ul li.twitch > .options > .service {
        background-color: #6441a5;
      }
      /*ul li.twitch > .options > *:hover {
        background-color: #b9a3e3;
      }*/
  ul li.ustream a.info {
    border-color: #365478; /* H: 151, S: 140, V: 120 */
  }
    ul li.ustream > .options,
    ul li.ustream > .options > .service {
      background-color: #365478;
    }
    ul li.ustream:hover a.info, body.touch ul li.ustream a.info {
      border-color: #3388ff;
    }
      ul li.ustream:hover > .options, body.touch ul li.ustream > .options,
      ul li.ustream:hover > .options > .service, body.touch ul li.ustream > .options > .service {
        background-color: #3388ff;
      }
      /*ul li.ustream > .options > *:hover {
        background-color: #4d99e9;
      }*/
  ul li.hitbox a.info {
    border-color: #657836; /* H: 55, S: 140, V: 120 */
  }
    ul li.hitbox > .options,
    ul li.hitbox > .options > .service {
      background-color: #657836;
    }
    ul li.hitbox:hover a.info, body.touch ul li.hitbox a.info {
      border-color: #92d000;
    }
      ul li.hitbox:hover > .options, body.touch ul li.hitbox > .options,
      ul li.hitbox:hover > .options > .service, body.touch ul li.hitbox > .options > .service {
        background-color: #92d000;
      }
      /*ul li.hitbox > .options > *:hover {
        background-color: #abd42f;
      }*/
  /* Red For E3 */
  ul li[data-event="e3"] a.info {
    border-color: #783c36 #783c36 #787136 #787136; /* H: 1, S: 140, V: 120 */
  }
    ul li[data-event="e3"] > .options,
    ul li[data-event="e3"] > .options > .service {
      background-color: #783c36;
    }
    ul li[data-event="e3"]:hover a.info, body.touch ul li[data-event="e3"] a.info {
      border-color: #d83320 #d83320 #f7df00 #f7df00;
    }
      ul li[data-event="e3"]:hover > .options, body.touch ul li[data-event="e3"] > .options,
      ul li[data-event="e3"]:hover > .options > .service, body.touch ul li[data-event="e3"] > .options > .service {
        background-color: #d83320;
      }
  /* Gold For Marathons */
  ul li[data-event="marathon"] a.info {
    border-color: #786836; /* H: 32, S: 140, V: 120 */
  }
    ul li[data-event="marathon"] > .options,
    ul li[data-event="marathon"] > .options > .service {
      background-color: #786836;
    }
    ul li[data-event="marathon"]:hover a.info, body.touch ul li[data-event="marathon"] a.info {
      border-color: #deb430;
    }
      ul li[data-event="marathon"]:hover > .options, body.touch ul li[data-event="marathon"] > .options,
      ul li[data-event="marathon"]:hover > .options > .service, body.touch ul li[data-event="marathon"] > .options > .service {
        background-color: #deb430;
      }

ul.manage {
  background-color: rgba(19,18,18,0.85);
  padding: 6px;
  border-radius: 2px;
}
  ul.manage li {
    width: auto;
    margin: 4px;
    white-space: nowrap;
  }
    ul.manage li a, ul.manage li span {
      line-height: 20px;
      vertical-align: top;
      padding: 0 4px;
      border-width: 2px 2px 3px;
      border-style: solid;
      border-color: #666;
      display: inline-block;
      cursor: pointer;
    }
    ul.manage li a {
      width: auto;
      min-width: 50px;
      border-right-width: 0;
      border-radius: 2px 0 0 2px;
    }
    ul.manage li span {
      font-size: 10px;
      text-align: left;
      background-position: -78px -386px;
      padding-left: 21px;
      border-left-width: 1px;
      border-radius: 0 2px 2px 0;
    }
    ul.manage li:hover a, ul.manage li:hover > span {
      color: inherit;
      border-color: #a55151;
    }
    ul.manage li a:hover, ul.manage li > span:hover {
      color: #f1f1f1;
    }

@media screen and (max-width: 1200px) {
  body > .stats {
    display: none;
  }
}