﻿body {
}

.InfoPanels {
    float: left;
    border-radius: 15px;
    background-color: lightgrey;
    margin: 1vw;
    align-self:center;
    width: 47vw;
    height: 80vh;
    position:relative;
}
.TableStyle {
    margin: 5px auto;
    position: relative;
}

.TableStyle tr{
    height:30px;
}

.InfoScreen {
    border-radius: 15px;
    background-color: lightgrey;
    margin: 5px;
    width: 95vw;
    height: 80vh;
    position: relative;
    align-self:center;
    margin: 5px auto;
}

.divRightBottom {
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.PanelBTTNRightBottom {
    position:relative;
    float:left;
    border-radius: 5px;
    background-color: white;
    border-color: cornflowerblue;
    color: cornflowerblue;
    margin: 5px;
}

.PanelBTTNRightBottom:hover {
    float: left;
    border-radius: 5px;
    background-color: cornflowerblue;
    border-color: white;
    color: white;
    margin: 5px;
}

.BTTNNorm{
    border-radius: 5px;
    padding: 5px;
    background-color: white;
    border-color: cornflowerblue;
    color: cornflowerblue;
    margin: 5px;
}

    .BTTNNorm:hover{
        background-color: cornflowerblue;
        border-color: white;
        color: white;
        margin: 5px;
        padding: 5px;
    }
.BTTNGrid a{
    border-radius: 5px;
    padding:5px;
    background-color: white;
    border-color: cornflowerblue;
    color: cornflowerblue;
    margin: 5px;
}
/*.BTTNGrid a{
    color: cornflowerblue;
}

    .BTTNGrid td {
        border-left: 5px;
        border-right: 5px;
        border-color: transparent;
    }*/
.BTTNGrid a:hover {
    background-color: cornflowerblue;
    border-color: white;
    color: white;
    margin: 5px;
    padding: 5px;
}
.Title {
    position:absolute;
    width:100%;
    align-content:center;
    text-align:center;
    font-size: larger;
    font-weight: bold;
    color: cornflowerblue;
}