.container{
  margin-top: 30px;
}
.badge-success {
  background-color: #5cb85c;
}
.badge-warning {
  background-color: #f0ad4e;
}
.badge-danger {
  background-color: #d9534f;
}

th, td{
  vertical-align: middle !important;
}
thead > * > th{
  text-align: center;
  color: #56567F;
}
td{
  text-align: center;
}
tbody > * > th{
  text-align: left;
  vertical-align: middle;
  color: #56567F;
  font-weight:lighter;
}

ul{
  margin: 0px;
}