body {
    font-family: Helvetica;
}

h1,h2,h3 {
    font-family: sans-serif;
    padding-top: 20px;

}

textarea {
    border: 1px solid #aaa;
}

form table th, form table td {
    vertical-align: top;
}

table.records {
    border-collapse: collapse;
    min-width: 100%;
}

table.records th {
    background-color: #007ad9;
    color: white;
    padding: 5px;
}

table.records td, table.records th {
    border: 1px solid #aaa;
    padding-left: 5px;
    padding-right: 5px;
}

table.records tr:nth-child(even) {
    background-color: #eee;
}

a {
    color: #007ad9;
    padding: 5px 15px 3px 15px;
    text-decoration: none;
}

ul.menu {
    list-style: none;
    display: inline-table;
    background-color: #007ad9;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

ul.menu li {
    float: left;
}

ul.menu a {
    color: white;
}

label {
    margin-bottom: 0 !important;
}

td, th {
    padding-right: 10px !important;
}

.btn-primary {
    background-color: #007ad9 !important;
}

table.tableForm thead {
    background-color: #007ad9;
    color: white;
}

table.tableVerticalForm {
    width: 90%;
}

table.tableVerticalForm th {
    min-width: min-content;
    max-width: 200px;
}

.form-group {
    width: 50%;
    display: block;
}

table.detalle th, table.detalle td {
    vertical-align: top;
}


table.tableForm th, table.tableForm td {
    vertical-align: top;
}

pre {
    font-family: Monospaced;
    background-color: lightgray;
    font-weight: bold;
    padding: 10px;
}