.header {
    background-color: #000;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #000000 !important;
    border-image: url(/directory/images/bar.png) 1 stretch repeat;
    border-bottom-width: 20px;
    height: 90px;
    line-height: 1.5;
    padding: .5rem 0 .5rem 0;

}

.header-title {
    background-color: #EEE;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.4;
    font-size: 2rem;
    font-weight: 700;
    min-height: 3.438rem;
    padding: .6rem 0 .5rem 0;
}

.intermediate-footer {
    background-color: #EEE;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #EEE;
    border-bottom-width: 20px;
    height: 90px;
}

.footer {
    background-color: #000;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    height: 90px;
}

.wedge-left {
    padding-left: 10px;
    padding-top: 10px;
}
.space-row {
    min-height: 1.5rem;
}

.ui-float-label {
    color: #000;
}

.uw-cell-border {
    border: solid;
    border-width: 1px;
    border-color: #eeeeee;
}

.uw-grid-cell-1 {
    width: 30%;
}

.uw-grid-cell-2 {
    width: 70%;
}