﻿body {
    font-family: 'Segoe UI Web Light', 'Segoe UI Light', 'Segoe WP Light', 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif
}



#embedContainer {
    height: calc((100vw - 5px) * 0.57);
    max-width: 1920px;
    align-content:center;
    text-align:center;

}
#tContainer{

}

#dashboardContainer {
    height: 920px;
    width: 100%;
    max-width: 1320px;
}

#dashboardContainer iframe{
    border: none;
}

#buttonsWrapper {
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
    cursor: pointer;
}

#buttonsWrapper a {
    background-color: rgb(36, 169, 225);
    border: none;
    color: white;
    padding: 5px 30px;
    margin: 5px;
    width: 200px;
    height: 30px;
    display: inline-block;
    text-align: center;
}

#buttonsWrapper a:hover {
   font-size: 120%;
}

#tileContainer {
    width: 100%;
    height: 100%;
}
.tileContainer {
    width: 100%;
    height: 100%;
}

.infoBox {
    margin-top: 30px;
}
.reportContainer {
        text-align:center;
        max-width: 1920px;
}