body {
/*  padding-top: 60px; */
}

.navbar-brand {
  padding: 0;
}

.glyphicon {
  vertical-align: middle;
}

h2 {
  padding-bottom: 10px;
}

footer {
  color: lightgray;
  text-align: center;
  box-shadow: 0 500px 0 500px black;
}

.table th,
.table td
{
    text-align: left;
    vertical-align: middle !important;
}

.table th + th:not(.left),
.table td + td:not(.left) {
   text-align: center;
}

.overflow-hidden {
  overflow: hidden;
}

/* ********** */
/* flat style */
/* ********** */

  * {
    border-radius: 0 !important;
  }

  .panel-body {
    padding: 0;
  }

/* ************ */
/* / flat style */
/* ************ */

/* extras */

a, a:link, a:visited, a:hover, a:active{
  color:  #088dc5;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
footer {
  color: #a1a1a1;
}
footer a {
  color: #fff !important;
}
