body {
    background: url('thumbnail.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100;
    background-color: rgba(255, 255, 255, 0.1);
}

.x-panel-body {
    background-color: transparent;
}

.webapp .box {
    background-color: rgba(238, 238, 238, 0.6);
}

.help {
    background-color: transparent;
}

.help .help-container {
    background-color: rgba(225, 255, 233, 0.6);
}

.webapp img#thumbnail {
    visibility:hidden;
}

.webapp h1, .heading-2 {
    text-shadow: #ffffff 0px 0px 6px;
}

.webapp .simplepicker {
    min-width: 0px !important;
}

.webapp .simplepicker input[type='checkbox'] {
    display: none;
}