@import "/stylesheets/01-layout.css";
@import "/stylesheets/02-homepage.css";
@import "/stylesheets/03-tables.css";
@import "/stylesheets/04-matches.css";
@import "/stylesheets/05-individual-matches.css";
@import "/stylesheets/06-goalscorers.css";


@import "/stylesheets/99-footer.css";




.forms-temp-cont {
	display: flex;
	justify-content: space-between;
	max-width: 600px;
	border-bottom: 1px solid grey;
	margin-top: 30px;
	background-color: white;
	border-radius: 10px;
	box-shadow:0 2px 3px rgba(0,0,0,0.1);
	padding: 10px;
}


.forms-temp-cont:hover {
	background-color: #cfcfe2;
}



.forms-temp-text {
	width: 85%;
}

.forms-temp-cont h3{
	color: #4665a3;
}

.form-temp-arrow {
	width: 30px;
	align-items: center;
	height: auto;
	display: flex;
}


.form-temp-arrow img{
	width: 24px;
}