body {
    padding-top: 80px;
    background: #eee;
}

@media (min-width: 992px) {
    body {
        padding-top: 100px;
    }
}

button {
    cursor: pointer;
}

.btn {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
}

.btn:hover,
.btn:focus,
.btn:active {
    border: none;
    background-color: #af64a2 !important;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}

.btn.btn-primary {
    background-color: #74b186;
}

.code input {
    font-family: 'Ubuntu Mono', monospace;
    font-size: 3em;
    font-weight: bold;
    border-width: 3px;
    border-color: #75b187;
    border-left: 0 none;
    padding: .2em;
}

.code .input-group-addon {
    font-family: 'Ubuntu Mono', monospace;
    font-size: 3em;
    font-weight: bold;
    border-width: 3px;
    border-color: #75b187;
    border-right: none;
}

.code input:active,
.code input:hover,
.code input:focus {
    border-color: #75b187;
}

#header-title {
    color: #eee;
    font-size: 1.1em;
    white-space: nowrap;
}

#header-title a {
    font-weight: 600;
    padding: 0;
    margin: 0 .4em 0 0;
    font-size: 1em;
}

#meat-table-wrapper {
    overflow-x: scroll;
}

#meat-table td {
    border-top: 1px solid #cbcbcb;
}

#meat-table tr.hidden {
    display: none;
}

#meat-table tr.row-0 {
    background-color: #ababab;
}

#meat-table tr.row-2 {
    background-color: #ffeeba;
}

#meat-table tr.row-3 {
    background-color: #c3e6cb;
}

#meat-table td.nowrap {
    white-space: nowrap;
}

#header-hand-out {
    background: #f9cea0;
    padding: 2em 1em;
    border-radius: 5px;
    color: #333;
}

#header-collect-in {
    background: #bae5bc;
    padding: 2em 0;
    border-radius: 5px;
    color: #333;
}

#header-hand-out.mobile,
#header-collect-in.mobile {
    padding: 1em;
}

#header-hand-out h3,
#header-collect-in h3 {
    font-weight: 700;
}

#header-hand-out.mobile h3,
#header-collect-in.mobile h3 {
    font-size: 1.2em;
    font-weight: 700;
}

#header-hand-out.mobile h4,
#header-collect-in.mobile h4 {
    font-size: .9em;
    margin: 0;
}

#header-hand-out.mobile p,
#header-collect-in.mobile p {
    font-size: .9em;
}

#hand-out-form-submit-button,
#collect-in-form-submit-button {
    font-size: 1.3em;
    padding: 1em;
}

#modal-main .modal-header,
#modal-main .modal-footer {
    display: block;
}

#modal-main .btn {
    font-size: 1.3em;
    padding: .5em 1em;
    margin-bottom: 1em;
}

#modal-main .btn.hidden {
    display: none;
}

#modal-main .modal-content {
    padding: 2em 1em 1em 1em;
}

#modal-main h5 {
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 700;
}

#modal-main .modal-footer {
    padding-top: 2em;
}

.btn-filter {
    font-size: 12px;
    margin-bottom: 10px;
}

.btn-filter.selected {
    background-color: #af64a2;
}