body {
background-color: #ffffff;
background-position: top center;
background-repeat: repeat;
overflow: hidden;
}

.startLogo {
    width: 100%;
}

.viewPort {
    overflow: hidden;
    height: 100vh;
}

.page {
    height: 100vh;
    display: none;
}

.panel {
    position: relative;
}

.panel-1 iframe {
    width: 100%;
    height: 4000px;
    overflow: hidden;
}

.panel-2 {
    border-left: 3px solid #000000;
}

.dataLogo {
    width: 75%;
}

.pageLogo {
    width: 65%;
}

.dataFooter {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.timeCol {
    background-color: #000000;
    color: #ffffff;
}

.dataRow {
    border: 3px solid #000000;
}

.dataCol1 {
    border-bottom: 3px solid #000000;
    border-right: 3px solid #000000;
    position: relative;
}

.dataCol2 {
    border-bottom: 3px solid #000000;
    position: relative
}

.dataCol2.lastCol {
    border-bottom: 0px solid #000000;
}

.dataCol1.lastCol {
    border-bottom: 0px solid #000000;
    border-right: 3px solid #000000;
}

.loadingLogo {
    width: 100%;
}

.loadingPage {
    position: absolute;
    top: 0;
    display: none;
    width: 100%;
}