﻿@import url('https://fonts.googleapis.com/css2?family=Maven+Pro&display=swap');

body {
    background-color: white;
    color:#1d1d1d;
    font-size:2vh;
    font-family: 'Maven Pro', sans-serif;
}
.ST {
    width:100%;
    height:100%;
    border-collapse:collapse;
}
.I {
    width:8px;
}
.FullScreen {
    position:fixed;
    left:0;
    top:0;
    width:100vw;
    height:100vh;
    transition:all ease 1s;
}
.OptionBlock {
background-repeat: no-repeat;
border-style: none;
border-width: 0.2vh;
text-decoration: underline;
font-size: 1vw;
text-align: left;
color: black;
transition: all ease 1s;
cursor: pointer;
height: 4vh;
line-height: 2vw;
width: 8vw;
background-size: 2vw;
background-position-x: 0;
white-space: nowrap;
background-position-y: 50%;
padding-left: 2.5vw;
margin-left: 1vw;
}
    .OptionBlock:hover {
background-color: black;
color: #fffefe;
 border-radius: 20px;
    }
.OptionSpacer {
    background-color: #ecac1e;
    border-radius: 20px;
}
.M {
    height:4px;
}
.HeaderBlock {
    
height: 10vh;
}
.DataTitle {
    font-size:1.8vh;
    color: #ecac1e;
    vertical-align:top;
}
.DataField {
    line-height: 2vh;
}