body {
  font-family: "Segoe UI", "Source Sans Pro", Arial, sans-serif;
  color: #fff !important;
  margin: 0px;
}

#header {
  height: 90px;
  background: url("../img/header-bg.png");
  background-repeat: no-repeat;
}

.content {
  padding: 10px;
}

.content-title-left {
  float: left;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

.content-title-left span {
  color: #fff;
  font-size: 36px;
}

.content-title-right {
  float: right;
  text-align: "right";
}

.content-title-right span {
  font-size: 36px;
  font-weight: 300;
}

.content-title-right #date {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

.content-title-right #clock {
  font-weight: 700;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  background: url("../img/footer-bg.png") no-repeat bottom right;
  width: 100%;
  text-align: center;
  padding: 10px;
  height: 125px;
}

.item {
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.5);
  height: 50px;
  color: #fff;
}

table {
  border-collapse: separate;
  border-spacing: 0em 0.5em;
}

.intime {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #b0dd10;
}

ul.indicator {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
td,
th {
  font-size: 26px;
}
ul.indicator li {
  display: inline-block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.1);
  color: #666;
  margin-right: 5px;
}

ul.indicator li.active {
  background: #f1c40f;
}

ul.indicator li.activepaging {
    background: #22c55e;
}

.bootstrap-switch-small {
  width: 85px;
}

.dropdown > .dropdown-menu.pull-right:after,
.dropdown-toggle > .dropdown-menu.pull-right:after,
.btn-group > .dropdown-menu.pull-right:after {
  left: auto;
  right: 10px;
}

.dropdown > .dropdown-menu:after,
.dropdown-toggle > .dropdown-menu:after,
.btn-group > .dropdown-menu:after {
  position: absolute;
  top: -7px;
  left: 10px;
  right: auto;
  display: inline-block !important;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  content: "";
}
