
::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-track {
    display: none;
}

.row1{
	position: absolute;
	top: 145px;
	left: 250px;
	width: 1541px;
	height: 910px;
	overflow-y: scroll;
	display: block;
/*
    background-color: lightblue;
*/
}

.row2{
	position: absolute;
	width: 100%;
	height: 70%;
	overflow-y: scroll;
	display: block;
	left: 50%;
  	top:42%;
  	transform: translate(-50%, -50%);
/*	background-color: lightblue;*/
}
.map1{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1366px;
	height: 850px;
	overflow-y: scroll;
	display: block;
	background-color: lightblue;
}

.mastercenter{
	position: absolute;
	top: 152px;
	left: 168px;
	width: 1585px;
	height: 777px;
	background-color: lightblue;
	overflow: hidden;
}


