.emptyContainer {
    background-color: rgba(0,0,0,0);
    height: 15.5%;
    margin-top: .35vmin;
}

.container {
    background-color: #35454F;
    height: 15.5%;
    display: flex;
    justify-content: space-around;
    margin-top: .35vmin;
    padding-left: .25%;
    padding-right: .25%;
    line-height: .5em;
}

.nameContainer {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box {
    background-color: white;
    margin-top: auto;
    margin-bottom: auto;
    height: 85%;
    margin-left: .25%;
    margin-right: .25%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.5px solid black;
    font-weight: bold;
}

.loadzone {
    flex: 20;
}

.callstatecontainer {
    flex: 12;
}

.yellow {
    background-color: #FFFF00;
}

.red {
    background-color: #E01C0B;
}

.green {
    background-color: #7CFC00;
}

.clear {
    background-color: #00000000;
}

.white {
    background-color: #FFFFFF;
}

.timer {
    background-color: white;
    margin-top: auto;
    margin-bottom: auto;
    height: 85%;
    margin-left: .5%;
    margin-right: .5%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
    border: .75vmin solid black;
    font-weight: bold;
    flex: 10;
    font-size: 5vmin;
}

.zerotimer {
    color: #708090;
    background-color: #D3D3D3;
    border: .75vmin solid #708090;
}

.timerpadding {
    margin-bottom: .25%;
    margin-right: 7.5%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header {
    background-color: #35454F;
    height: 4%;
    display: flex;
    justify-content: space-around;
}

.headerBox {
    color: white;
    margin-top: auto;
    margin-bottom: auto;
    height: 85%;
    margin-left: 1%;
    margin-right: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5vh;
    font-weight: normal;
}

.name {
    height: 100%;
    width: 100%;
    color: black;
    font-size: 12px;
}

.call {
    height: 100%;
    width: 100%;
    font-size: 96px;
}

.callstate {
    height: 100%;
    width: 100%;
    font-size: 42px;
}

.load {
    height: 100%;
    width: 100%;
    font-size: 28px;
    color: black;
}

.graytext {
    fill: #708090;
}