/*
    Created on : 05-Jan-2018, 14:25:52
    Author     : brian
*/

.gadgetSerialErrorContainer {
    border: 2px solid #ff0000;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    background: #ffffff;
    padding: 10px 20px;
    color: #ff0000;
}

.serial-help-text {
    margin-top: 5px;
}

#gadgetDetailsForm .header-prices-form .header-price-from-container {
  padding: 0px 10px 10px 10px;
  height: auto;
  width: auto;
}
