/**
 *
 * Subscription
 *
 * @author Presta-Module.com <support@presta-module.com>
 * @copyright Presta-Module
 *
 *           ____     __  __
 *          |  _ \   |  \/  |
 *          | |_) |  | |\/| |
 *          |  __/   | |  | |
 *          |_|      |_|  |_|
 *
 ****/

body#product .product-subscribe-form {
    padding: 19px 19px 0px;
}

body#product .product-subscribe-form .control-label {
    display: inherit;
}
body#product .product-subscribe-form  select.form-control {
    width: 110px;
}
body#product.content_only .product-subscribe-form  select.form-control {
    width: 82px;
}

body#product .product-subscribe-form .additional-information {
    font-size: inherit;
}
body#product .product-subscribe-form .additional-information label {
    font-weight: normal;
}
body#product .product-subscribe-form .additional-information label.bold {
    font-weight: bold;
}

body#product .product-subscribe-form #subscription_prepaid hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
