table.prices {
	/*width:100%%;
	float:left;
	margin-right: 5%;*/
	margin-bottom: 5%;
	-webkit-box-shadow: 1px 1px 1px 1px #D6D6D6;
	box-shadow: 1px 1px 1px 1px #D6D6D6;
}
	table.prices:last-child {
		margin:0;
	}
	table.prices td {
	    border: 1px solid #e8e8e8;
	    padding: 5px 10px;
	    background: #fff;
	}
	table.prices tr.sport td{
		border-top:solid 2px #87d3ff;
	}
	table.prices td.sport {
		background-color: #d9f1ff;
		vertical-align: middle;
		width:10%;
		position: relative;
	}
		table.prices td.sport strong{
			-moz-transform: rotate(-90deg);
			-webkit-transform: rotate(-90deg);
			-o-transform: rotate(-90deg);
			-ms-transform: rotate(-90deg);
			transform: rotate(-90deg);
			text-transform: uppercase;
			font-size:35px;
			color:#248bc7;
			font-family: 'Raleway', sans-serif;
			font-weight:bold;
			display: block;
			position: absolute;
			left: -73px;
			top: 50%;
			letter-spacing: 6px;
			text-shadow: 0 0 3px #8A8A8A;
		}

	table.prices td.item {
		background-color: #d9f1ff;
		font-weight:bold;
		font-size:120%;
	}
	table.prices td.hr {
		border-left:solid 10px #87d3ff;
	}
	table.prices td.ab {
		border-left:solid 11px #fff;
	}
	table.prices td.kd {
		border-left:solid 11px #ebb41c;
	}
		table.prices td.item .info {
			font-size:80%;
			font-weight:normal;
			list-style-type: none;
			letter-spacing:1px;
		}

	table.prices td.price {
		width:5%;
		text-align:center;
		vertical-align: middle;
		font-weight:bold;
		font-size:200%;
	}
		table.prices td.price small {
			color:#bfbfbf;
			font-size:75%;
			font-weight: normal;
			display:block;
			margin-top:10px;
		}
