.events-title {
	padding: 0px;
	margin-bottom: 10px;
}

.events-title .elks {
	margin-top: 5px;
}

.standings {
	margin-bottom: 30px;
}

.standings .elks, .calendar .elks {
	margin-bottom: 10px;
}

.standings tr.title-line td {
	background: none;
	font-weight: bold;
}

.standings tr.title-line .position {
	border-right: 1px solid transparent;
}

.standings tr {
	border-bottom: 1px solid #272727;
	display: block;
}

.standings tr td {
	background: none;
	border-right: 1px solid #272727;
	border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-o-border-radius: 0;
		-ms-border-radius: 0;
}

.standings tr.the-team {
	color: #ff9900;
	font-weight: bold;
}

.standings tr td.position {
	background: none;
	width: 15px;
}

.standings tr td.team {
	text-align: left;
	width: 170px;
}

.standings tr td.points {
	background: rgb(176, 208, 255);
	font-weight: bold;
	width: 25px;
}

.standings tr td.played {
	width: 55px;
}

.standings tr td.won {
	width: 40px;
}

.standings tr td.loss {
	width: 40px;
}

.standings tr td.drawn {
	width: 50px;
}

.standings tr td.pointsfor {
	width: 30px;
}

.standings tr td.pointsagainst {
	width: 35px;
}

.calendar-page .calendar-inner {
	float: left;
	margin: 20px;
	width: 280px;
	background: #ccc;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
}

.calendar-page .calendar-inner table {
	width: 100%;
}

.calendar-page .calendar-inner tr.matchday td {
	height: 25px;
	line-height: 15px;
	text-align: left;
}

.calendar-page .calendar-inner tr.matchday td p {
	padding: 0 10px;
	color: #36549c;
}

.calendar-page .calendar-inner td.games-date {
	border: none;
	font-size: 11px;
	font-weight: normal;
	width: 65px;
	text-align: center;
	line-height: 10px;
	height: 5px;
	color: #36549c;
}

.calendar-page .calendar-inner td.squadra-casa, .calendar-page .calendar-inner td.squadra-ospite {
	width: 115px;
}

.calendar-page .calendar-inner td.risultato {
	width: 50px;
}

.calendar-page .calendar-inner td {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #272727;
		color: #36549c;
}

.calendar-page .calendar-inner tr:last-child td {
	border: none;
}