/** LIST STYLE 1 */

ul.mystyle1 {
	margin-left: 2em;
	display: block !important;
    list-style-type: disc !important;
    --webkit-margin-before: 1em !important;
    --webkit-margin-after: 1em !important;
    --webkit-margin-start: 0px !important;
    --webkit-margin-end: 0px !important;
    --webkit-padding-start: 40px !important;
}

ul.mystyle1 li {
	padding: 3px 1px;
}

ul.mystyle1 li ul{
	list-style-type: circle !important;
	padding: 3px 1px;
	margin-left: 1em;
}

#map {
	margin-top: 2em;
    height: 500px;  /* The height is 400 pixels */
    width: 100%;  /* The width is the width of the web page */
}