/**
 * 2015-2024 Chronopost SAS
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to licence@chronopost.fr so we can send you a copy immediately.
 *
 * @author    Chronopost SAS <contact@chronopost.fr>
 * @copyright 2015-2024 Chronopost SAS
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 */
#chronorelais_container {
    margin: 20px auto;
}

.pointRelais {
    width: 350px;
    max-width: 100%;
}

.pointRelais > table td {
    padding: 0 !important;
}

#chronorelais_map {
    height: 500px;
    width: 100%;
    margin-top: 20px;
}

.chronorelais_informations {
    color: #7a7a7a;
    font-weight: 400;
    font-size: 12px;
}

.chronorelais_informations.italic {
    font-style: italic;
}

.chronorelais_informations.bold {
    font-weight: bold;
    color: #232323;
}

#relais_txt_cont {
    padding-top: 15px;
}

#relais_txt_cont label {
    text-align: left;
}
