/* Move down content because we have a fixed navbar that is 3.5rem tall */
body
{
  padding-top: 3.5rem;
}

.user_status, .user_status a
{
    color: white;
}

table .fa
{
    font-size: 1.3em;
    margin-right: 5px;
}

footer
{
    margin-right: 18px;
}

footer, footer a
{
    color: gray;
}

h2
{
    margin-bottom: 2rem;
}

