/**
* 2014 - 2015 Watt Is It
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (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:
* http://opensource.org/licenses/afl-3.0.php
* 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 license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PayGreen <contact@paygreen.fr>
*  @copyright 2014-2014 Watt It Is
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
*/
.border{
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border: 1px solid rgb(214, 212, 212);
    margin-top:15px;
    margin-left:0px;
    margin-right:0px;
    padding:4px;
    background-color:white;
}

.date {
    margin-top: 10px
    padding: 10px;
    border: none;
    height:40px;
    font-size:1.2em;
    border-bottom: solid 4px #AEAEAE;
    transition: border 0.3s;
    /*background-color:#e1e1e1;*/

}
.paygreen_img_button{
    min-height:20px;
    max-height:60px;
}
.border img{
    max-height:100px !important;
}
.subtile_img{
    margin-top:0;
}
.test{
    background-color: #E6E6E6;
}

.checkAgeButton{
    font-size:1.2em;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    background-color: #EAEAEA ;
    border: solid 1px #AEAEAE;
    color:black;
}
.responsive-width {
    white-space: normal;
}
.checkAge:hover{
    /*border: solid 4px #74aa33;*/
    color:white;

    background-color: #4b741a;
}
.verti-align{
    margin-top:1em;
}
