/*
#whoAreYou {
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 98%;
    min-height: 100px;
    background-color: rgb(249, 237, 184);
    border: solid 1px rgb(237, 201, 103);
    padding: 2%;
    margin: 0 1% 2% 1%;
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
#whoAreYou.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-left: none;
    border-right: none;
    border-radius: 0;
    width: 100%;
    margin: 0;
}
#whoAreYou h4 {
    text-transform: uppercase;
    font-size: 16px;
}
#whoAreYou p.buttons {
    text-align: center;
    width: 100%;
    float: left;
    margin: 10px 0;
    font-size: 15px;
}
#whoAreYou .areYou {
    padding: 0.6em 1em;
}
#whoAreYou .areYou:first-child {
    margin-right: 10px;
}
#whoAreYou .areYou,
#whoAreYou .areYou:hover {
    text-shadow: none;
}
 */
small,
.brutto,
.netto {
    float: left;
    width: 100%;
    position: relative;
    padding: 3px 0;
    clear: both;
    white-space: nowrap;
}
small.blurred {
    text-shadow: 0 0 10px rgba(51, 51, 51, 0.9);
    color: rgba(51, 51, 51, 0);
    opacity: 0.5;
}
small span.prc {
    font-weight: normal;
}
.adminPriceMode {
    position: relative;
    float: left;
    margin: 3%;
    width: 460px;
    padding: 10px;
}
.adminPriceMode select,
.adminPriceMode input,
.adminPriceMode label {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0;
    text-align: center;
}