﻿body {
    font-family: "Open Sans",Arial,sans-serif;
    height: 100%;
}

td {
    color: #606060;
}

br.topBuffer {
    padding-top: 10px;
}

#embedContainer {
    height: 900px;
    width: 100%;
}

#dashboardContainer {
    height: 920px;
    width: 100%;
    max-width: 1320px;
}

#dashboardContainer iframe{
    border: none;
}

#buttonsWrapper {
    width: 100%;
    text-align: center;
    padding-top: 2px;
}

a.randtamtam:hover, a.randtamtam:visited, a.randtamtam:link, a.randtamtam:active {
    border: 10px solid transparent;
    padding: 5px;
    min-width: 125px;
    color: #BF9000;
    font-weight: bold;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    text-underline-position: inherit;
    font-weight: inherit;
}

#tileContainer {
    width: 400px;
    height: 350px;
}

.infoBox {
    margin-top: 30px;
}