html {
		  height: 100%;
	  }
      body {
		  font-family: sans-serif;
		  margin: 0;
		  padding: 0;
	  }
      #cesiumContainer {
        position: absolute;
		width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
      }
	  #baseLayerPickerContainer {
		position: absolute;
		top: 46px;
		right: 42px;
		width: 38px;
		height: 38px;
	  }
	  #baseLayerPickerContainer button {
		background-image: url('ikonki/layers.png');
		background-size: 30px 30px;
	  }
	  #cloudBtnContainer {
		position: absolute;
		top: 46px;
		right: 6px;
		width: 36px;
		height: 36px;
	  }
	  #cloudBtnContainer button {
		background-image: url('ikonki/chmura.png');
		background-size: 30px 30px;
	  }
	  #gmapsBtnContainer {
		position: absolute;
		top: 86px;
		right: 6px;
		width: 36px;
		height: 36px;
	  }
	  #gmapsBtnContainer button {
		background-image: url('ikonki/gmaps.png');
		background-size: 30px 30px;
	  }
	  .header {
		  position: absolute;
		  top: 0px;
		  left: 0px;
		  width: 260px;
		  height: 44px;
		  z-index: 999;
		  color: #fff;
		  background-color: #303336;
		  opacity: 0.75;
		  font-size: 18pt;
		  font-weight: bold;
		  padding: 5px;
		  text-shadow: 2px 2px #333;
	  }
	  .iheader {
		  display: table-cell;
		  vertical-align: middle;
		  padding-left: 5px;
		  padding-right: 10px;
	  }