.price-iteam {
    background: -webkit-linear-gradient(top, #7FA2B8, #618DA9);
    height: 90px;
    padding-top: 5px;
    color: white;
}
.sizer {
    height: 100%;
    min-height: 850px;
    background-color: white;
    border-left: 1px solid #ddd ;
    border-right: 1px solid #ddd ;
    border-bottom: 1px solid #ddd ;
}
.orange { 
    height: 670px;
    background-color: white;
    border-left: 1px solid #ddd ;
    border-right: 1px solid #ddd ;
    border-bottom: 1px solid #ddd ;
}

.grey {
    background-color: #eee;
}
.price-form {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}
.price-form-align {
    text-align-last:center;
}
.price-header {
    background-color: #F7814D ;
    color:white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.price-header-one {
    margin-left: 15px;
}
.price-header-two {
    margin-right: 15px;
}
.price-iteam-li {
    display: block;
    padding: 5px;
}
.price-info {
    height: 50px;
    font-style: italic;
}
.ul-enterprise {
    margin-top: -7px;
}
.year-learning-form {
    padding-top: 7px;
}
.price-month {
    padding-top: 0px;
    font-size: medium;
    font-weight: bold;
    height: 30px;
}
.choose-option {
    width: 50%;
    float: left;
    padding: 8px;
    display: table-cell;
    vertical-align: middle;

}
.choose-month {
    color: white;
    background-color: #6d96af;
}
.choose-year {
    color: white;
    background-color: #f7814d;
    /*vertical-align: middle;*/

}
input.choose-option-input {
    position: relative;
    left:-2px ;
}
@media (max-width: 1200px) {
.price-header-one {
    display: none;
}
    .price-header-two {
        display: none;
    }
    .orange {
        height: 1400px;
    }
}

/*ul {*/
/*margin-top: 5px;*/
/*}*/