body {
    font-family: Consolas, menlo, courier;
    font-size: 15px;
    background-color: #2c292d;
    color: #fdf9f3;
}

a {
    text-decoration: none;
    color: #fc9867;
}

.color-red {
    color: #ff6188;
}

table {
    border-collapse: collapse;
    width: 100%;
    color: #2c292d;
    background-color: #fdf9f3;
}

th, td {
    border: 1px solid black;
    padding: 5px;
}

tr > th {
    background-color: #908e8f;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #fdf9f3;
}

.barcode {
    height: 75px;
}

.barcode_big {
    height: 100px;
}

.badge {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    color: #2c292d;
}

.badge-red {
    background-color: #ff6188;
    color: #fdf9f3;
}

.pre {
    white-space: pre-wrap;
}

textarea, input[type=text], input[type=password], input[type=submit], select, button {
    background-color: #2c292d;
    border: 2px solid #fdf9f3;
    color: #fdf9f3;
    padding: 10px;
    font-family: menlo, courier;
    font-size: 13px;
}

h1 {
    text-align: center;
    padding: 10px;
    color: #ffd866;
}

.copyright {
    text-align: center;
    padding: 5px;
    font-weight: bold;
    color: #ffd866;
}

fieldset {
    border: 1px solid #fdf9f3;
}