div.square1{
  border: solid 5px #000;
  width: 50px;
  height: 50px;
  background: #bf2f38;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
}

div.square2 {
  border: solid 5px #000;
  width: 50px;
  height: 50px;
  background: #00a360;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
}

div.square3 {
  border: solid 5px #000;
  width: 50px;
  height: 50px;
  background: #ffffff;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
}

div.square4 {
  border: solid 5px #000;
  width: 50px;
  height: 50px;
  background: #013473;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
}

div.squareLuxury {
  border: solid 5px #000;
  width: 50px;
  height: 50px;
  background: #818181;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
}

p.arenaName{
  text-align: center;
  font-weight: bold;
}

.barBackground {
  background-color: #D2D2D2;
  color: #000000;
  border-radius: 0px 0px 0px 0px;
  border: 2px solid #000000;
}

.bar1 {
	margin-bottom: 0px;
	color: #000000;
	padding: 0px;
	text-align: left;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf2f38), to(#5B5B5B));
	background-color: #bf2f38;
	border-radius: 0px 2px 2px 0px;
}

.bar2 {
	margin-bottom: 0px;
	color: #000000;
	padding: 0px;
	text-align: left;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#00a360), to(#5B5B5B));
	background-color: #00a360;
	border-radius: 0px 2px 2px 0px;
}

.bar3 {
	margin-bottom: 0px;
	color: #000000;
	padding: 0px;
	text-align: left;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#5B5B5B));
	background-color: #ffffff;
	border-radius: 0px 2px 2px 0px;
}

.bar4 {
	margin-bottom: 0px;
	color: #000000;
	padding: 0px;
	text-align: left;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#013473), to(#5B5B5B));
	background-color: #013473;
	border-radius: 0px 2px 2px 0px;
}

.barLuxury {
	margin-bottom: 0px;
	color: #000000;
	padding: 0px;
	text-align: left;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#818181), to(5B5B5B));
	background-color: #818181;
	border-radius: 0px 2px 2px 0px;
}

.barTotal {
	margin-bottom: 0px;
	color: #000000;
	padding: 0px;
	text-align: left;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffff00), to(5B5B5B));
	background-color: #ffff00;
	border-radius: 0px 2px 2px 0px;
}

div.txt{
padding-left: 20px;
}