@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);
body {
  background-color:#666;
  font-family: 'Open Sans Condensed', sans-serif;
}
a {
  color:rgb(200,0,0);
  text-decoration: none;
}
a:hover {
  color:rgb(230,0,0);
}
#loading {
  display:none;
}
#container {
  width:950px;
  margin:0px auto;
  background-color:#FFF;
  padding:25px;
}
table.effTable {
  width:95% !important;
  margin:20px auto;
  border-collapse: collapse;
  border:1px solid;
}
table.effTable thead,
table.effTable tbody {
  display:block;
}
table.effTable tbody {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}
table.effTable tr {
  display:block;
  overflow: hidden;
}
table.effTable th {
  padding:1%;
  text-align: left;
  font-size:12px;
}
table.effTable th.title {
  text-align: center;
  font-size:20px;
  border: none;
  padding:15px !important;
}
.tablesorter-default td {
  background-color: transparent !important;
}
table.effTable td {
  display:block;
  float:left;
  border:none;
  margin:0px;
  padding:1% !important;
}
table.effTable tr:nth-child(even) {
  background-color:rgba(0,0,0,0.06);
}
table.effTable th:nth-child(1),
table.effTable td:nth-child(1) {
  width:16%;
}
table.effTable th:nth-child(2) {
    width:28%;
}
table.effTable td:nth-child(2) {
  width:31%;
}
table.effTable th:nth-child(3),
table.effTable td:nth-child(3) {
  width:10%;
}
table.effTable th:nth-child(4),
table.effTable td:nth-child(4) {
  width:10%;
}
table.effTable th:nth-child(5),
table.effTable td:nth-child(5) {
  width:10%;
}
table.effTable th:nth-child(6),
table.effTable td:nth-child(6) {
  width:10%;
}
div.filter {
  float:right;
}
.nav {
  text-align:center;
  padding:15px;
}
.chart {
  padding:1px 0px;
  width:100%;
  height:600px;
  position: relative;
}
.blur {
  position:absolute;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  background-color:rgba(255,255,255,0.8);
}

.spinner {
  margin: 300px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
