#main {
    min-height: 500px;
}
.hide {
    display: none !important;
}

td,
th,
input,
textarea,
select {
    font-size: 12px !important;
}

thead tr,
tfoot tr {
    background-color: aquamarine;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    background-color: #f8f9fa;
    padding: 10px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-family: monospace;
    font-size: 14px;
    max-width: 100%;
}
