html, body { height: 100%; }
body { font-family: 'Montserrat', sans-serif; margin: 0; background-color: #0c6660; font-size: 120%;}
.MainNav { background-color: #0c6660; padding: 6px; font-weight: bold; margin: 0; }
.CamMenu { padding: 0; }
.Wrapper { padding: 0px; margin: 0 auto; width: 1280px; background-color: white; min-height: 100%; }
.LFList { padding: 0; margin: 2px; text-align: right; }
.UMenu { padding: 0; margin: 2px; text-align: right; }
.UMenu li, .LFList li { display: inline; list-style-type: none; padding-right: 4px; }
.LoginOrMenu { width: 100%; }
.Content { padding: 0 40px 20px 40px; }
a { color: #0c6660; }
a:hover {color: #2a0524; }
.BackLinks {
    display: none;
}
.ShareContainer {
    display: none;
}
nobr {
padding: 5px;
font-size: 75%;
}
nobr:after {
    content: "\a";
    white-space: pre;
}

h1 {
font-style: oblique;
}

.h1outline {
color: #0c6660;
  text-shadow:
   -1px -1px 0 white,  
    1px -1px 0 white,
    -1px 1px 0 white,
     1px 1px 0 white;
}

.h1normal {
color: white;
}

h4 {
width: 33.33%;
text-align: center;
float: left;
padding: 20px 0 20px 0;
margin: 0;
background: #fbed26;
}

td {
padding: 15px 0 15px 0 !important;
width: 5%;
}

table.SpawtzFixtureList tr td {
padding: 15px !important;
}

td .StTeamCell {
width: 35%;
}

.STHeaderRow td, .STHeaderRow th, .TFHeader, .FHeader td, .FHeader, td.SpawtzDate {
background: #fbed26 !important;
color: #0c6660 !important;
}

.SpawtzSpaceTime.SpawtzBand, .SpawtzSpaceTime {
color: black !important;
}

TFHeader, .FHeader td, .FHeader, .TFRow, .FRow {
text-align: center;
}

.JoinTeamLink {
display: none
}

	@media (max-width: 1279px) {
		.Content { padding: 0 10px 20px 10px; }
		.Wrapper { width: 100%; }
		.UMenu li, .LFList li { display: inherit; }
		.LFList { text-align: left; }
		.UMenu { text-align: left; }
	}

.advert {
display: none !important;
}

td.FDate {
width: 10% !important;
}

td.FScore {
width: 20% !important;
}

td.FPlayingArea, td.FHomeTeam, td.FAwayTeam {
width: 11.6% !important;
}

/* Highlight colors */
.highlight-1 {
    background-color: #e3fff3;
}
.highlight-2 {
    background-color: #f2fffa;
}