/* regular styles */
.font-normal-button {
    font-family:VisueltMedium, Arial, sans-serif;
    font-weight:bold;
    font-size: 1.5em;
    font-style: normal;
    font-stretch: normal;
}

.overview-font-message {
    font-size: 1.5em;
    font-style: normal;
    font-stretch: normal;
}

.overview-font-label {
    font-size: 1.1em;
    font-style: normal;
    font-stretch: normal;
}

.overview-ui-button {
    font-size: 0.9em;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
}

.overview-icon-button {
    font-size: 1.3em;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}