﻿.sst-container{
    width: 100vw;
    height: 100vh;
}

.sst-header {
    /*background: #073073;*/
    background: black;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.3);
    height: 7vh;
    line-height: 7vh;
    width: 100vw;
    border-bottom: 1px solid white;
}
.sst-body{
    height:93vh;
    width:100%;
}
.sst-site {
    height: 100%;
    width: 100%;
}

.traveler-name {
    line-height: 7vh;
    float: left;
    font-size: 2.2rem;
    font-weight: 800;
    color: rgb(34,163,102);
    margin-left: 1vw;
}
.close-icon {
    height: 4vh;
    width: 4vh;
    margin: 1.5vh 1vw;
    float: right;
    cursor: hand;
    cursor: pointer;
}