.itc-grey-divider {
  width: 951px;
  height: 13px;
  background-color: #f7f7f7;
}
.page-container {
  padding: 0;
}
.page-header {
  margin: 0;
  color: #5f5f5f;
  text-align: center;
}
.page-header h1 {
  margin: 0;
}
.page-header h1 > .dropdown > .free-paid-toggle {
  color: #5f5f5f;
}
.page-header h1 > .dropdown > .free-paid-toggle:active,
.page-header h1 > .dropdown > .free-paid-toggle:hover {
  text-decoration: none;
}
.page-header h1 > .dropdown > .free-paid-toggle > span {
  text-decoration: none;
  position: relative;
}
.page-header h1 > .dropdown > .free-paid-toggle > span:after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: black;
  content: '';
  margin-top: -5px;
}
.page-header h1 > .dropdown > .free-paid-toggle > span > .caret {
  margin-top: 16px;
  margin-left: 4px;
  border-top: 5px solid #5f5f5f;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  opacity: 1;
}
.page-header h1 > .dropdown > .dropdown-menu i {
  visibility: hidden;
}
.page-header h1 > .dropdown > .dropdown-menu > .active i {
  visibility: visible;
}
.page-header h1 > .dropdown > .dropdown-menu a {
  font-size: 14px;
  text-align: left;
}
/* content tabs */
.content-tabs {
  position: relative;
}
.content-tabs .help {
  float: right;
  margin-top: 10px;
}
.content-tabs .help .caret {
  margin-top: 8px;
}
.content-tabs .top-tab-center > [class^="icon-"],
.content-tabs .top-tab-center > [class*=" icon-"] {
  font-size: 20px;
  margin: 0 2px 0 0;
  line-height: 16px;
  color: #a3a2a2;
}
.content-tabs .top-tab-center > .icon-apple {
  margin: -1px 3px 0 0;
}
/* header */
.itc-header-container {
  padding: 50px;
  text-align: center;
}
/* banner */
#banner {
  padding: 40px;
  letter-spacing: 1px;
}
.itc-success-banner-bg {
  background: #84d231;
}
.itc-waiting-banner-bg {
  background: #ebcd39;
}
#banner h2 {
  padding: 0;
  margin: 0;
  font-size: 40px;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
}
#banner-sub-text {
  margin-top: 8px;
}
.itc-success-sub-text,
.itc-waiting-sub-text {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
.itc-success-sub-text {
  color: #2f560e;
}
.itc-waiting-sub-text {
  color: #6a6519;
}
/* time counters */
#counters-header {
  border-top: 1px solid #c3c3c3;
  color: #919191;
  padding: 14px 0;
  text-align: center;
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  border-radius: 0 0 12px 12px;
  background-color: #f8f8f8;
  letter-spacing: 1px;
}
.itc-counters {
  border-bottom: 1px solid #c3c3c3;
  height: auto;
}
.itc-counter {
  width: 315px;
  min-height: 118px;
  background-color: #fff;
  float: left;
}
.itc-border-right {
  border-right: 1px solid #c3c3c3;
}
.itc-counter h3 {
  font-weight: normal;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: 18px;
  margin-bottom: 10px;
  color: #999999;
  text-transform: lowercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 400;
}
.itc-counter-text {
  font-size: 30px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 300;
}
.itc-counter-ampm {
  color: #a4a4a4;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
.itc-tiny-counter-text {
  margin-top: 4px;
  color: #b3b3b3;
  text-align: center;
  text-transform: lowercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 400;
}
.itc-counter-extra-days {
  font-size: 13px;
}
/* chart */
#itc-chart {
  width: 930px;
  margin: 24px auto;
}
/* twitter bar */
.itc-twitter-container {
  padding: 12px 0;
  border-bottom: 1px solid #c3c3c3;
  text-align: center;
  color: #3e3e3e;
  background: #f8f8f8;
  letter-spacing: 1px;
}
.itc-twitter-icon {
  background-position: -42px 0;
  width: 37px;
  height: 29px;
  float: left;
  margin-right: 15px;
}
#counter-average h3 span {
  border-bottom: 1px dashed #888;
  cursor: help;
}
