﻿body {
    padding-top: 0px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

ul.moveleft {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

ul {
    list-style-type: none;
}

.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
    padding: 6px;
}

th.titleRow {
    text-align: center;
    background: #194a6b;
    color: white;
}

td.titleRow {
    text-align: center;
    background: #194a6b;
    color: white;
}

th.subtitleRow {
    text-align: center;
    background: #5E8097;
    color: white;
}

.table-wrapper {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.footer-table{
    width: 35%;
}