#content-main.support-index {
  padding-top: 10px;
}

.support-index .chapter {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 639px) {
  .support-index .chapter {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.support-index h2 {
  font-size: 22px;
  line-height: 1.4;
}
.support-index .chapter-download,
.support-index .chapter-updates,
.support-index .chapter-contact {
  margin: 70px 0;
  padding: 50px 0 20px;
  border-top: 1px solid #e5e5e5;
}
.support-index .chapter-download h1,
.support-index .chapter-updates h1,
.support-index .chapter-contact h1 {
  text-align: center;
}
.support-index .chapter-download {
  padding-bottom: 0;
}

.chapter-faq h2 {
  margin-bottom: 0;
}
.chapter-faq header {
  position: relative;
}
.chapter-faq header .title {
  text-align: center;
  margin-top: 0;
  padding-right: 260px;
  padding-left: 260px;
}
@media screen and (min-width: 640px) and (max-width: 1031px) {
  .chapter-faq header .title {
    text-align: left;
    padding-left: 0;
  }
}
@media screen and (max-width: 639px) {
  .chapter-faq header .title {
    padding-left: 0;
    padding-right: 0;
  }
}

.faq-search {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 6px;
}
@media screen and (max-width: 639px) {
  .faq-search {
    position: static;
    display: block;
    width: 100%;
    text-align: center;
  }
}

.faq-search-text {
  width: 200px;
  vertical-align: middle;
}

.faq-search-submit {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background: #abafb1 url(/img/common/icon_search_white.png) center center no-repeat;
  background-size: 15px 15px;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.chapter-contact-tel h3 {
  font-size: 16px;
}
.chapter-contact-tel .box-contact {
  margin-top: 0;
}

.link-flip {
  margin-bottom: 24px;
}
@media screen and (max-width: 639px) {
  .link-flip {
    margin-bottom: 10px;
  }
}
.link-flip .content {
  padding: 0;
  display: table;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.link-flip .title {
  padding: 0;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
}

.table-congestion {
  border: none !important;
}
@media screen and (max-width: 639px) {
  .table-congestion {
    margin: 0 !important;
    padding: 0 25px;
    width: 625px;
  }
}
.table-congestion table {
  table-layout: auto;
  width: 100%;
}
.table-congestion th {
  background-color: #f6f6f6;
}
.table-congestion th, .table-congestion td {
  text-align: center;
  -webkit-box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, 0.2);
}
.table-congestion th:last-child, .table-congestion td:last-child {
  -webkit-box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, 0.2), inset -1px 0 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, 0.2), inset -1px 0 0 0 rgba(0, 0, 0, 0.3);
}
.table-congestion thead th, .table-congestion thead td {
  padding: .5em;
}
.table-congestion tbody th, .table-congestion tbody td {
  padding: 1.2em .5em;
}
.table-congestion tbody th {
  width: 4.5em;
}
.table-congestion tbody td {
  min-width: 60px;
}
.table-congestion tbody td.closed {
  background-color: #ccc;
  font-size: 12px;
  color: #999;
}
.table-congestion tbody td.low, .table-congestion tbody td.middle, .table-congestion tbody td.high {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background: url(/img/common/icon_phone_white.png) center center no-repeat;
  background-size: 24px 24px;
}
.table-congestion tbody td.low {
  background-color: #7bc660;
}
.table-congestion tbody td.middle {
  background-color: #f9c435;
}
.table-congestion tbody td.high {
  background-color: #e14a4a;
}
.table-congestion tbody tr:nth-child(2) th {
  -webkit-box-shadow: inset 1px -1px 0 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px 0 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.table-congestion tbody tr:nth-child(2) td {
  -webkit-box-shadow: inset 1px -1px 0 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px -1px 0 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 0 rgba(0, 0, 0, 0.3);
}
.table-congestion tbody tr:nth-child(2) td:last-child {
  -webkit-box-shadow: inset 1px -1px 0 0 rgba(0, 0, 0, 0.2), inset -1px 1px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px -1px 0 0 rgba(0, 0, 0, 0.2), inset -1px 1px 0 0 rgba(0, 0, 0, 0.3);
}

.congestion-legend {
  margin-top: 1em;
  color: #666;
  font-size: 12px;
}
.congestion-legend li span {
  font-size: 10px;
  margin-right: 0.25em;
}
.congestion-legend li span.low {
  color: #7bc660;
}
.congestion-legend li span.middle {
  color: #f9c435;
}
.congestion-legend li span.high {
  color: #e14a4a;
}
@media screen and (min-width: 640px) {
  .congestion-legend {
    text-align: right;
  }
}
