/**
 * Doyenhub_CODCharges extension
 * NOTICE OF LICENSE
 * This source file is subject to the Doyenhub License
 * that is bundled with this package in the file LICENSE.txt.
 * @category  Doyenhub_Extensions
 * @package   Doyenhub_CODCharges
 * @copyright Copyright (c) 2017
 * @author Doyenhub Developer <support@doyenhub.com>
 */
div.zipcode-wrapper{
    display: inline-block;
    position: relative;
}
input[type="text"].zipcode-text{
    width:200px;
}
div#codcharge-zipcode-error[generated] ,label#codcharge-zipcode-error[generated] {
    color: #e02b27;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    top: 100%;
}
#codcharge-zipcode-form{
    margin-bottom: 25px;
}