@import url(https://fonts.googleapis.com/css?family=Open+Sans:600);

body{
  background-color: #dbe6e6;
  font-family: "Open Sans";
}

#world{
	position: absolute;
	width:100%;
	height: 100%;
  overflow:hidden;
}

.marker{
  position: absolute;
  left: 50%;
  transform: translate(-50%,0%);
  font-size: 18px;
  padding:4px;
}


.trigoText{
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}

#trigCycle{
  position: absolute;
  left: 20px;
  top: 20px;
}

.angle{
  color:#F00;
}