﻿html,
body {
    height: 100%;
    min-height: 75%;
    max-height: 100%;
    Margin: 0px;
    display: block;
    width: 100%;
    font-family: "SE Normal";
    font-size: 12px;
    color: #626469;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.elementHidden {
    display: none !important;
}

.seNormal {
    font-family: "SE Normal";
}

.seThick {
    font-family: "SE Thick";
    float: left;
}

.seThin {
    font-family: "SE Thin";
    float: left;
}

.dropdownButton {
    display: inline-block;
    color: white;
    text-align: center;
    text-decoration: none;
}

.dropdownContent {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    top: 83px;
    min-width: 45px;
    z-index: 10;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
    margin-right: 5px;
}