pre { font-size: 16px; }
#content { max-width: 600px; }
#infoText { text-align: center; }
.ui-table td.center { text-align: center; }
.ui-table th.center { text-align: center; }
.plain { white-space: pre; }
.bold { font-weight: bold; }
.normal { font-weight: normal !important; }
.gold { background-color: rgba(255, 215, 0, .6); text-shadow: none; }
.silber { background-color: rgba(192, 192, 192, .6); text-shadow: none; }
.bronze { background-color: rgba(205, 127, 50, .6); text-shadow: none; }
th.gold { background-color: rgba(255, 215, 0); }
th.silber { background-color: rgba(192, 192, 192); }
th.bronze { background-color: rgba(205, 127, 50); }
.smallLabel{ font-size: 10px !important; }
.mediumLabel{ font-size: 12px !important; }
.largeLabel{ font-size: 14px !important; }

.labelPlain {
    padding: 20px 10px !important;
    vertical-align: middle;
    margin: 0 !important;
}

#gridModus .ui-block-a { width: 29%;}
#gridModus .ui-block-b { width: 70%;}

.sliderMirrored input {
    float: right;
}
.sliderMirrored .ui-slider-track {
    margin: 0 68px 0 15px;
}

p {
    margin: 1em 5px 1em 5px;
}


.ui-content {
    margin-left: auto;
    margin-right: auto !important;
}