/*
.SubscribeForm .header{color:var(--light);text-shadow: 1px 1px var(--dark), -1px -1px var(--dark), 1px -1px var(--dark), -1px 1px var(--dark), 1px 1px 5px #05202f;}
.SubscribeForm .descr{color:var(--light);text-shadow: 1px 1px var(--dark), -1px -1px var(--dark), 1px -1px var(--dark), -1px 1px var(--dark), 1px 1px 5px #05202f;}
.SubscribeForm .invite{color:var(--light);text-shadow: 1px 1px var(--dark), -1px -1px var(--dark), 1px -1px var(--dark), -1px 1px var(--dark), 1px 1px 5px #05202f;}
*/

@media only screen and (max-width:1200px) {
	thead th.rollup{display:none;}
	
	#MainTable,#MainTable>tbody,#MainTable>tbody>tr{display:block;}
	#MainTable{width:100%}
	#MainTable>tbody td.rollup{display:inline-block;vertical-align:top;position: relative;padding:55px 0 20px;width:25%;min-width:80px;max-width:100px;height:40px;border-bottom:none;}
	
	#MainTable>tbody td.rollup.game,#MainTable>tbody td.rollup.date{width:100%;max-width:100%;font-size:13px;min-width:100%;box-sizing:border-box;border:none;}
	
	#MainTable>tbody td.rollup.date{height:unset;padding:0;}
	#MainTable>tbody>tr{border-bottom:1px solid #ddd;margin-bottom:20px;}
	#MainTable>tbody>tr:last-child{border-bottom: none;margin-bottom: 0;}
	
	#MainTable>tbody td.rollup.game{padding:0 0 16px;height:unset;}
	#MainTable>tbody td.rollup.game>.league{font-size:16px;}
	#MainTable>tbody td.rollup.score{line-height:40px; height: unset;}
	
	#MainTable>tbody td.rollup:before{position:absolute;top:2px;left:calc(50% - 35px);width:80px;font-size:12px;display:block;border-bottom:none;line-height:normal;}
	#MainTable>tbody td.c1:before{content:"DRAW \A %";white-space:pre;}
	#MainTable>tbody td.c2:before{content:"TOTAL SCORE PREDICTION";}
	#MainTable>tbody td.c3:before{content:"OVER 5.5 GOALS %";}
	#MainTable>tbody td.c4:before{content:"OVER 6.5 GOALS %";}
	#MainTable>tbody td.c5:before{content:"BTTS \A %";white-space:pre;}
	#MainTable>tbody td.c6:before{content:"1ST PERIOD OVER 1.5 %";}
	#MainTable>tbody td.c7:before{content:"1ST PERIOD OVER 2.5 %";}
	#MainTable>tbody td.c8:before{content:"2ND PERIOD OVER 1.5 %";}
	#MainTable>tbody td.c9:before{content:"2ND PERIOD OVER 2.5 %";}
	#MainTable>tbody td.c10:before{content:"3RD PERIOD OVER 1.5 %";}
	#MainTable>tbody td.c11:before{content:"3RD PERIOD OVER 2.5 %";}
	#MainTable>tbody td.c12:before{content:"TEAM 1 TOTAL OVER 1.5 %";}
	#MainTable>tbody td.c13:before{content:"TEAM 2 TOTAL OVER 1.5 %:";}
	#MainTable>tbody td.c14:before{content:"TOTAL SCORE:";}
	#MainTable>tbody td.c15:before{content:"TOTAL SCORE:";}
	
	#MainTable>tbody td.c2>div,#MainTable>tbody td.c14>div{line-height:20px;}
	#MainTable>tbody td.c2>div.detail_score,#MainTable>tbody td.c14>div.detail_score{line-height:10px;}
}

@media only screen and (max-width:1000px) {
	.SubscribeForm > .in{background-image:url("/hockey_buddy/images/subscribeBG_01.jpg")
}
@media only screen and (max-width:776px) {
	.SubscribeForm > .in{background-image:url("/hockey_buddy/images/subscribeBG_11.jpg")}
}