﻿body {
    font-family: 'Open Sans',sans-serif !important;
    background-image: url(bg.png) !important;
    background-position: center top !important;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    background-size: 100%;
    padding-top: 7%;
    font-size: 16px;
    margin: 0;
}


.img-footer img {
    max-width: 100%;
    height: auto;
}

.credit {
    bottom: 20px;
    right: 10px;
    text-align: center;
    width: 100%;
    z-index: 1000;
}

    .credit a {
        font-weight: bold;
        color: #000;
        text-decoration: none;
    }


.applet .info {
    width: 60%;
}

.applet .canvas {
    width: 38%;
    padding-left:2%;
}

.legend .color {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.combobox,
.legend .color,
.shutter {
    display: inline-block;
    vertical-align: middle;
}

.combobox,
.shutter {
    float: right;
    width: 240px;
}

.comboboxes > p {
    line-height: 25px;
}

@media only screen and (max-width: 768px) {
    .applet .canvas {
        width: 100%;
    }

    .applet .info, p {
        width: 100%;
        float:left;
    }

    .text, p {
        font-size: 100%;
        margin: 10px 0;
    }

    .combobox,
    .shutter {
        float: right;
        width: 100%;
    }

}
