/* Move down content because we have a fixed navbar that is 50px tall */


body {
  padding-top: 50px;
  padding-bottom: 20px;
}

.table tbody>tr>td.vert-align{
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oxygen', sans-serif;
}

p, div {
    font-family: 'Oxygen', sans-serif;
}