@-ms-viewport {
    width: device-width;
}

html {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    margin: 0;
    background-image: url(../images/die_perfekte_welle50.png);
    background-repeat: no-repeat;
    background-position: center;
}


h1 {
    font-size: 20pt;
    color: #4ca4b2;
    text-decoration: underline;
}

h2 {
    font-size: 15pt;
}

h3 {
    margin-block-start: 0.2em;
    margin-block-end: 0.2em;
}

a {
    color: #6ba36d;
}

button {
    border-color: #8f9093;
    border-radius: 5px;
    border-width: 1px;
    padding: 5px 15px;
}

hr {
    border-color: #313131;
}

th {
    text-align: left;
}

input {
    background-color: #94cbdf;
    border-color: #8f9093;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    padding-left: 5px;
    margin-right: 5px;
    color: black;
}

select {
    background-color: #bbd250;
    border-color: #8f9093;
    border-radius: 5px;
    margin-right: 5px;
    color: black;
}

/* Layout */

#main {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

#head {
    border-bottom: 2px solid #313131;
    min-height: 115px;
    text-align: left;
    padding: 10px 20px;
}

#head img {
    float: right;
    padding: 20px 25px 0 0;
}

#linksToOpenSecondTab {
    padding: 10px 20px;
    border-bottom: 2px solid #313131;
}

#configureProbeAndEGS {
    padding: 10px 20px;
}

#gameFilter {
    border-bottom: 2px solid #313131;
    padding: 10px 20px;
}

#allFreespins {
    max-height:140px;
    overflow:auto;
    margin-left: 10px;
}

#freespinsDiv {
    padding: 10px 20px;
    border-bottom: 2px solid #313131;
    display:flex;
    flex-wrap:wrap;
    overflow:auto;
}

#refreshFreespins {
    padding: 0 10px;
    margin-left: 5px;
}

#FreespinSelection {
    margin-left: 5px;
    margin-top: auto;
    margin-bottom: auto;
}

.refreshFreespinsIcon {
    font-size: 20px;
    font-family: Lucida Sans Unicode, serif;
}

.freespinSelectionButtonArea {
    display: flex;
    line-height: 25px;
}

#menu {
    border-bottom: 2px solid #313131;
    height: 40px;
    padding: 5px 20px;
}

#menu .menuStatus {
    float: left;
    font-size: 8pt;
    margin-left: 5px;
}

#menu .menuLanguage {
    float: left;
    font-size: 8pt;
    margin-left: 10px;
}

#menu ul {
    margin: 5px;
    padding: 0;
}

#menu ul li {
    float: left;
    font-size: 12px;
    list-style: none;
    margin-right: 10px;
}

#menu #menuStatusTrue {
    display: none;
}

#content {
    border-bottom: 2px solid #313131;
    padding: 5px 20px;
}

/* Layout end */

/* Build versions */

#buildVersions {
    font-size: 8pt;
}

/* Build versions end */

.warning-font {
    font-weight: bold;
    color: red;
}

.reality {
    margin: 30px 0;
}

#casino {
    font-size: 24px;
    font-weight: bold;
    text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
    color: chartreuse;
}

#history-content-frame {
    background: white;
}

@media (max-width: 400px) {
    #head img {
        width: 100%;
        padding: 20px 0 0 0;
        float: none;
        margin: 0;
    }

    #main {
        width: 100%;
    }

}

