body {
    background-color: #ccc;
}
.eeMenu {
    width: 100%;
    display:flex;
}
.eeOpt {
    width: 65px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
    font-size: 30px;
    border: solid 1px silver;
    background-color: #EEE;
}
.eeOpt span {
    font-size: 10px;
}
.eeOptSelected {
    background-color: #CCC;
    color: white;
}
    

.formArea {
    padding: 10px;
}
.formArea span {
    font-size: 10px;
    margin-top: 5px;
    display: block;
}

.stanL {
    padding-right: 20px;
}


@media (min-width: 768px) {
    .eeOpt {
        width: 130px;
        height: 120px;
        font-size: 60px;
    }
    .eeOpt span {
        font-size: 20px;
    }
    input {
        font-size: 24px;
        height: 40px;
    }
    textarea {
        font-size: 24px;
    }
    span {
        font-size: 14px !important;
    }
    .btn-minus,
    .btn-plus
    {
        height: 40px;
        min-width: 40px;
        font-size: 20px;
    }
    .stanL {
        font-size: 25px;
    }
    .stanR {
        font-size: 20px;
    }
    .titleProduct a {
        font-size: 20px;
    }
    .btn-file,
    .btn-success {
        font-size: 20px;
    }
/*    .szt {
        min-width: 200px;
        font-size: 30px;
    }
    */
    
}
