body{
    background: #fff url("../images/bckg.png")
}
.content{
    max-width: 100%;
    padding: 5px;
    margin: 40px auto;    
}
h1{
    text-align: center;
    padding: 15px 0;
    border-top: 2px solid grey;
    border-bottom: 2px solid grey;
}
select {
    font-family: 'Dosis', sans-serif;
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(../images/arrow_map.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    margin: 20px 0;
    overflow: hidden;
    padding: 12px 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
button {
    color: black;
    margin: 10px 0;
    font-weight: bold;
    font-size: 30px;
    padding: 3px 18px;
    background: rgba(245, 245, 220, 0.3);
    border: 2px solid #221b0c;
}

button:hover {
    background: #d3e451;
    color: white;
    text-decoration: none;
}
span.qmcMathFont{
    font-family: monospace;
    font-size: 30px!important;
}