.prices_tables_set table{
	float: left;
	width: 225px;
}


.prices_table tr th {
	text-align: left;
}

.prices_table tr:hover {
	background-color: #ACAC9C;
	cursor: pointer;
}

.prices_table_row_selected {
	background-color: #ACAC9C;
}




.prices_table2 th {
	text-align: center;
  padding:2px 15px;
}
.prices_table2 td {
	text-align: right;
  padding:2px 15px;
}

.progress {
  border: 1px solid #DDDDDD;
  border-radius: 3px 3px 3px 3px;
  padding: 1px;
  position: relative;
  width: 250px;
}

.bar {
  background-color: #B4F5B4;
  border-radius: 3px 3px 3px 3px;
  height: 20px;
  width: 0;
}

.percent {
  display: inline-block;
  left: 48%;
  position: absolute;
  top: 3px;
}