@charset "UTF-8";

#welcome-info{

}

#leaflet{
	width: 90%;
	max-width: 700px;
	display: block;
	margin: 0 auto;
	border-radius: 5px;
}

#leaflet > img{
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2), 2px 0 5px 0 rgba(0,0,0,0.2), 1px 0 2px 0 rgba(0,0,0,0.1);
	border-radius: 5px;
}

.form-links > ul{
	list-style-type: none;
	padding-left: 0;
}

/*----------bootstrap lg----------*/
@media screen and (min-width: 1200px){

}

/*----------bootstrap md----------*/
@media screen and (min-width: 992px) and (max-width: 1199px){

}

/*----------bootstrap sm----------*/
@media screen and (min-width: 768px) and (max-width: 991px){

}

/*----------bootstrap xs----------*/
@media screen and (min-width: 545px) and (max-width: 767px){

}

/*-----bootstrap original grid xss-----*/
@media screen and (max-width: 544px){

}
