*{
  box-sizing: border-box;
}

html, body{
  box-sizing: border-box;
  height: 100%;
}

.indexHeader{
  height: 5%;
  margin: 0;
  padding: 5px;
}

.indexView{
  height: 95%
}

.even{
  background-color: #f5f5f5;
}

ul {
  list-style-type: none;
}

.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
  background-color: #006dcc;
  background-image: linear-gradient(to bottom,#08c,#04c);
  background-repeat: repeat-x;
  border-color: #04c #04c #002a80;
}