/* Leave room for the navbar */
body {
    padding-top: 50px;
    padding-bottom: 35px;
}

/* Footer */
footer, .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    
    border-top: solid 1px #ccc;
    background: #eee;
    padding: 5px 2px;
    z-index: 1029;

    max-height: 35px;
}

/* Margin elimination */
.no-margin-top {
    margin-top: 0;
}
.no-margin-bottom {
    margin-bottom: 0;
}
.no-margin {
    margin-top: 0;
    margin-bottom: 0;
}

/* Invert body/jumbotron colors. */
body {
    background-color: #eee;
}
.jumbotron {
    background-color: #fff;
    border: solid 2px #337ab7;
}

/* pad the items in the download links list */
ul.list-downloads > li {
    padding: 5px 0;
}

/* limit the table width to not be full page width*/
.table-nonfluid {
   width: auto !important;
}


/* vertically center the text
.vertical-center {
  min-height: 30vh;

  display: flex;
  align-items: center;
}*/

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td{
    padding: 1px;
}
