/*Base CSS style used in some default rows*/
/*Feel free to update it with your needs : this file will not be overwrited by updates*/
.left {
    float:                      left;
    margin:			0 0 0 0;
    width:			100%;
    text-align:			left;
}
.right {
    margin:			0 0 0 0;
    text-align: right;
}
.noir a {
    background:                      #000000;
    width: 100%;
    color: #FFF;
    font-size: large;
    font-weight: normal;
}
.center {
    margin-left:                auto;
    margin-right:               auto;
}
.clear {
    clear:                      both;
    padding:			0 0 0 0;
}
.clearfix:after {
    clear:                      both;
    content:                    ".";
    display:                    block;
    height:                     0;
    line-height:                0;
    visibility:                 hidden;
}
.inline {
    display:                    inline-block;
}
.hide {
    display:                    none;
}
.atm-google-map{
	width:					100%;
	height:					400px;
	border:					1px solid black;
}