@charset "utf-8";

table.info {
    width: 100%;
    float: none;
    margin-bottom: 50px;
}

h3 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

article p {
   padding-bottom: 15px;
}

.map{
	width: 100%;
    height: 300px;
}

.google{
	font-weight: bold;
}
@media only screen and (max-width: 768px) {
    article p {
        text-align: justify;
    }

}
