.page-template-template-lmptest input[type="submit"] {
    background: url('/static/img/design/button-right.png?0ba17f70397d') center -46px!important;
    color: #444!important;
    border: none!important;
    padding: 6px!important;
    float: right!important;
    border-radius: 8px;
}
.page-template-template-lmptest input[type="submit"]:hover {
    background: url('/static/img/design/button-right.png?0ba17f70397d') center 0!important;
    color: white!important;
    border: none!important;
}
.page-template-template-lmptest label.fl_left {
    min-width: 361px;
}

.page-template-template-lmptest .zeroclear {
    clear: both;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}
.page-template-template-lmptest .testresults .pyramid_result {
    position: relative;
    width: 472px;
    height: 372px;
}
.page-template-template-lmptest .testresults .pyramid_result img {
    position: absolute;
    z-index: 100;
}
.page-template-template-lmptest .testresults .result_levels {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
}
.page-template-template-lmptest .testresults .result_level {
    position: absolute;
    height: 56px;
    width: 10px;
}
.page-template-template-lmptest .testresults .result_level>.end {
    background-image: url('../img/pyramid-slider-white-bg.png');
    background-repeat: no-repeat;
    height: 100%;
    width: 100px;
    position: absolute;
    right: -60px;
}
.page-template-template-lmptest .testresults .result_level>.start {
    background-image: url('../img/pyramid-slider-white-bg-left.png');
    background-repeat: no-repeat;
    background-position: -340px center;
    height: 100%;
    width: 100px;
    position: absolute;
    left: -11px;
}
.page-template-template-lmptest .testresults .sweets>.end {
    background-image: url('../img/pyramid-slider-white-big-bg.png');
    right: -50px;
}
.page-template-template-lmptest .testresults .sweets>.start {
    background-image: url('../img/pyramid-slider-white-big-bg-left.png');
    left: 0;
}
.page-template-template-lmptest .testresults .sweets {
    background-color: #2368b1;
    top: 3px;
    height: 78px;
    left: 182px;
}
.page-template-template-lmptest .testresults .fats {
    background-color: #fc0;
    top: 84px;
    left: 145px;
}
.page-template-template-lmptest .testresults .animals {
    top: 142px;
    background-color: #f23a1f;
    left: 110px;
}
.page-template-template-lmptest .testresults .grains {
    background-color: #d2b58c;
    top: 200px;
    left: 74px;
}
.page-template-template-lmptest .testresults .vegetables {
    background-color: #22ad48;
    top: 259px;
    left: 36px;
}
.page-template-template-lmptest .testresults .water {
    background-color: #b7e4f1;
    top: 316px;
    left: -1px;
}
.page-template-template-lmptest .question-panel {
    margin: auto;
    width: 545px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border-color: lightgray;
    border-width: 1px;
    border-style: solid;
    -moz-box-shadow: 0 0 6px 0 #ccc;
    -webkit-box-shadow: 0 0 6px 0 #ccc;
    box-shadow: 0 0 6px 0 #ccc;
    padding: 30px;
}
.page-template-template-lmptest .question-panel label, .question-panel select {
    visibility: hidden;
}
.page-template-template-lmptest .question-panel li {
    list-style: none;
    margin: auto;
}
.page-template-template-lmptest .question-panel input[type="submit"] {
    background-image: none!important;
    background-color: #51b369!important;
    display: block;
    width: 150px;
    height: 40px;
    color: white!important;
    font-size: larger;
    margin-top: 15px;
}
.page-template-template-lmptest .lmp-grafik .fbox {
    z-index: 999999;
    position: absolute;
}
.page-template-template-lmptest .fbox {
    display: inline-block;
    height: 25px;
    width: 25px;
    background-color: #51b369;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    color: white;
    padding: 0 0 0 9px;
}