body {
/* Show it is fixed to the top */
    min-height: 75rem;
    padding: 4.5rem 10px 10px;
}

.form-control.control-min {
    font-size: smaller;
}

img.resize {
    max-width:80%;
    max-height:80%;
}

.colored-select {
    background-color: lightgreen;
}

.storehouse-text {
    font-weight: bold;
}

.dt-body-center {
    text-align: center;
}

.dt-body-right {
    text-align: right;
    padding-right: 8px;
}

td a {
    text-decoration: underline !important;
    color: darkblue !important;
}

.my-logo-bg {
    background-color: #6F5238;
}

.my-text-front {
    color: #59412c;
}