nav {
    width: 690px;
}

.section-main {
    padding: 10px;
    max-width: 669px;
    height: 511px;
    margin-left: 22px;
    float: left;
    overflow: auto;
    display: table-cell;
    left: 0;
    margin-top: auto;
}

.section-chat {
    height: 100%;
    align-content: center;
    display: table-cell;
    padding: 3px;
    max-width: 365px;
    height: 525px;
    margin-left: 3px;
    border-radius: 5px 5px 45px 5px;
    display: none;
    float: right;
}

#root {
    overflow: auto;
}

#root>div {
    overflow-y: auto;
    overflow-x: hidden;
    width: 330px;
    height: 485px;
    font-size: 14px;
}

.centered {
    text-align: center;
}

.spinner.loading {
    display: none;
    padding: 50px;
    text-align: center;
}

.loading-text {
    width: 90px;
    position: absolute;
    top: 245px;
    left: 137px;
    text-align: center;
}

.spinner.loading:before {
    content: "";
    height: 110px;
    width: 110px;
    margin: -15px auto auto -15px;
    position: absolute;
    top: 218px;
    left: 143px;
    border-width: 5px;
    border-style: solid;
    border-color: #2180c0 #ccc #ccc;
    border-radius: 100%;
    animation: rotation .7s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

ol.normal {
    list-style-type: disc;
    padding-left: 50px;
}

.wrap {
    white-space: nowrap;
}

.header-wrapper {
    background: #3F5773;
    text-align: center;
    padding: 10px;
    color: #fff;
    border-radius: 3px;
}

.welcome-text {
    margin: 10px;
    padding-right: 40px;
    padding-left: 10px;
    display: inline;
}

.footer-actions {
    background: #eee;
    height: 85px;
}

.button-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: row;
    height: 100%;
    align-items: center;
    border-radius: 5px;
}

.button-wrapper>button {
    min-width: 85px;
    margin: 6px;
    font-weight: bold;
}

.action-button {
    width: 43%;
    line-height: 1.465;
    font-weight: normal;
    white-space: nowrap;
    color: rgb(255, 255, 255);
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 10px;
    font-family: AmazonEmber_Md, Helvetica, sans-serif;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    max-width: 260px;
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    font-size: 0.875rem;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 3px 0px;
    border-width: 0px;
    border-style: solid;
    background: linear-gradient(rgb(208, 2, 27), rgb(208, 2, 27) 80%, rgb(233, 2, 30));
    border-color: rgb(208, 2, 27);
}

.container-fluid2 {
    display: flex;
    justify-content: center;
    height: 100%;
}

.container-fluid {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-content: center;
    align-items: center;
    background-image: url("/images/iStock-478656454-min.jpg");
    background-position-x: center;
    background-position-y: inherit;
    background-size: cover;
    height: 100%;
}

.body {
    height: 100%;
}

.popout {
    padding-top: 1000px;
}

.funnyguy {
    width: 60%;
    max-width: 575px;
}

.hours {
    color: white;
    font-weight: bold;
    margin-top: 7.5px;
}