#ncloud-quote-form label {
    width: 100%;
}

#ncloud-quote-form .form-group, #ncloud-quote-form .form-control {
    margin-bottom: 0;
}

#quote_hardware_list, #features_list {
    text-align: center;
}

#quote_hardware_list li {
    display: inline-block;
    text-align: center;
    margin: 10px;
    padding: 10px;
    width: 100%;
    border-radius: 25px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#features_list li {
    display: inline-block;
    text-align: center;
    margin: 10px;
    padding: 10px;
    width: 100%;
    border-radius: 25px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
}

@media (min-width: 769px) {
    #quote_hardware_list li {
        width: 40%;
    }
    
    #features_list li {
        width: 82%;
    }
}

#quote_hardware_list input, #features_list input {
    margin-right: 15px;
    width: 40px;
}

#quote_hardware_list img {
    max-width: 100%;
    max-height: 150px;
    margin-bottom: 5px;
}

#price_quote_display {
    text-align: center;
    margin-top: 25px;
    font-size: 18pt;
    color: #008543;
}

#quote-submit-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
}