.seasons {
	background-color: #7b7c7c/*#f0f0f0*/;
	border: solid 1px #fff;
	color:#fff;
	width: 75%;
	margin-bottom:10px;
	border-spacing: 10px;
    border-collapse: collapse;
}

.seasons th {
	background-color:#7b7c7c;
	color:#fff;
	text-align: left;
	padding: 10px;
}

.seasons tr {
	line-height:64px;	
}

.seasons .white tr {
	background-color: #fff;
	line-height:64px;	
}

.seasons td {
	padding-left: 10px;
}

.centre {
	text-align: center !important;
}

.not_small {
	display: block;
	visibility: visible:
}

.is_small {
	display: none;
	visibility: hidden;
}


@media (max-width: 900px) {
	
	.seasons {
		width: 97%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 540px) {
	
	.seasons {
		width: 97%;
		margin-left: auto;
		margin-right: auto;
	}
	.seasons th {
	background-color:#7b7c7c;
	color:#fff;
	text-align: left;
	padding: 10px;
	}
	
	.seasons tr {
		line-height:34px;	
	}
	
	.seasons .white tr {
		background-color: #7b7c7c;
		line-height:34px;	
	}
	
	.seasons td {
		padding-left: 5px;
	}
	
	
	.seasons .whitey td {
		background-color:#7b7c7c;
		padding-left: 5px;
	}

}


@media (max-width: 359px){
	
	.is_small {
		display: block;
		visibility: visible;
	}
	
	.not_small {
		display: none;
		visibility: hidden:
	}
	
}