
div.SeasonTitle { margin: 10px 0 10px 0; }
div.SeasonTitle span { font-size: 20px; display: inline-block; margin: 0 15px 0 15px; }
div.SeasonTitle a { color: #222; }
div.SeasonTitle a:hover { text-decoration: none; color: #0067BD; }
div.SeasonTitle img { vertical-align: text-bottom; }
div.SeasonMinorTitle { font-size: 14px; }
div.SeasonSection { margin-bottom: 10px; max-width: 700px; }

div.SeasonMainDataContainer { float: right; }
div.SeasonStatsContainer { overflow: auto; }
div.SeasonStatsContainer div.Total table.SeasonStats { min-width: 650px; }
div.SeasonStatsContainer div.ByLocation { float: right; margin-left: 30px; }
div.SeasonStatsContainer table.SeasonStats { min-width: 310px; }
p.SeasonSummary { font-size: 14px; margin-top: 2px; width: 95%; }

div.SeasonOptionsContainer {  }
div.SeasonOptionsContainer > div { margin: 5px 0 5px 0; border: 1px solid #CCC; background-color: #FDFDFD; }
div.SeasonOptionsContainer > div a { display: inline-block; color: #666; width: 100%; }
div.SeasonOptionsContainer > div a:hover { color: #FFF; background-color: #45A2FF; }
div.SeasonOptionsContainer > div a span { font-size: 19px; display: inline-block; margin-top: 7px; }
div.SeasonOptionsContainer > div a img { vertical-align: top; margin: 0 3px 0 15px; width: 35px; }

div.SeasonStoryTitle h2 { display: inline-block; margin-top: 0; }
div.SeasonStoryTitle a { float: left; font-size: 16px; margin-top: 5px; margin-left: 5px; }

a.GameDetails {	color: #222; background-color: #F6F6F6; border: 1px solid #808080; margin: 5px 0 4px 15px; padding: 5px 5px 4px 1px; width: 500px; height: 20px; display: inline-block; font-size: 16px; overflow: hidden; position: relative; }
a.GameDetails:hover { text-decoration: none; }
/*a.GameDetails span.MediumName { font-size: 15px; }*/
a.GameDetails span.LongName { font-size: 14px; }
a.GameDetails span.GameLocation { font-size: 8pt; font-weight: normal; }
span.result-indication { position: absolute; left: 0; top: 0; width: 15px; height: 100%; }
span.result-indication.Win { background-color: #BBF3BB; }
span.result-indication.Draw { background-color: #FFFFBB; }
span.result-indication.Loss { background-color: #FFBBBB; }

a.GameDetails.Win1
{
    background: #f0f9ff; /* Old browsers */
    background: -moz-linear-gradient(top, #f0f9ff 70%, #f0f9ff 78%, #A3DCFF 87%, #7ACCFF 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%,#f0f9ff), color-stop(78%,#f0f9ff), color-stop(87%,#A3DCFF), color-stop(100%,#7ACCFF)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f0f9ff 70%,#f0f9ff 78%,#A3DCFF 87%,#7ACCFF 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f0f9ff 70%,#f0f9ff 78%,#A3DCFF 87%,#7ACCFF 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f0f9ff 70%,#f0f9ff 78%,#A3DCFF 87%,#7ACCFF 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f0f9ff 70%,#f0f9ff 78%,#A3DCFF 87%,#7ACCFF 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5FBFF', endColorstr='#BAE5FF',GradientType=0 ); /* IE6-9 */
}

a.GameDetails.Loss1
{
    background: #f0f9ff; /* Old browsers */
    background: -moz-linear-gradient(top, #f0f9ff 70%, #f0f9ff 78%, #FFD9D9 87%, #FFC4C4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%,#f0f9ff), color-stop(78%,#f0f9ff), color-stop(87%,#FFD9D9), color-stop(100%,#FFC4C4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f0f9ff 70%,#f0f9ff 78%,#FFD9D9 87%,#FFC4C4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f0f9ff 70%,#f0f9ff 78%,#FFD9D9 87%,#FFC4C4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f0f9ff 70%,#f0f9ff 78%,#FFD9D9 87%,#FFC4C4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f0f9ff 70%,#f0f9ff 78%,#FFD9D9 87%,#FFC4C4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5FBFF', endColorstr='#FFDBDB',GradientType=0 ); /* IE6-9 */
}

a.GameDetails.Draw1
{
    background: #f0f9ff; /* Old browsers */
    background: -moz-linear-gradient(top, #f0f9ff 70%, #f0f9ff 78%, #E3E3E3 87%, #CFCFCF 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%,#f0f9ff), color-stop(78%,#f0f9ff), color-stop(87%,#E3E3E3), color-stop(100%,#CFCFCF)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f0f9ff 70%,#f0f9ff 78%,#E3E3E3 87%,#CFCFCF 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f0f9ff 70%,#f0f9ff 78%,#E3E3E3 87%,#CFCFCF 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f0f9ff 70%,#f0f9ff 78%,#E3E3E3 87%,#CFCFCF 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f0f9ff 70%,#f0f9ff 78%,#E3E3E3 87%,#CFCFCF 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5FBFF', endColorstr='#CFCFCF',GradientType=0 ); /* IE6-9 */
}

a.GameDetails:hover { background-color: #45A2FF; background: #45A2FF; color: #fff; filter: none; }

div.SeasonGamesContainer { float: right; }
div.CompetitionTitle { font-weight: bold; margin-top: 3px; margin-right: 7px; }

table.LeagueTable { font-size: 14px; border: 1px solid #DDDDDD; width: 100%; }
table.LeagueTable td { border-bottom: 1px solid #DDDDDD; padding: 4px; text-align: center; }
tr.LeagueTableHeader { background-color: #BBBBBB;	font-weight: bold; }
tr.PlayoffSwitch td { border-bottom: 3px solid #DDDDDD; }
tr.RelegationPlayoffSwitch td { border-bottom: 2px dashed #DDDDDD; }
td.LeagueTableRemark { width:1px; }
td.StatsTableContainer { vertical-align: top; }
tr.ChampionLeagueTableEntry { font-weight: bold; }
tr.RelegationLeagueTableEntry { color: #FF0000; font-weight: bold; }
tr.RelegationPlayoffTableEntry { color: #FF0000; font-weight: normal; }
tr.HapoelLeagueTableEntry { color: #1927D9; fownt-weight:bold; }
tr.PromotionTableEntry { font-weight: bold; }
.EditSeasonTable input { width: 60px; }
.PlayerStatsLink { text-decoration:none; }
.PlayerStatsLink:hover { color: #0000A0; text-decoration: underline; }
.SeasonMenuOptionSelected a { font-weight: bold; text-decoration:none; color: Black; }

div.SeasonSideBarContainer { overflow: auto; float: left; margin-right: 10px; margin-bottom: 5px; }
div.SeasonPlayerStatsContainer {  }
div.SeasonPlayerStatsContainer > div { float1: left; margin-left1: 50px; min-width: 170px; }

table.PlayersStats { font-size: 14px; border-spacing: 0; border-collapse: collapse; width: 100%; }
table.PlayersStats thead { text-align: center; font-weight: bold; background-color: #CCC; }
table.PlayersStats, table.PlayersStats td { border: 1px solid #DDD; padding: 3px; }
table.PlayersStats td.StatsNum { width: 35px; text-align: center; }
table.PlayersStats a.PlayerLink { font-weight: normal; }

div.SeasonMinorTitle.PositionsGraph { margin-top: 15px; }
div.GoalTypesContainer { overflow: auto; overflow-x: hidden; }
div.GoalTypesContainer div.GraphContainer { width: 49%; float: right; }

#divCleanSheetsContainer { overflow: auto; }
#divCleanSheetsContainer > div { float: right; margin-left: 50px; height: 300px; }

@media (max-device-width :599px) {
div.SeasonTitle span { font-size: 3rem; 0 2.5rem 0 2.5rem; }
div.SeasonTitle img { width: 3rem; }
div.SeasonSection { max-width: inherit; }
a.GameDetails, a.GameDetails span.MediumName, a.GameDetails span.LongName { width: 90%; height: 3.2rem; font-size: 2.8rem; margin-bottom: 0.8rem; }
a.GameDetails span.GameLocation { font-size: 1.6rem; }
div.SeasonMinorTitle { font-size: 2.5rem; }
div.SeasonStatsContainer table.SeasonStats { font-size: 1.5rem; }
div.SeasonStatsContainer div.Total table.SeasonStats { font-size: 2.3rem; }
p.SeasonSummary { font-size: 2.5rem; width: 90%; }
/*a.GameDetails span.MediumName { font-size: 1.7rem; }
a.GameDetails span.LongName { font-size: 1.5rem; }*/
span.result-indication { width: 2rem; }
div.SeasonSideBarContainer { float: none; display: inline-block; overflow: auto; font-size: 2rem; min-width: 23rem; margin-right: 0; margin-top: 1rem; }
div.SeasonPlayerStatsContainer > div { min-width: inherit; }
table.PlayersStats { font-size: 2rem; }
table.PlayersStats td.StatsNum { width: 5rem; }
div.SeasonOptionsContainer { overflow: auto; margin-bottom: 1rem; margin-top: 0.5rem; }
div.SeasonOptionsContainer > div { float: right; margin-left: 1rem; border-width: 0; }
div.SeasonOptionsContainer > div a span { font-size: 2.3rem; }
div.SeasonOptionsContainer > div a span.MobileOnly { display: inline-block !important; }
div.SeasonOptionsContainer > div a img { width: 3rem; }
div.SeasonPlayerStatsContainer { overflow: auto; }
div.SeasonPlayerStatsContainer > div { float: right; }
div.SeasonPlayerStatsContainer > div.Apps { margin-right: 5rem; }
table.LeagueTable { width: inherit; font-size: 1.7rem; margin-top: 2rem; }
table.LeagueTable td.GoalsColumn { min-width: 6rem; }
div.SeasonStoryTitle h2 { font-size: 2.5rem; }
div.SeasonStoryTitle a { font-size: 2rem; margin-top: 5px; margin-left: 5px; }
div.SeasonMinorTitle.PositionsGraph { margin-top: 1rem; }
}