/* Round */

	body.is-preload #Round 

div {
  width: 120px;
  height: 120px;
  border: 1px solid #333;
 
}
.green {
 background: green; 
}
.red {
  background: red;
}
.rund {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  
}