.team-logos > div.columns {
	padding: 0 !important;
}

.team-logos img {
	width: 100%;
	background-color: #aaa;
}

.single-logo {
    width: 25%;
    float: left;
    padding: 5px;
}

.ita-button-container {
	display: flex;
	justify-content: space-around;
    flex-wrap: wrap;
}

.ita-button {
	background-color: #004D7C;
	width: 175px;
	height: 91px;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 1.2em;
	border-radius: 5px;
    margin: 5px 0;
}

.ita-button a {
    color: white !important;
}

.ita-tourn-sched {
	font-size: 1.3em;
	text-align: center;
	margin: 1.5em 0;
}

.ita-schedule > div > div {
	background-color: #ebebeb;
	padding: 5px;
}

.ita-schedule header {
	background-color: #004D7C;
	color: white;
	padding: 2px 5px;
}

.ita-schedule header h2 {
	text-align: center;
}

.ita-schedule ul {
	margin-bottom: 15px;
}