.main {
    max-width: 1200px;
    margin: 0 auto;    
}

.centered {
  margin: auto;
  width: 50%;
  margin-top: 20vh;
  padding: 10px;
}

.message-info {
    text-align: center;
}

.main-nav {
    margin-top: 24px;
    margin-bottom: 24px;
    height: 24px;
    display:block;
    clear: both;
}

.main-title {
    margin-top: 30px;
    margin-bottom: 14px;
}

.menu {
    clear: both;
    font-size: 16px;
}
.menu a {
    display: block;
    height: 22px;
}
.top-level a {
    height: 10px;
    display: block;
    margin-bottom: 30px;    
    font-size: 20px;
    margin-right: 20px;
    float: left;
    clear: none;
}

.menu-link.active {
    text-decoration: underline;
}

#main {
    border: 1px dotted black;    
}

#main_wrapper {
    padding-top: 12px;
}

#filters {
    margin-bottom: 12px;
}

.container {
    border: 1px solid black;
    margin-bottom: 50px;
}

.report-heading {
    background-color: gray;
    print-color-adjust: exact;
    border: 1px black dotted;
    margin-bottom: 8px;
    text-align: center;
}

.report-heading h3 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.report-section-end {
    margin-bottom: 8px;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

/*
https://datatables.net/forums/discussion/30530/set-fixed-column-width
*/
table.datatable_correction {
        margin: 0 auto;
        width: 100%;
        clear: both;
        border-collapse: collapse;
        table-layout: fixed;
        word-wrap:break-word;
}

.spacer {
    height: 24px;
}

.form-errors {
    margin-top: 24px;
    color: red;
    font-weight: bold;
}

/* DataTable - break long texts: */
table.dataTable tbody td {
  word-break: break-word; 
  word-break: break-all; 
  white-space: normal;
}

.dt-cell-difference {
    background-color: orange !important;
}

.dt-cell-bold {
    font-weight: bold;
}

.compare-envvar-key {
    font-weight: bold;
    font-size: 20px;
}

.flash-messages {
    background: #f3e48cf5;
    padding: 8px;
    margin: 12px;
}

.note-important {
    color: red;
    font-size: 16px;
}

.note {
    color: blueviolet;
    margin-top: 4px;
}