﻿/* Copyright 2019, Sciamble Corp. All Rights Reserved. We will take legal action against those who copy our HTML content, CSS style sheets and JavaScript functions. */

body {
    background-color: whitesmoke;
}

#query-box {
    padding-bottom: 10px;
}

.query-textarea-control {
    height: 160px;
}

#cusp-box {
    background-color: yellowgreen;
    width: 100%;
    height: 48px;
}

#umn-box {
    background-color: gold;
    width: 100%;
    text-align: right;
    height: 48px;
}

.social-box {
    width: 100%;
    height: 48px;
    max-height: 48px;
    line-height: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    display: table;
}

.social-filler {
    width: 100%;
    height: 8px;
    max-height: 8px;
}

#fb-box {
    background-color: #3C5A99;
}

#twitter-box {
    background-color: #00ACEE;
}

#linkedin-box {
    background-color: #0077B5;
}

.social-logo {
    display: table-cell;
    vertical-align: middle;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: white;
    width: 20%;
}

.social-text {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
    color: white;
    font-size: 24px;
    font-weight: normal;
}

