/*

CSS for school-list-template

*/
li {

	cursor:pointer;
}
#map {
	
	height:300px;
}

#popup {

    left: 255.5px;
    position: fixed;
    top: 20px;
    z-index: 9999;
    display: block;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 25px 15px rgb(0 0 0 / 22%);
    color: #111111;
    min-width: 450px;
    display: none;
    padding: 25px;
        overflow: hidden;
}

#list-content {

	margin-bottom: 1em;
}
