/**
 * PEAR Coding Standard.
 *
 * PHP version 5
 *
 * Main CSS file
 *
 * @category  CSS
 * @package   AI-Carrier
 * @author    ai-dev <contact@ai-dev.fr>
 * @copyright ai-dev since 2020
 * @license   Read the multi-language license license.txt
 *
 * @version   0.2.0
 *
 * @link      http://www.boutique.ai-dev.fr
 */
 
.delivery_container {
    float: left;
    font-weight: bold;
    margin: 10px 0;
    width: 100%;
}

.delivery_subcontainer {
    float: right;
    width: 50%;
}

.delivery_subcontainer > div{
    float: left;
    width: 100%;
}

.delivery_date {
    color: #6cc57c;
    display: inline-block;
    font-size: 1rem;
    margin: 5px 15px 0;
}

.delivery_carriers {
    margin: 5px 15px;
}

.delivery_carriers > div {
    float: left;
    width: 50%;
}
