* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


/*header {
	text-align: center;
	font-family: Calibri;*/
/*	position: fixed;*/
/*	top: 0;
	width: 100%;
	height: 250px;
	z-index: 0;*/
/*	background-image: url('Curling-Image.jpeg');*/
}

h1 {
	padding-top: 150px;
}

h2 {
	text-align: center;
}

h3 {
	text-align: center;
}

h4 {
	text-align: center;
}

body {
	background-color: #F0F0F0;
}

nav {
	background-color: #9e2a2b;
}

.Navigation {
	background-color: #9e2a2b;
}

section.signin {
	font-family: Calibri;
	text-align: center;
	background-color: lightblue;
	border: 1px solid black;
	width: 200px;
	margin-top: 200px;
    margin-left: 620px;
    margin-right: 600px;
    overflow: hidden;
}

table.WLT {
	background-color: lightblue;
}

table.Team {
	width: 50%;
	background-color: #fcd5ce;
}

table.STS {
	background-color: #fcd5ce;
}

table.STS2 {
	width: 50%;
	background-color: #fcd5ce;
}

td {
	background-color: white;
}


a.nav {
	color: black;
	border: 1px solid black;
	border-radius: 10%;
	padding: 10px 10px 10px;
	font-family: Copperplate;
	font-weight: bold;
	margin: 10px;
}

a[href*='Home']{
	background-color: Red;
}

/*a[href*='Score']{
	background-color: white;
}*/

a[href*='Historic']{
	background-color: yellow;
}

.choose-team {
	text-align: center;
	font-family: Calibri;
}

input[id="Red-Team"]{
	margin-left: 18px;
}

.score-type {
	text-align: center;
	font-family: Calibri;
}

table, tr, td {
	width: 25%;
	border: 1px solid black;
	text-align: center;
	margin: auto;
}

table.today{
	background-color: lightgrey;
}

table.Scoreboard{
	background-color: lightgrey;
}

table.History{
	background-color: #e7e6f7;
}

/*table {
	background-color: #d8d8d8;
}*/


.Schedule{
	width: 50%;
	border: 1px solid black;
	text-align: center;
	margin: auto;
}

table.Standings{
	background-color: lightgrey;
}

table.Schedule{
	background-color: lightgrey;
}

tbody{
	background-color: white;
}

td.score {
	width: 75%;
}

td.sheet {
	width: 10%;
}

td.date {
	width: 15%;
}

td.Red {
	background-color: Red;

}

input.scoreRed {
	width: 75%;
	background-color: Red;
	text-align: center;
}

td.Yellow {
	background-color: yellow;
}

.scoreYellow {
	width: 75%;
	background-color: yellow;
	text-align: center;
}