/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
/* Less CSS Document */
/* Will be auto compiled to CSS file on save */

.rt {
  width: 100%;
  font-size: 0.75em;
  /*12*/
  line-height: 1.25em;
  /*15*/
  border-collapse: collapse;
  border-spacing: 0;
}
.rt th,
.rt td {
  margin: 0;
  padding: 0.4166em;
  /*10*/
  vertical-align: top;
  border: 1px solid #babcbf;
  background: #fff;
}
.rt th {
  text-align: left;
  background: #fff2b2;
}
@media (max-width: 567px) {
  .rt {
    display: block;
    position: relative;
    width: 100%;
  }
  .rt thead {
    display: block;
    float: left;
  }
  .rt tbody {
    display: -webkit-box;
    overflow-x: auto;
  }
  .rt th,
  .rt tr,
  .rt td {
    display: block;
  }
  .rt th {
    border-bottom: 0;
  }
  .rt td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .rt tbody tr {
    border-right: 1px solid #babcbf;
  }
  .rt th:last-child,
  .rt td:last-child {
    border-bottom: 1px solid #babcbf;
  }
}
main .group {
  margin-bottom: 15px;
}
main .group h1 {
  color: #FFF;
  padding: 5px 20px;
  background-color: #31353d;
}
main .group h1 > span {
  display: inline-block;
  vertical-align: middle;
}
main .group h1 > span.label {
  line-height: 50px;
}
main .group h1 > span.ico {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #633;
  font-size: 1.4em;
  text-align: center;
}
main .group .links {
  padding: 20px 5px;
}
@media (max-width: 991px) {
  main .group {
    margin: 0 15px;
  }
  main .group h1 {
    padding: 15px 20px;
  }
  main .group h1 > span.label {
    line-height: 125%;
    font-weight: bold;
    font-size: 1.2em;
  }
}
