html {
    height: 100%;
}

body {
    position: relative;
    min-height: 100%;
    margin: 0 auto 0 auto;
    padding-top: 0px;
    padding-bottom: 6rem;
    font-family: 'Catamaran', sans-serif;
    font-weight: 400;
    color: #3D3B30;
    background-color: #FBFAEE;
}

a:link,a:visited,a:active {
    color: inherit;
    text-decoration: underline;
}
a:hover {
    color: inherit;
    text-decoration: none;
}

.content {
    max-width: 1500px;
}

.header h1 {
    font-weight: 900;
    font-family: 'Cinzel Decorative', cursive;;
}

.titledecl {
    width: 20%;
    max-width: 120px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    background-image: linear-gradient(to left, #FBEADE, #F26419);
    margin-right: 10px;
}

.titledecr {
    width: 20%;
    max-width: 120px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    background-image: linear-gradient(to right, #FBEADE, #F26419);
    margin-left: 10px;
}

.large-search-form {
    font-size: 20px;
}

.large-search-form input{
    width: 100%;
}

.inspire {
    text-align: center;
    font-size: 18px;
    color: #262935;
    margin: 0rem 0rem 2.5rem 0rem;
}

.ratingimg {
    float: right;
}

.main {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
}

.sidebar {
    background-color: #dddddd;
    border: 1px solid #000000;
}

.result {
    margin: 1rem 0.5rem 0rem 0.5rem;
    padding: 1rem 0.2rem 0.5rem 0.2rem;
    background-color: #FEF1EC;
    border: 2px solid #406e8e;
}

.result h2 {
    font-size: 22px;
    font-weight: 700;
}

.result h3 {
    font-size: 18px;
}

.result h4 {
    font-size: 14px;
    color: #8ea8c3;
}

.historybusiness {
    font-size: 20px;
    margin: 10px 0px 10px 0px;
    text-align: center;
    margin-right: 10px;
    font-weight: 700;
    text-decoration: underline;
}

.metalabel {
    font-size: 18px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 3px;
}

.metavalue {
    font-size: 14px;
    text-align: left;
    margin-left: 5px;
    margin-top: 3px;
}

.resultsmeta {
    font-size: 16px;
    color: #A0A090;
    float: right;
    vertical-align: middle;
    text-align: right;
}

.rating-1 {
    background: repeating-linear-gradient(45deg, #ff8888, #ff8888 5px, #ff6666 5px, #ff6666 10px);
}

.rating-2 {
    background: repeating-linear-gradient(45deg, #ffcc88, #ffcc88 5px, #ff8866 5px, #ff8866 10px);
}

.rating {
    background-color: #8ede83;
    width: 40px;
    height: 40px;
    float: right;
    text-align: center;
    vertical-align: middle;
    line-height: 36px;
    margin: 0px;
    padding: 0px;
    border: 2px solid #6fab67;
    font-size: 32px;
    font-weight: 700;
}

.historydate {
    width: 100px;
    text-align: right;
    margin-right: 10px;
}

.historyimg {
    margin: 0px 0px 10px 0px;
}

.result-link:link, .result-link:visited, .result-link:active, .result-link:hover {
    text-decoration: none;
}

.result-link:link h2 {
    text-decoration: underline;
}

.result-link:visited h2, .result-link:active h2, .result-link:hover h2 {
    text-decoration: none;
}

.result-link:hover .result {
    background-color: #FEE1DC;
}

.header {
    margin-bottom: 0;
    padding: 1rem 1rem 0.5rem 1rem;
    border-radius: 0 !important;
    background-color: #F26419 !important;
    color: #FBEADE;
}

.footer {
    background-color: #F26419;
    color: #FBEADE;
    font-size: 10pt;
    padding: 1.5rem 1rem 0.5rem 1rem;
    width: 100%;
    position: absolute;
    bottom: 0;
}
