.alc-param {
    text-align: center;
}

.alc-param-2 {
    display: inline-block;
    font-size: 16px;
    text-align: left;
}

.alc-res {
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 1px;
    color: #333;
    font-size: 16px;
}

.alc-res span {
    color: #cc0000;
    font-size: 18px
}

.alc-res input {
    margin: 0;
    padding: 0;
    background-color: #f7f7f7;
    font-size: 16px;
    border-width: 0px;
    color: #cc0000
}

.select select {
    height: 34px;
    padding: 6px 12px;
    border-radius: 1px;
    border: 1px solid #ddd;
    font-size: 14px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-sizing: border-box;
    color: #555;
}


.middle {
    position: relative;
}

.middle:after {
    display: table;
    clear: both;
    content: '';
}