html, body {
    height: 100%;
}
.navbar-brand {
    padding: 2px 15px !important;
}
.navbar-brand img {
    max-height: 46px;
}

.form-content {
    display: block;
    margin: 0 0 16px 0;
    padding: 0 16px;
}
.form-content li {
    display: block;
    list-style: none;
}
.panel-body h2 {
    font-size: 16px;
    margin: 0 0 10px 0;
    padding: 0 0 2px 0;
    border-bottom: 1px solid #eee;
}

.label-content {
    display: block;
}

.buttons {
    padding: 16px;
}

.buttons.line {
    margin-top: 16px;
    border-top: 1px solid #eee;
}


table.data-list {
    width: 100%;
    border-collapse: collapse;
}

table.data-list th {
    border-bottom: 1px solid #aaa;
}

table.data-list td .cell { padding: 8px 0; }

p.no-codes {
    color: #999;
    font-size: 10px;
    text-align: center;
    margin: 48px 0;
}

p.order {
    border-top: 1px solid #aaa;
    padding-top: 10px;
    text-align: right;
}
p.order-message {
    margin: 14px;
}


li.error-message {
    display: none;
    color: #900;
    padding-bottom: 8px;
}
li.error-message.visible {
    display: list-item;
}

.required { font-size: small; margin: 3px 16px; color: #aaa }

#overlay {
    background: rgba(0, 0, 0, .5);
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    text-align: center;
    display: none;
}
#overlay img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    margin: 16px 0 32px;
}