.teamview {
	height: 120px;
	background-color: rgba(255, 255, 255, 0.8);
	margin-bottom: 10px;
	border-radius: 10px;
}

.teamlogoleft {
	width: 100px;
	height: 100px;
	border: 1px solid black;
	float: left;
	margin: 10px;
	border-radius: 10px;
}

.teaminfo {
	float: left;
	width: 300px;
	margin: 10px 10px 10px 0px;
}