html, body,#app, #cesiumContainer {
            width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden;
        }
        /* #airlineInfos {
            background: rgba(42, 42, 42, 0.8);
            padding: 4px;
            height: auto;
            border-radius: 4px;
            z-index: 2;
            padding-top: 20px;
            display:none;
            width: 600px;
        } */
        .showAirlineData{
       		position: "absolute";
        	/* background:rgba(255,255,255,0.8); */
        	top:50px;
        	right:10px;
        	width:30%;
        	height:300px;
        	background-color:rgba(42,42,42,0.8);
        	padding:4px;
        	border-radius:4px;
        	padding-top:50px;
        }
        .radiationRatePanelTD{
        	width:30%;
        	text-align:center;
        }
        .leaflet-popup {
            position: absolute;
            text-align: center;
        }
        .leaflet-popup-close-button {
            position: absolute;
            top: 0;
            right: 0;
            padding: 4px 4px 0 0;
            text-align: center;
            width: 18px;
            height: 14px;
            font: 16px/14px Tahoma, Verdana, sans-serif;
            color: #c3c3c3;
            text-decoration: none;
            font-weight: bold;
            background: transparent;
        }
        .leaflet-popup-content-wrapper {
            text-align: center;
            max-height: 200px;
            overflow-y: auto;
            background: white;
            box-shadow: 0 3px 14px rgba(0,0,0,0.4);
            padding: 1px;
            text-align: left;
            border-radius: 12px;
        }
        .leaflet-popup-content {
            margin: 13px 19px;
            line-height: 1.4;
        }
        .leaflet-popup-tip-container {
            margin: 0 auto;
            width: 40px;
            height: 20px;
            position: relative;
            overflow: hidden;
        }
        .leaflet-popup-tip {
            background: white;
            box-shadow: 0 3px 14px rgba(0,0,0,0.4);
            width: 17px;
            height: 17px;
            padding: 1px;
            margin: -10px auto 0;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }
        .searchBar{
            width: 70px;
            height: 30px;
            line-height: 30px;
            position: absolute;
            right: 80px;
            top: 6px;
            z-index: 10;
            border-radius: 5px;
            display: inline-block;
            color: #edffff;
            cursor: pointer;
            text-align: center;
        }
        .language{
        	width:30px;
        	height:30px;
        	line-height:30px;
        	position:absolute;
        	right:44px;
        	top:6px;
        	z-index:10;
        	border-redius:5px;
        	display:inline-block;
        	color:#edffff;
        	cursor:pointer;
        	text-align:center;
        }
        .globalPic{
        	width: 70px;
            height: 30px;
            line-height: 30px;
            position: absolute;
            right: 154px;
            top: 6px;
            z-index: 10;
            border-radius: 5px;
            display: inline-block;
            color: #edffff;
            cursor: pointer;
            text-align: center;
        }
        .home{
        	width: 30px;
            height: 30px;
            line-height: 30px;
            position: absolute;
            right: 10px;
            top: 6px;
            z-index: 10;
            border-radius: 5px;
            display: inline-block;
            color: #edffff;
            cursor: pointer;
            text-align: center;
            float:right
        }
        @media screen and (max-width:600px){
        	.simpleData{
        		display:none;
        	}
        }