/*
 *
 * @category  : OpenCart
 * @module    : Smart Instant Checkout
 * @author    : OCdevWizard <ocdevwizard@gmail.com> 
 * @copyright : Copyright (c) 2015, OCdevWizard
 * @license   : http://license.ocdevwizard.com/Licensing_Policy.pdf
 *
*/

#smic-wrapper {
    margin: 15px 0;
}
#smic-wrapper-order-button {
    margin-bottom: 15px;
}
.ocdev-smart-instant-checkout-fields > div + div {
    margin-top: 10px;
}
.static-text-danger {
    font-size: 12px;
    display: block;
    color: #DF2E2E;
}
.text-custom-text {
	margin-bottom: 15px;
}
.text-custom-text p {
	margin-bottom: 0;
}
#require-information {
	margin-top: 10px;
}