body {
	font-family: sans-serif;
}

table,
.home {
	width: 50%;
	border: 1px solid black;  	
}

.list {
	width: 70%;	
	border: 1px solid black;  
}

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

th, td {
	border: 1px solid black;
}

.ol-popup {
    font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif !important;
    font-size: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    padding: 0px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 5px;
    left: -10px;
    min-width: 30px;
}

.ol-popcek {
    font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif !important;
    font-size: 12px;
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    padding: 0px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 5px;
    left: -10px;
    min-width: 70px;
}

.perlu20 {
  	size: 20;
}

select {
    width: 150px;
}

