body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectable {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.key {
  text-align: left !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
body {
  font-family: "Open Sans", "Helvetica Neue", Arial, serif;
  font-size: 16px;
  font-weight: 300;
  background: #F8F8F8;
}
#sidebar {
  width: 300px;
  height: 100%;
  border-right: solid 1px #CCCCCC;
  background: #F8F8F8;
}
.head {
  width: 100%;
  border-bottom: solid 1px #DDDDDD;
}
.full .head {
  border-bottom: solid 1px #DDDDDD;
}
.head .title {
  text-align: center;
  float: left;
  width: 70%;
  padding: 12px 0px;
  font-size: 24px;
  line-height: 16px;
}
.head .title.full {
  width: 100%;
}
.head .action {
  float: left;
  height: 40px;
  width: 15%;
  line-height: 40px;
  text-align: center;
  background-color: #F8F8F8;
  color: #999999;
  cursor: pointer;
}
.head .action a {
  color: #999999;
  text-decoration: none;
}
.head .action i {
  font-size: 24px;
  line-height: 40px;
}
.head .action:active:not(.none),
.head .action:active:not(.none) a {
  background-color: #00aacc !important;
  color: #FFFFFF !important;
}
.head .action.none,
.head .action.none:active {
  cursor: default;
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
.head .action.none img {
  height: 100%;
}
#sidebar {
  background-color: #FFFFFF;
}
#sidebar #switch {
  width: 100%;
  font-weight: 500;
}
#sidebar #switch .platform {
  width: 50%;
  float: left;
  text-align: center;
  padding: 12px 0px;
  color: #999999;
  background-color: #F8F8F8;
  cursor: pointer;
  border-bottom: solid 1px #EEEEEE;
}
#sidebar #switch .platform:active {
  color: #888888;
  background-color: #EEEEEE;
}
#sidebar #switch .platform.selected {
  cursor: default;
  color: #FFFFFF;
  background-color: #00aacc;
  border-bottom: solid 1px #00aacc;
}
.list {
  overflow: auto;
}
.list .item {
  width: 100%;
  border-bottom: 1px #cecece solid;
  cursor: pointer;
}
.list .item > a,
.list .item > span {
  display: block;
  padding: 0px 8px;
  height: 32px;
  line-height: 32px;
  color: black;
  text-decoration: none;
}
.full .list .item > a,
.full .list .item > span {
  height: 40px;
  line-height: 40px;
}
.list .item > a {
  padding: 0px;
}
.list .item img {
  height: 100%;
  float: left;
  margin-right: 8px;
}
.list .item > span span {
  float: right;
}
.list .item > a:active,
.list .item > span:active {
  background-color: #EEEEEE;
  color: #666666;
}
.list .item > a:active img,
.list .item > span:active img {
  opacity: 0.5;
}
#content {
  height: 100%;
}
.full #content {
  background: #FFFFFF;
  width: 600px;
  margin: 0px auto;
  border-left: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
}
.sidebar #content {
  background: #F8F8F8;
  position: absolute;
  left: 301px;
  top: 0px;
}
#registertester {
  height: 48px;
  cursor: pointer;
}
#registertester a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  text-align: center;
  font-weight: 500;
  font-size: 1.25em;
  text-decoration: none;
  line-height: 48px;
  background-color: #00aacc;
}
#registertester a:active {
  color: #f2f2f2;
  background-color: #0095b3;
}
#content .data {
  float: left;
  width: 65%;
}
#content .right-side {
  display: none;
  float: right;
  width: 34.9%;
  height: 100%;
  border-left: solid 1px #999999;
  background: #999999;
}
#content .right-side img {
  width: 100%;
}
#content table {
  margin: 24px auto 48px;
  width: 700px;
}
#content table thead {
  font-weight: 500;
  background-color: #999999;
  color: #FFFFFF;
}
#content table thead th {
  padding: 8px 12px;
}
#content table tbody tr {
  background-color: #EEEEEE;
}
#content table tbody tr:nth-child(even) {
  background-color: #dedede;
}
#content table tbody td {
  font-size: 14px;
  padding: 12px;
}
#content table tbody td:first-child {
  text-align: right;
  border-right: solid 1px #dedede;
}
#content table tbody tr:nth-child(even) td:first-child {
  border-right: solid 1px #cecece;
}
#content table tbody tr.link {
  cursor: pointer;
}
#content table tbody tr.link i {
  color: rgba(0, 0, 0, 0.5);
  float: right;
}
#content .actions {
  width: 100%;
  text-align: center;
  margin: 24px 0px;
}
#content .actions .download {
  display: inline-block;
  width: 200px;
  height: 60px;
  margin: 24px;
  cursor: pointer;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 1.5em;
  text-decoration: none;
  line-height: 60px;
  border-radius: 16px;
  background-color: #00aacc;
}
#content .actions .download:active {
  color: #f2f2f2;
  background-color: #0095b3;
}
#wrapper.android .ios,
#wrapper.ios .android {
  display: none;
}
.list .item,
.list .item > span,
.list .item > a,
.list .item > a img,
.list .item > a span,
#switch .platform,
#content .actions .download,
#content .actions .download i,
table,
tr.link,
table,
tr.link td {
  transition-duration: 0.25s;
}
.word-break {
  word-break: break-all;
}
@media (min-width: 1000px) {
  #content {
    overflow: auto;
  }
  .full .head {
    height: 60px;
  }
  .full .head .title {
    line-height: 36px;
  }
  .head .action:hover:not(.none),
  .head .action:hover:not(.none) a {
    background-color: #EEEEEE;
    color: #888888;
  }
  .sidebar #content .head {
    display: none;
  }
  #sidebar #switch .platform:hover:not(.selected):not(.empty) {
    color: #888888;
    background-color: #EEEEEE;
  }
  #content table thead th:first-child {
    border-top-left-radius: 8px;
  }
  #content table thead th:last-child {
    border-top-right-radius: 8px;
  }
  #content table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
  }
  #content table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
  }
  #content table tbody tr:nth-child(even).link:hover {
    background-color: #cecece;
  }
  #content table tbody tr.link:hover {
    background-color: #dedede;
  }
  #content table tbody tr.link:hover i {
    color: #007f99;
  }
  .list .item > a:hover,
  .list .item > span:hover {
    background-color: #EEEEEE;
    color: #666666;
  }
  .list .item > a:hover img,
  .list .item > span:hover img {
    opacity: 0.5;
  }
  .list .item.selected:not(.empty) > span {
    background-color: #cecece;
    color: #444444;
    cursor: default;
  }
  .list .item.empty > span {
    text-align: center;
  }
  #content .actions .download:hover i {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  #content .actions .download:active i {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  #content .actions .download:hover:not(:active) {
    color: rgba(255, 255, 255, 0.95);
    background-color: #00bfe6;
  }
  #registertester a:hover:not(:active) {
    color: rgba(255, 255, 255, 0.95);
    background-color: #00bfe6;
  }
}
@media (max-width: 1400px) {
  #content .data {
    float: none;
    width: 100%;
  }
  #content .right-side {
    float: none;
    width: 100%;
    height: auto;
    margin-top: 24px;
    border-left: none;
    border-top: solid 1px #999999;
  }
  #content img {
    display: block;
    margin: 0px auto;
    max-width: 320px;
  }
}
@media (max-width: 1000px) {
  body {
    background: #DDDDDD;
  }
  .wrapper {
    position: relative;
    width: 100%;
  }
  #sidebar {
    width: 100%;
  }
  .full #content,
  .sidebar #content,
  #content {
    width: 100%;
    position: inherit;
  }
  .sidebar #content {
    background: #FFFFFF;
  }
  #content table {
    margin: 0px;
    width: 100%;
  }
  #content .actions {
    margin: 0px;
  }
  .list .item > a,
  .list .item > span {
    height: 56px;
    line-height: 56px;
  }
  .full .list .item > a,
  .full .list .item > span {
    height: 60px;
    line-height: 60px;
  }
  #content table tbody tr:nth-child(even).link:active {
    background-color: #cecece;
  }
  #content table tbody tr.link:active {
    background-color: #dedede;
  }
  #content table tbody tr.link:active i {
    color: #007f99;
  }
}
