.box33 {
  width: 60px;
  height: 60px;
}

.box55 {
  width: 45px;
  height: 45px;
}

#green-side {
	background-color: #388A1F; /*rgb( 64, 196, 0);*/
}

#green-side:hover {
	background-color: #BFCC2C; /*rgb( 128, 255, 0);*/
}

#blue-side {
	background-color: rgb( 0, 64, 196);
}

#blue-side:hover {
	background-color: rgb( 0, 128, 255);
}

