﻿.page{
    position: relative;
    height: 100vh;
    width: 100%;
    overflow-y: visible;
    overflow-x: hidden;
}
.sideBar{
    margin-top: 52px;
    width: 60px;
    position: fixed;
    background-color: rgb(55,71,79);
    -webkit-box-shadow: 1px 0px 1px 0px rgba(189,189,189,1);
    -moz-box-shadow: 1px 0px 1px 0px rgba(189,189,189,1);
    box-shadow: 1px 0px 1px 0px rgba(189,189,189,1);
    z-index: 10;
}
.topBar{
    width: 100%;
    height: 52px;
    position: fixed;
    left: 0px;
    background-color: white;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(189,189,189,1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(189,189,189,1);
    box-shadow: 0px 1px 1px 0px rgba(189,189,189,1);
    z-index: 100;
}
.viewer{
    position: absolute;
    background-color: rgb(239,239,239);
    left: 60px;
    top: 52px;
}
.viewport{
    height: 1600px;
    position: relative;
    float: left;
}
.SpimeBar{
    width: 200px;
    height: 52px;
    float: left;
    position: relative;
}
.btn_Spime{
    padding-right: 20px;
    height: 48px;
    float: left;
    position: relative;
    font-size: 1.5em;
    line-height: 48px;
    color: white;
    font-family: Montserrat;
    font-weight: 500;
    display: block;
    background-color: transparent;
    border: none;
    text-align: center;
    cursor: pointer;
}
.btn_Spime:focus{
    outline: none;
}
.lighter{
    font-size: 20px;
    position: relative;
    top: -1px;
    right: -3px;
}

