body {
  /*margin-bottom: 60px;*/
  /*background-color: red;*/
}

/********************
*      Reports      *
********************/
ul.reportsLinks li a {
    font-size: 1.3em;
}

ul.reportsLinks li {
    margin-bottom: 1em;
}

table.reporting.subtable {
    margin-left: 3em;
}

.reporting tr:nth-child(odd), tr.odd {
    background-color: #DDD;
}

.reporting thead tr:nth-child(odd),
.reporting tr:nth-child(even), tr.even {
    background-color: #FFF;
}

.reporting tbody td {
    white-space: pre-wrap;
}

.reporting td, .reporting th {
    padding: 0em 2em 0em 0.25em;
}


/********************
*       Modal       *
********************/
.modal-content {
   /* border-radius: 0px;*/
}

.modal-header {
/*    border-radius: 0px;
    padding: 2px 10px;*/
}

.bg-lightgray {
    /*background-color: lightgray;*/
}

.btn {
/*    border-radius: 0px;*/
}
