#dateSchedulePrintOnly {
	display: none;
	text-align: center;
	margin-bottom: 25px;
}

.backgroundHighlight {
	background-color: #dff2f6;
	animation-name: scheduleEventPulse2;
	animation-duration: 2s;
	animation-iteration-count: 5;
}

.forcePointerCursor {
	cursor: pointer; }

@keyframes scheduleEventPulse2 {
	0% {
		background: none;
	}
	50% {
		background-color: rgba(88, 189, 209, 0.3);
	}
	100% {
		background: none;
	}
	50% {
		background-color: rgba(88, 189, 209, 0.3);
	}
}

#scheduling-schedule-overlay-text a {
	text-decoration: underline;
	color:#4babbe;
}

#scheduling-schedule-overlay-text {
	display:none;
	position: fixed;
	top: 60%;
	left: 65%;
	transform: translate(-60%, -65%);
	z-index: 999999999999; 
	padding: 25px;
	background-color: white; 
	font-size: 24px; 
	text-align: center;
}

#scheduling-schedule-overlay { 
	display:none;
	position: absolute;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: 99;
	background-color: #eeeeee;
	opacity: 0.7;
}

.delete_schedule_icon {
	position: absolute;
	margin-left: 130px;
	margin-top: 15px;
	z-index: 9999999;
	opacity: 0.3;
	width: 7px;
	height: 7px;
}

.delete_schedule_icon img {
	width: 7px;
	height: 7px;
}

.delete_schedule_icon:hover {
	opacity: 1;
}

.grey_txt {
	color: #aaaaaa;
}

.win_txt {
	color: #48a82b;
}

.disabled_arrow {
	opacity: 0.25 !important;
	cursor: default !important;
}

/*** TOP BUTTONS ***/
#tournamentBracket_buttons {
	width: 100%;
	float: left;
	margin-bottom: 30px; }
	
	#tournamentBracket_buttons .buttons {
		float: left;
		border: 1px solid #ddd; }
		
		#tournamentBracket_buttons .buttons a {
		    float: left;
		    padding: 10px 15px;
		    background: #fff;
		    border-right: 1px solid #ddd;
		    text-align: center;
		    color: #aaa; }
		    
		#tournamentBracket_buttons .buttons a:last-child { border-right: 0; }
		    
		#tournamentBracket_buttons .buttons a:hover {
			color: #222;
			text-decoration: none; }
		    
		#tournamentBracket_buttons .buttons a.active {
			background: #58bdd1;
			color: #fff; }
			
	#tournamentBracket_buttons .legend { 
		float: right;
		margin-top: 12px;
		font-size: 13px; }
		
		#tournamentBracket_buttons .legend > div { 
			float: left;
			margin-right: 12px; }
			
		#tournamentBracket_buttons .legend > div:last-child { margin: 0; }
		
		#tournamentBracket_buttons .legend i {
			width: 14px;
			height: 14px;
			display: inline-block;
			margin: 0 5px 2px 0;
			vertical-align: middle; }
			
			#tournamentBracket_buttons .legend i.won {
				background: #ABEB94;
				border: 1px solid #42aa24; }
				
			#tournamentBracket_buttons .legend i.lost1 {
				background: #CAE8FF;
				border: 1px solid #119CD8; }
				
			#tournamentBracket_buttons .legend i.lost2 {
				background: #fafafa;
				border: 1px solid #bbb; }
				
	#tournamentBracket_buttons .option-scheduling {
		float: right;
		margin-top: 12px;
		font-size: 13px; }
			
			
/*** BUTTON STYLES ***/
.print a {
	height: 40px;
	float: left;
	padding: 10px 13px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #222; }
            
	.print a:hover, .scoreCards a:hover { text-decoration: none; }
        
	.print a:before {
		content: "\f02f";
		display: inline-block;
		margin-right: 7px;
		font-family: "FontAwesome";
		font-size: 16px;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale; }
		
		.scoreCards a:before {
			content: "\f022";
			display: inline-block;
			margin-top: 1px;
			font-family: "FontAwesome";
			font-size: 16px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale; }	
			
/*** SEEDING ***/
#tournamentBracket_seeding {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 0 0 300px; }


	/*** ASIDE ***/
    #tournamentBracket_seeding .aside {
        width: 300px;
        float: left;
        position: absolute;
		background:  white !important;
        top: 0;
        bottom: 0;
        left: 0;
        padding-top: 40px; }
        
        #tournamentBracket_seeding .aside .refine {
        	width: 100%;
        	height: 40px;
        	float: left;
        	position: absolute;
        	top: 0;
        	left: 0; }
        	
        	#tournamentBracket_seeding .aside .refine:after {
            	content: "\f002";
            	position: absolute;
            	top: 10px;
            	right: 15px;
            	z-index: 10;
            	font-family: "FontAwesome";
            	color: #aaa; }
        	
        	#tournamentBracket_seeding .aside .refine input {
        		width: 100%;
        		height: 40px;
        		padding: 10px 40px 10px 15px;
        		border: 1px solid #e4e4e4;
        		border-bottom: none; }

        #tournamentBracket_seeding .aside ul {
            width: 100%;
            max-height: 100%;
            float: left;
            padding: 0;
            margin: 0;
            list-style: none;
            background: #f5f5f5;
            border: 1px solid #e4e4e4;
            overflow-x: hidden;
            overflow-y: auto;
            font-size: 13px; }

            #tournamentBracket_seeding .aside li {
                width: 100%;
                float: left;
                margin: 0;
                border-bottom: 1px solid #e4e4e4;
                line-height: normal; }

                #tournamentBracket_seeding .aside li:last-child { border: none; }

                #tournamentBracket_seeding .aside li a {
                    display: block;
                    padding: 10px 15px 10px 13px;
                    border-left: 2px solid transparent;
                    color: #222;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis; }
                    
                    #tournamentBracket_seeding .aside li a:hover {
                    	background: #eee;
                    	text-decoration: none; }
                    
                    #tournamentBracket_seeding .aside li.active a {
                    	background: #daeef2;
                    	border-left: 2px solid #36a6bc; }
                    	
                    #tournamentBracket_seeding .aside li.error a {
                    	background: #fff9e7;
                    	border-left: 2px solid #f5af43; }
                    	
		#tournamentBracket_seeding .aside .close {
			width: 100%;
			height: 40px;
			float: left;
			display: none;
			position: absolute;
			bottom: 0;
			left: 0;
			background: #d54d4d;
			border-top: 1px solid #e4e4e4;
			border-right: 1px solid #e4e4e4;
			text-align: center;
			font-weight: bold;
			line-height: 40px; }
		
			#tournamentBracket_seeding .aside .close a {
				display: block;
				color: #fff; }
			
		#tournamentBracket_seeding .aside a.open {
			width: 60px;
			height: 40px;
			display: none;
			position: absolute;
			bottom: 100px;
			right: -60px;
			z-index: -1;
			padding: 0 15px 0 0;
			background: #36a6bc;
			box-shadow: 0 0 5px rgba(0,0,0,0.3);
			text-align: right;
			font-size: 20px;
			color: #fff;
			line-height: 40px; }
			
			#tournamentBracket_seeding .aside a.open:after {
				content: "\f0c0";
				font-family: 'FontAwesome';
				text-rendering: auto;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale; }
				
			#tournamentBracket_seeding .aside a.open:hover { text-decoration: none; }
			

	/*** MAIN ***/
	#tournamentBracket_seeding .main {
		width: 100%;
		float: left;
		padding: 0 0 30px 40px; }
		
		#tournamentBracket_seeding .main .radioOptions label {
			display: inline-block;
			margin: 0 15px 10px 0; }

        #tournamentBracket_seeding .main .radioOptions input[type="radio"] { margin-left: 0; }
        
        #tournamentBracket_seeding .main table {
	        width: 100%;
	        float: left;
	        padding: 20px 0;
	        margin: 10px 0 20px;
	        border-top: 1px solid #ddd;
	        border-bottom: 1px solid #ddd;
	        font-size: 13px; }
	        
	        #tournamentBracket_seeding .main table th,
	        #tournamentBracket_seeding .main table td {
		        padding: 15px 5px 0;
		        white-space: nowrap; }
	        
	        #tournamentBracket_seeding .main table th {
		        padding: 0 5px 10px;
		        font-weight: bold;
		        border-bottom: 1px solid #222; }
		        
		    #tournamentBracket_seeding .main table td.seed {
			    width: 70px;
			    min-width: 70px; }
			    
			#tournamentBracket_seeding .main table td.comments { width: 230px; }
			#tournamentBracket_seeding .main table td.color { width: 20px; }
			
			#tournamentBracket_seeding .main table .content { display: block; }
			
			#tournamentBracket_seeding .main table .label {
				width: 90px;
				float: left;
				display: none;
				margin-left: -90px;
				font-weight: bold;
				line-height: 39px; }
	        
	        #tournamentBracket_seeding .main table input[type="text"] { width: 100%; }
			
			.more_info {
				background: url(../images/icon_user.png) no-repeat left; 
				width: 15px;
				display: block;
				float: left; 
				margin-right: 5px;
				text-decoration: none !important; }
	        
	        #tournamentBracket_seeding .main table i.icon:before {
		        content: "\f007";
		        display: inline-block;
		        padding: 5px;
		        margin-right: 2px;
		        cursor: pointer;
		        font-family: "FontAwesome";
		        font-size: 15px;
		        font-style: normal;
		        text-rendering: auto;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale; }
				
		#tournamentBracket_seeding .main input.submit { margin: 20px 0 0; }


/*** MATCH ***/
#tournamentBracket_wrap {
	width: 100%;
	float: left;
	position: relative;
	background: #fff;
	border: 1px solid #ddd;
	cursor: move; }
	
#tournamentBracket_wrap.fullScreen {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8000; }
	
body.fullScreen { overflow: hidden; }
	
	#tournamentBracket_wrap .controls {
		position: absolute;
		top: 0;
		right: 20px;
		bottom: 0;
		z-index: 100;
		padding: 20px 0;
		cursor: default; }
		
		#tournamentBracket_wrap .controls .sticky {
			position: -webkit-sticky; /* Safari */
			position: sticky;
			top: 60px; }
			
		#tournamentBracket_wrap.fullScreen .controls .sticky { position: static; }
		
		#tournamentBracket_wrap .controls button {
			width: 30px;
			height: 30px;
			display: block;
			padding: 0;
			margin: 0 0 7px;
			background: #f5f5f5;
			border: 1px solid #ccc;
			border-radius: 2px;
			color: #444;
			font-size: 15px;
			line-height: 1px;
			cursor: pointer; }
			
		#tournamentBracket_wrap .controls button:before {
			position: relative;
			top: -1px;
			font-family: "FontAwesome";
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale; }
			
		#tournamentBracket_wrap .controls button.fullScreen:before { content: "\f065"; }
		#tournamentBracket_wrap .controls button.fullScreen.compress:before { content: "\f066"; }
		#tournamentBracket_wrap .controls button.zoomIn:before { content: "\f00e"; }
		#tournamentBracket_wrap .controls button.zoomOut:before { content: "\f010"; }
		#tournamentBracket_wrap .controls button.printOut:before { content: "\f02f"; }
		#tournamentBracket_wrap .controls button.scoreCards:before { content: "\f022"; }
		
.tournamentBracket_outer { 
	height: 100%;
	overflow: hidden; }
	
#tournamentBracket_wrap.fullScreen .tournamentBracket_outer { overflow-y: auto; }

.tournamentBracket_outer .panzoom { float: left; }

.tournamentBracket_headers {
	width: 100%;
	float: left;
	display: flex;
    text-align: center;
    font-size: 13px;
    font-weight: bold; }
    
    .tournamentBracket_headers > div {
	    min-width: 301.5px;
	    padding: 15px 0;
	    border-right: 1px dashed #ddd; }
	    
	.tournamentBracket_headers > div:last-child { border-right: 0; }

.tournamentBracket {
    width: 100%;
    float: left;
    display: flex;
    font-size: 13px; }

	.tournamentBracket .round {
	    min-width: 301.5px;
	    display: flex;
	    flex-direction: column;
	    justify-content: space-around;
	    padding: 0 0 20px;
	    margin: 0;
	    border-right: 1px dashed #ddd;
	    list-style: none; }
	    
	.tournamentBracket .round:last-child { border-right: 0; }

    .tournamentBracket .round:before,
    .tournamentBracket .round:after {
        content: " ";
        display: block;
        flex-grow: .5; }

		.tournamentBracket .round > div { padding: 0 20px; }

.tournamentBracket .spacer {
    flex-grow: 1;
    margin: 15px 0; }
    
.tournamentBracket .blank { height: 177px; }

.tournamentBracket .results {
    min-height: 39px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    position: relative;
    z-index: 1;
    margin: 0;
    line-height: 1.5; }

.tournamentBracket .results:before,
.tournamentBracket .results:after {
    content: "";
    width: 20px;
    height: calc(50% + 15px + 19px);
    position: absolute;
    right: -1px;
    z-index: -1;
    border-right: 1px solid #bbb; }

.tournamentBracket .results:before {
    bottom: 50%;
    border-top: 1px solid #bbb; }

.tournamentBracket .results:after {
    top: 50%;
    border-bottom: 1px solid #bbb; }

.tournamentBracket .winner + .results:before,
.tournamentBracket .loser + .results:after {
    right: -2px;
    border-width: 2px;
    border-color: #42aa24; }

    .tournamentBracket .results .wrap {
        position: relative;
        padding: 0 37px 0 10px; }

    .tournamentBracket .results .block {
        width: 50%;
        float: left; }

    .tournamentBracket .results .unscheduled {
        width: 100%;
        float: left;
        line-height: 39px; }

    .tournamentBracket .results .scores div {
        width: 33.3333%;
        float: left;
        text-align: center;
        font-weight: bold; }

        .tournamentBracket .results .scores div span { display: block; }

        .tournamentBracket .results .scores div span.win { color: #42aa24; }

    .tournamentBracket .results .icon {
		width: 17px;
		position: absolute;
		top: 50%;
		right: 5px;
		transform: translateY(-50%);
		color: #666;
		text-align: center;
		font-size: 17px;
		font-style: normal; }
		
	.tournamentBracket .results .icon_scheduler {
		width: 17px;
		position: absolute;
		top: 50%;
		right: 22px;
		transform: translateY(-50%);
		color: #666;
		text-align: center;
		font-size: 17px;
		font-style: normal; }
	
	.tournamentBracket .results .icon_scheduler:after {
		content: "\f017";
		display: inline-block;
		font-family: "FontAwesome";
		font-weight: bold;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale; }

    .tournamentBracket .results .icon:after {
        content: "\f013";
        display: inline-block;
        font-family: "FontAwesome";
        font-weight: bold;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }

.tournamentBracket .team {
    position: relative;
    z-index: 1;
    margin: 15px 0; }

    .tournamentBracket .team .box {
        height: 39px;
        position: relative;
        padding: 0 37px 0 0;
        background: #fafafa;
        border: 1px solid #bbb;
        box-shadow: 0 3px 6px rgba(0,0,0,0.1);
        line-height: 37px; }

    .tournamentBracket .team.hover .box { background: #eee; }

    .tournamentBracket .team.winner.hover .box { background: #8cd874; }
    
    .tournamentBracket .team.loser2.hover .box { background: #B0DDFF; }

        .tournamentBracket .team .box .name {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }

            .tournamentBracket .team .box .name .rank {
                width: 35px;
                height: 37px;
                float: left;
                margin-right: 10px;
                background: rgba(0,0,0,0.07);
                text-align: center; }

        .tournamentBracket .team .box .icon {
            width: 37px;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 20;
            color: #666;
            text-align: center;
            font-size: 17px;
            font-style: normal;
            line-height: 35px; }

        .tournamentBracket .team .box .icon:before {
            content: "\f075";
            display: inline-block;
            font-family: "FontAwesome";
            font-weight: bold;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }

        .tournamentBracket .team .box .icon span {
            min-width: 13px;
            height: 13px;
            position: absolute;
            top: 3px;
            left: 21px;
            z-index: 10;
            padding: 0 4px;
            background: red;
            border-radius: 12px;
            text-align: center;
            color: #fff;
            font-size: 8px;
            font-weight: bold;
            line-height: 13px; }

.tournamentBracket .team-top:before,
.tournamentBracket .team-bottom:before {
    content: "";
    width: 20px;
    position: absolute;
    left: 0;
    z-index: -1;
    border-top: 1px solid #bbb; }

.tournamentBracket .team-top:before { bottom: 50%; }

.tournamentBracket .team-bottom:before { top: 50%; }

.tournamentBracket .winner-prev:before {
    border-width: 2px;
    border-color: #42aa24; }

.tournamentBracket .round:first-child .team-top:before,
.tournamentBracket .round:first-child .team-bottom:before,
.tournamentBracket .round .team-top.start:before,
.tournamentBracket .round .team-bottom.start:before { display: none; }

.tournamentBracket .winner .box {
    background: #ABEB94;
    border-color: #42aa24; }

.tournamentBracket .bye .box { opacity: 0.5; }
.tournamentBracket .loser .box { color: #aaa; }

    .tournamentBracket .loser .box .name .rank { background: rgba(0,0,0,0.03); }
    
.tournamentBracket .loser2 .box {
	background: #CAE8FF;
    border-color: #119CD8;
	color: #119CD8; }

    .tournamentBracket .loser2 .box .name .rank { background: rgba(17,156,216,0.15); }
    
.tournamentBracket_consolation,
.tournamentBracket_olympic { 
	width: 100%;
	float: left;
	border-top: 1px solid #aaa;
	clear: both; }
	
.tournamentBracket_outer.double .tournamentBracket_consolation { margin-top: 35px; }

.tournamentBracket_outer.double .tournamentBracket_olympic { padding: 0 20px 35px; }
	
.tournamentBracket_olympic.goldDraw { border-top: 0; }

.tournamentBracket_olympic.goldDraw { background: #FAFAD2; }
.tournamentBracket_olympic.blueDraw { background: #e5f8ff; }
.tournamentBracket_olympic.redDraw { background: #FFDCDC; }

.topInfo .center .legend .is-goldDraw i { 
	background: #FAFAD2;
	border: 1px solid #bbb; }
	
.topInfo .center .legend .is-blueDraw i { 
	background: #e5f8ff;
	border: 1px solid #bbb; }
	
.topInfo .center .legend .is-redDraw i { 
	background: #FFDCDC;
	border: 1px solid #bbb; }
	
.topInfo .center .legend .is-whiteDraw i { 
	background: #fff;
	border: 1px solid #bbb; }

.tournamentBracket_consolation:before {
	content: "Consolation Bracket";
	display: block;
	padding: 20px 0;
	text-align: center;
	font-weight: bold; }
	
.tournamentBracket_olympic:before {
	display: block;
	padding: 20px 0;
	text-align: center;
	font-weight: bold; }

/*	
.tournamentBracket_olympic.goldDraw:before { content: "Gold Draw"; }
.tournamentBracket_olympic.blueDraw:before { content: "Blue Draw"; }
.tournamentBracket_olympic.redDraw:before { content: "Red Draw"; }
.tournamentBracket_olympic.whiteDraw:before { content: "White Draw"; }
*/

/*** DOUBLE BRACKET ***/
#tournamentBracket_wrap.fullScreen .tournamentBracket_outer.double:after { 
	content: "";
	height: 25px;
	display: block;
	clear: both; }

.tournamentBracket_outer.noGrid .round,
.tournamentBracket_outer.noGrid .tournamentBracket_headers > div { border: 0; }

.tournamentBracket_outer.double { padding: 5px 20px 25px; }

.tournamentBracket_outer.double .tournamentBracket_headers { padding-bottom: 10px; }

	.tournamentBracket_outer.double .tournamentBracket_headers > div { 
		min-width: inherit;
		width: 200px; }
		
.tournamentBracket_outer.double .tournamentBracket.losers .losersBracketTitle {
	position: absolute;
	top: 25px;
	left: 0;
	font-size: 13px;
	font-weight: bold; }

.tournamentBracket_outer.double .tournamentBracket { 
	width: auto;
	position: relative;
	font-size: 12px;
	clear: both; }

.tournamentBracket_outer.double .round { 
	min-width: inherit;
	width: 200px;
	display: block;
	padding-bottom: 0; }

.tournamentBracket_outer.double .cell { 
	height: 25px;
	position: relative;
	padding: 0; }

.tournamentBracket_outer.double .double_space { z-index: -1; }

.tournamentBracket_outer.double .double_team > div { 
	height: 100%;
	position: relative;
	top: -10px;
	border-bottom: 2px solid #bbb; }

.tournamentBracket_outer.double .double_results { 
	position: relative;
	z-index: 10;
	display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 10px; }
	
.tournamentBracket_outer.double .double_results:before,
.tournamentBracket_outer.double .double_results:after {
	content: "";
	position: absolute;
	right: 0;
	border-width: 0 2px 0 0;
	border-right: 2px solid #bbb; }
	
.tournamentBracket_outer.double .double_results:before { 
		height: calc(50% + 13.5px);
		/*top: -11px; WAS THIS BEFORE IT WAS ON LIVE WEBSITE */
		top: -10px; }
	
	.tournamentBracket_outer.double .double_results:after { 
		height: calc(50% + 12.5px);
		/*bottom: -13px; WAS THIS BEFORE IT WAS ON LIVE WEBSITE*/
		bottom: -15px; }
	
		.tournamentBracket_outer.double .double_results .wrap {
			position: relative;
			padding: 2px 37px 0 10px;
			white-space: nowrap; }
	
		.tournamentBracket_outer.double .double_results .block {
			width: 50%;
			display: inline-block;
			vertical-align: top;
			white-space: normal; }
	
		.tournamentBracket_outer.double .double_results .unscheduled {
			width: 100%;
			float: left;
			line-height: 25px; }
	
		.tournamentBracket_outer.double .double_results .scores div {
			width: 33.3333%;
			float: left;
			text-align: center;
			font-weight: bold; }
	
			.tournamentBracket_outer.double .double_results .scores div span { display: block; }
	
			.tournamentBracket_outer.double .double_results .scores div span.win { color: #42aa24; }
		   
		 /*.tournamentBracket_outer.double .double_results .scores-group {
			width: 100%;
		}*/
			
		.tournamentBracket_outer.double .double_results .scores-group,
		.tournamentBracket_outer.double .double_results .is-hidden { display: none; }
		
		.tournamentBracket_outer.double .double_results .is-visible { display: inline-block; }
	
		.tournamentBracket_outer.double .double_results .scores-group div {
			width: 33.3333%;
			float: left;
			text-align: center;
			font-weight: bold; }
	
			.tournamentBracket_outer.double .double_results .scores-group div span { display: block; }
	
			.tournamentBracket_outer.double .double_results .scores-group div span.win { color: #42aa24; }
		
		.tournamentBracket_outer.double .double_results .arr {
			width: 37px;
			height: 10px;
			position: absolute;
			right: 0;
			padding: 0;
			margin: 0;
			background: none;
			border: 0;
			transform: translateY(-50%);
			text-align: center;
			line-height: 10px; }
			
		.tournamentBracket_outer.double .double_results .arr-next { 
			padding-left: 1px;
			bottom: -10px; }
		
		.tournamentBracket_outer.double .double_results .arr-prev { 
			display: none;
			padding-right: 1px;
			top: 1px; }
			
		.tournamentBracket_outer.double .double_results .arr-next:before {
			content: "";
			width: 0;
			height: 0;
			display: inline-block;
			border-top: 4px solid transparent;
			border-right: 0;
			border-bottom: 4px solid transparent;
			border-left: 6px solid #666; }
			
		.tournamentBracket_outer.double .double_results .arr-prev:before {
			content: "";
			width: 0;
			height: 0;
			display: inline-block;
			border-top: 4px solid transparent;
			border-right: 6px solid #666;
			border-bottom: 4px solid transparent;
			border-left: 0; }
	
		.tournamentBracket_outer.double .double_results .icon {
			width: 17px;
			position: absolute;
			top: 50%;
			right: 5px;
			transform: translateY(-50%);
			color: #666;
			text-align: center;
			font-size: 12px;
			font-style: normal;
			line-height: normal; }
			
			.tournamentBracket_outer.double .double_results .icon_scheduler {
				width: 17px;
				position: absolute;
				top: 50%;
				right: 22px;
				transform: translateY(-50%);
				color: #666;
				text-align: center;
				font-size: 12px;
				font-style: normal;
				line-height: normal; }
	
		.tournamentBracket_outer.double .double_results .icon_scheduler:after {
			content: "\f017";
			display: inline-block;
			font-family: "FontAwesome";
			font-weight: bold;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale; }
	
		.tournamentBracket_outer.double .double_results .icon:after {
			content: "\f013";
			display: inline-block;
			font-family: "FontAwesome";
			font-weight: bold;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale; }
	
	.tournamentBracket_outer.double .double_team.winner > div,
	.tournamentBracket_outer.double .double_team.top.winner > div,
	.tournamentBracket_outer.double .double_team.top.winner > div:after,
	.tournamentBracket_outer.double .winner + .double_results:before,
	.tournamentBracket_outer.double .loser + .double_results:after,
	.tournamentBracket_outer.double .double_results.winner-top:before,
	.tournamentBracket_outer.double .double_results.winner-bottom:after {
		border-color: #42aa24; /* THIS IS THE WINNER SIDE BORDER  */
		z-index: 20; }
	
	.tournamentBracket_outer.double .tournamentBracket.winners .round:last-child .double_team.top > div:after,
	.tournamentBracket_outer.double .tournamentBracket.winners .round:last-child .double_results:before,
	.tournamentBracket_outer.double .tournamentBracket.losers .round:nth-last-child(2) .double_results:before,
	.tournamentBracket_outer.double .tournamentBracket.losers .round:nth-last-child(2) .double_results:after,
	.tournamentBracket_outer.double .tournamentBracket.losers .round:last-child .double_team > div,
	.tournamentBracket_outer.double .tournamentBracket.losers .round:nth-last-child(2) .double_team > div,
	.tournamentBracket_outer.double .tournamentBracket.losers .round:nth-last-child(2) .double_team.bottom > div { border-style: dashed; }
	
	.tournamentBracket_outer.single .tournamentBracket.winners .round:last-child .double_team.top > div:after,
	.tournamentBracket_outer.single .tournamentBracket.winners .round:last-child .double_results:before,
	.tournamentBracket_outer.single .tournamentBracket.losers .round:nth-last-child(2) .double_results:before,
	.tournamentBracket_outer.single .tournamentBracket.losers .round:nth-last-child(2) .double_results:after,
	.tournamentBracket_outer.single .tournamentBracket.losers .round:last-child .double_team > div,
	.tournamentBracket_outer.single .tournamentBracket.losers .round:nth-last-child(2) .double_team > div,
	.tournamentBracket_outer.single .tournamentBracket.losers .round:nth-last-child(2) .double_team.bottom > div,
	.tournamentBracket_outer.double .tournamentBracket.winners .round.bor-solid:last-child .double_team.top > div:after,
	.tournamentBracket_outer.double .tournamentBracket.winners .round.bor-solid:last-child .double_results:before,
	.tournamentBracket_outer.double .tournamentBracket.losers .round.bor-solid:nth-last-child(2) .double_results:before,
	.tournamentBracket_outer.double .tournamentBracket.losers .round.bor-solid:nth-last-child(2) .double_results:after,
	.tournamentBracket_outer.double .tournamentBracket.losers .round.bor-solid:last-child .double_team > div,
	.tournamentBracket_outer.double .tournamentBracket.losers .round.bor-solid:nth-last-child(2) .double_team > div,
	.tournamentBracket_outer.double .tournamentBracket.losers .round.bor-solid:nth-last-child(2) .double_team.bottom > div { border-style: solid; }
		
	.tournamentBracket_outer.double .double_team .teamBox { line-height: 25px; }
	
	.tournamentBracket_outer.double .double_team.bottom .teamBox {
		width: 100%;
		position: absolute;
		top: 100%;
		left: 0; }
	
	.tournamentBracket_outer.double .tournamentBracket .double_team.hover .teamBox .name { box-shadow: inset 0 0 50px rgb(255, 229, 0, 0.5); } /* THIS IS THE HOVER COLOR */
	
		.tournamentBracket_outer.double .double_team .teamBox .name {
			display: block;
			padding-right: 37px;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap; }
	
			.tournamentBracket_outer.double .double_team .teamBox .name .rank {
				width: 35px;
				float: left;
				text-align: center; }
				
			.tournamentBracket_outer.double .double_team.winner .teamBox .name { color: #42aa24; }
			.tournamentBracket_outer.double .double_team.loser .teamBox .name { color: #bbb; }
			.tournamentBracket_outer.double .double_team.loser2 .teamBox .name { color: #119CD8; }
	
		.tournamentBracket_outer.double .double_team .teamBox .icon {
			width: 37px;
			height: 100%;
			position: absolute;
			top: 0;
			right: 0;
			z-index: 20;
			color: #666;
			text-align: center;
			font-size: 13px;
			font-style: normal;
			line-height: 22px; }
	
		.tournamentBracket_outer.double .double_team .teamBox .icon:before {
			content: "\f075";
			display: inline-block;
			font-family: "FontAwesome";
			font-weight: bold;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale; }
	
			.tournamentBracket_outer.double .double_team .teamBox .icon span {
				min-width: 5px;
				height: 5px;
				font-size: 6px;
				font-weight: bold;
				color: red;
				position: absolute;
				top: 5px;
				left: 24px;
				z-index: 10;
				background: red;
				border-radius: 12px;
				box-shadow: 0 0 0 1px #fff;
				text-align: center; }
				
	
	/*** 4 TEAMS ***/
	.tournamentBracket_outer.double_4 .tournamentBracket.winners .round:nth-last-child(2) .double_results:before { height: 100%; }
	.tournamentBracket_outer.double_4 .tournamentBracket.winners .round:nth-last-child(2) .double_results:after { display: none; }
	
	.tournamentBracket_outer.double_4 .tournamentBracket.losers .round:nth-last-child(3) .double_results:before { display: none; }
	.tournamentBracket_outer.double_4 .tournamentBracket.losers .round:nth-last-child(3) .double_results:after { height: calc(100% + 25px); }
	
	.tournamentBracket_outer.double_4 .tournamentBracket.winners .round:nth-last-child(2) .double_results { justify-content: flex-end; }
	
	
	/*** 8 TEAMS ***/
	.tournamentBracket_outer.double_8 .tournamentBracket.winners .round:nth-last-child(2) .double_results:before { height: calc(100% - 25px); }
	.tournamentBracket_outer.double_8 .tournamentBracket.winners .round:nth-last-child(2) .double_results:after { height: 50px; }
	
	.tournamentBracket_outer.double_8 .tournamentBracket.winners .round:last-child .double_results:before { height: 100%; }
	.tournamentBracket_outer.double_8 .tournamentBracket.winners .round:last-child .double_results:after { display: none; }
	
	.tournamentBracket_outer.double_8 .tournamentBracket.losers .round:nth-last-child(3) .double_results:before { display: none; }
	.tournamentBracket_outer.double_8 .tournamentBracket.losers .round:nth-last-child(3) .double_results:after { height: 100%; }
	
	.tournamentBracket_outer.double_8 .tournamentBracket.losers .round:nth-last-child(2) .double_results:before { height: calc(50% + 0.5px); }
	.tournamentBracket_outer.double_8 .tournamentBracket.losers .round:nth-last-child(2) .double_results:after { height: calc(50% + 25.5px); }
	
	.tournamentBracket_outer.double_8 .tournamentBracket.winners .round:nth-last-child(2) .double_results { justify-content: flex-end; }
	
		.tournamentBracket_outer.double_8 .tournamentBracket.winners .round:nth-last-child(2) .double_results .wrap,
		.tournamentBracket_outer.double_8 .tournamentBracket.losers .round:nth-last-child(2) .double_results .wrap { margin-bottom: 23px; }
		
	
	/*** 16 TEAMS ***/
	.tournamentBracket_outer.double_16 .round,
	.tournamentBracket_outer.double_16 .tournamentBracket_headers > div { width: 224px; }
	
	.tournamentBracket_outer.double_16 .tournamentBracket.winners .round:nth-last-child(2) .double_results:before { height: calc(50% + 63.5px); }
	.tournamentBracket_outer.double_16 .tournamentBracket.winners .round:nth-last-child(2) .double_results:after { height: calc(50% - 37.5px); }
	
	.tournamentBracket_outer.double_16 .tournamentBracket.winners .round:last-child .double_results:before { height: calc(100% + 0.5px); }
	.tournamentBracket_outer.double_16 .tournamentBracket.winners .round:last-child .double_results:after { display: none; }
	
	.tournamentBracket_outer.double_16 .tournamentBracket.losers .round:nth-last-child(3) .double_results:before { display: none; }
	.tournamentBracket_outer.double_16 .tournamentBracket.losers .round:nth-last-child(3) .double_results:after { height: 100%; }
	
	.tournamentBracket_outer.double_16 .tournamentBracket.losers .round:nth-last-child(2) .double_results:before { height: 25px; }
	.tournamentBracket_outer.double_16 .tournamentBracket.losers .round:nth-last-child(2) .double_results:after { height: 100%; }
	
		.tournamentBracket_outer.double_16 .tournamentBracket.winners .round:nth-last-child(2) .double_results .wrap { margin-top: 100px; }
		
	.tournamentBracket_outer.double_16 .tournamentBracket.losers .round:nth-last-child(2) .double_results { justify-content: flex-start; }
	
		.tournamentBracket_outer.double_16 .tournamentBracket.losers .round:nth-last-child(2) .double_results .wrap { padding-top: 0; }
		
		
	/*** 32 TEAMS ***/
	.tournamentBracket_outer.double_32 .round,
	.tournamentBracket_outer.double_32 .tournamentBracket_headers > div { width: 240px; }
	
	.tournamentBracket_outer.double_32 .tournamentBracket.winners .round:nth-last-child(2) .double_results:before { height: calc(50% + 113.5px); }
	.tournamentBracket_outer.double_32 .tournamentBracket.winners .round:nth-last-child(2) .double_results:after { height: calc(50% - 87.5px); }
	
	.tournamentBracket_outer.double_32 .tournamentBracket.winners .round:last-child .double_results:before { height: 100%; }
	.tournamentBracket_outer.double_32 .tournamentBracket.winners .round:last-child .double_results:after { display: none; }
	
	.tournamentBracket_outer.double_32 .tournamentBracket.losers .round:nth-last-child(3) .double_results:before { display: none; }
	.tournamentBracket_outer.double_32 .tournamentBracket.losers .round:nth-last-child(3) .double_results:after { height: 100%; }
	
	.tournamentBracket_outer.double_32 .tournamentBracket.losers .round:nth-last-child(2) .double_results:before { height: 25px; }
	.tournamentBracket_outer.double_32 .tournamentBracket.losers .round:nth-last-child(2) .double_results:after { height: 100%; }
	
		.tournamentBracket_outer.double_32 .tournamentBracket.winners .round:nth-last-child(2) .double_results .wrap { margin-top: 200px; }
		
	.tournamentBracket_outer.double_32 .tournamentBracket.losers .round:nth-last-child(2) .double_results { justify-content: flex-start; }
	
		.tournamentBracket_outer.double_32 .tournamentBracket.losers .round:nth-last-child(2) .double_results .wrap { padding-top: 0; }
		
		
	/*** 64 TEAMS ***/
	.tournamentBracket_outer.double_64 .round,
	.tournamentBracket_outer.double_64 .tournamentBracket_headers > div { width: 251.5px; }
	
	.tournamentBracket_outer.double_64 .tournamentBracket.winners .round:nth-last-child(2) .double_results:before { height: calc(50% + 213.5px); }
	.tournamentBracket_outer.double_64 .tournamentBracket.winners .round:nth-last-child(2) .double_results:after { height: calc(50% - 187.5px); }
	
	.tournamentBracket_outer.double_64 .tournamentBracket.winners .round:last-child .double_results:before { height: 100%; }
	.tournamentBracket_outer.double_64 .tournamentBracket.winners .round:last-child .double_results:after { display: none; }
	
	.tournamentBracket_outer.double_64 .tournamentBracket.losers .round:nth-last-child(3) .double_results:before { display: none; }
	.tournamentBracket_outer.double_64 .tournamentBracket.losers .round:nth-last-child(3) .double_results:after { height: 100%; }
	
	.tournamentBracket_outer.double_64 .tournamentBracket.losers .round:nth-last-child(2) .double_results:before { height: 25px; }
	.tournamentBracket_outer.double_64 .tournamentBracket.losers .round:nth-last-child(2) .double_results:after { height: 100%; }
	
		.tournamentBracket_outer.double_64 .tournamentBracket.winners .round:nth-last-child(2) .double_results .wrap { margin-top: 400px; }
		
	.tournamentBracket_outer.double_64 .tournamentBracket.losers .round:nth-last-child(2) .double_results { justify-content: flex-start; }
	
		.tournamentBracket_outer.double_64 .tournamentBracket.losers .round:nth-last-child(2) .double_results .wrap { padding-top: 0; }	
		
	/*** 128 TEAMS ***/
	.tournamentBracket_outer.double_128 .round,
	.tournamentBracket_outer.double_128 .tournamentBracket_headers > div { width: 260px; }
	
	.tournamentBracket_outer.double_128 .tournamentBracket.winners .round:nth-last-child(2) .double_results:before { height: calc(50% + 413.5px); }
	.tournamentBracket_outer.double_128 .tournamentBracket.winners .round:nth-last-child(2) .double_results:after { height: calc(50% - 387.5px); }
	
	.tournamentBracket_outer.double_128 .tournamentBracket.winners .round:last-child .double_results:before { height: 100%; }
	.tournamentBracket_outer.double_128 .tournamentBracket.winners .round:last-child .double_results:after { display: none; }
	
	.tournamentBracket_outer.double_128 .tournamentBracket.losers .round:nth-last-child(3) .double_results:before { display: none; }
	.tournamentBracket_outer.double_128 .tournamentBracket.losers .round:nth-last-child(3) .double_results:after { height: 100%; }
	
	.tournamentBracket_outer.double_128 .tournamentBracket.losers .round:nth-last-child(2) .double_results:before { height: 25px; }
	.tournamentBracket_outer.double_128 .tournamentBracket.losers .round:nth-last-child(2) .double_results:after { height: 100%; }
	
		.tournamentBracket_outer.double_128 .tournamentBracket.winners .round:nth-last-child(2) .double_results .wrap { margin-top: 800px; }
		
	.tournamentBracket_outer.double_128 .tournamentBracket.losers .round:nth-last-child(2) .double_results { justify-content: flex-start; }
	
		.tournamentBracket_outer.double_128 .tournamentBracket.losers .round:nth-last-child(2) .double_results .wrap { padding-top: 0; }
		
		
	/*** 256 TEAMS ***/
	.tournamentBracket_outer.double_256 .round,
	.tournamentBracket_outer.double_256 .tournamentBracket_headers > div { width: 267px; }
	
	.tournamentBracket_outer.double_256 .tournamentBracket.winners .round:nth-last-child(2) .double_results:before { height: calc(50% + 813.5px); }
	.tournamentBracket_outer.double_256 .tournamentBracket.winners .round:nth-last-child(2) .double_results:after { height: calc(50% - 787.5px); }
	
	.tournamentBracket_outer.double_256 .tournamentBracket.winners .round:last-child .double_results:before { height: 100%; }
	.tournamentBracket_outer.double_256 .tournamentBracket.winners .round:last-child .double_results:after { display: none; }
	
	.tournamentBracket_outer.double_256 .tournamentBracket.losers .round:nth-last-child(3) .double_results:before { display: none; }
	.tournamentBracket_outer.double_256 .tournamentBracket.losers .round:nth-last-child(3) .double_results:after { height: 100%; }
	
	.tournamentBracket_outer.double_256 .tournamentBracket.losers .round:nth-last-child(2) .double_results:before { height: 25px; }
	.tournamentBracket_outer.double_256 .tournamentBracket.losers .round:nth-last-child(2) .double_results:after { height: 100%; }
	
		.tournamentBracket_outer.double_256 .tournamentBracket.winners .round:nth-last-child(2) .double_results .wrap { margin-top: 1600px; }
		
	.tournamentBracket_outer.double_256 .tournamentBracket.losers .round:nth-last-child(2) .double_results { justify-content: flex-start; }
	
		.tournamentBracket_outer.double_256 .tournamentBracket.losers .round:nth-last-child(2) .double_results .wrap { padding-top: 0; }
		
		
	/*** ROUND ROBIN ***/
	.tournamentBracket_roundRobin .roundRobin_overview {
		width: 100%;
		float: left; }
	
		.tournamentBracket_roundRobin .roundRobin_overview table {
			width: 100%;
			float: left;
			border-collapse: collapse; }
			
			.tournamentBracket_roundRobin .roundRobin_overview table th,
			.tournamentBracket_roundRobin .roundRobin_overview table td {
				padding: 8px;
				border: 1px solid #ccc;
				text-align: center; }
				
			.tournamentBracket_roundRobin .roundRobin_overview table th { 
				background: #f5f5f5;
				font-weight: bold;
				vertical-align: middle; }
				
			.tournamentBracket_roundRobin .roundRobin_overview table thead tr:last-child th { width: 55px; }
				
			.tournamentBracket_roundRobin .roundRobin_overview table td.place,
			.tournamentBracket_roundRobin .roundRobin_overview table td.rank { width: 65px; }
				
			.tournamentBracket_roundRobin .roundRobin_overview table thead tr:first-child th:nth-child(3),
			.tournamentBracket_roundRobin .roundRobin_overview table tbody tr td:nth-child(3) { text-align: left; }
			
			.tournamentBracket_roundRobin .roundRobin_overview table .win { background: #ABEB94; }
			
			.tournamentBracket_roundRobin .roundRobin_overview table .winLose { 
				display: none;
				padding: 0;
				background: #f5f5f5;
				border-top: 1px solid #ccc;
				font-weight: bold; }
			
				.tournamentBracket_roundRobin .roundRobin_overview table .winLose .third {
					width: 33.3333%;
					float: left; }
					
				.tournamentBracket_roundRobin .roundRobin_overview table .winLose .third:first-child { border-left: 1px solid #ccc; }
					
					.tournamentBracket_roundRobin .roundRobin_overview table .winLose .third > div {
						padding: 8px 0;
						border-right: 1px solid #ccc;
						border-bottom: 1px solid #ccc; }
					
					.tournamentBracket_roundRobin .roundRobin_overview table .winLose .third .half { 
						width: 50%;
						float: left; }
			
	.tournamentBracket_roundRobin .roundRobin_format {
		width: 100%;
		float: left;
		margin: 30px 0; }
		
		.tournamentBracket_roundRobin .roundRobin_format .formatBtns { float: left; }
		
			.tournamentBracket_roundRobin .roundRobin_format .formatBtns .label {
				float: left;
				margin-right: 10px;
				line-height: 40px; }
				
			.tournamentBracket_roundRobin .roundRobin_format .formatBtns a {
				height: 40px;
				float: left;
				padding: 10px 13px;
				background: #fafafa;
				border: 1px solid #ddd;
				font-size: 14px;
				font-weight: 500;
				color: #bbb; }
				
			.tournamentBracket_roundRobin .roundRobin_format .formatBtns a:last-child { border-left: 0; }
			
			.tournamentBracket_roundRobin .roundRobin_format .formatBtns a:before {
				display: inline-block;
				margin-right: 7px;
				font-family: "FontAwesome";
				font-size: 16px;
				text-rendering: auto;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale; }
				
			.tournamentBracket_roundRobin .roundRobin_format .formatBtns a.vertical:before { content: "\f0c9"; }
			
			.tournamentBracket_roundRobin .roundRobin_format .formatBtns a.horizontal:before { 
				content: "\f0c9";
				margin-right: 5px;
				transform: rotate(90deg); }
			
			.tournamentBracket_roundRobin .roundRobin_format .formatBtns a:hover,
			.tournamentBracket_roundRobin .roundRobin_format .formatBtns a.active {
				background-color: #eee;
				color: #222;
				text-decoration: none; }
				
		.tournamentBracket_roundRobin .roundRobin_format .print { float: right; }
		
	.tournamentBracket_roundRobin .roundRobin_rounds {
		width: 100%;
		float: left; }
		
		.tournamentBracket_roundRobin .round {
			width: 100%;
			float: left; }
			
			.tournamentBracket_roundRobin .round .head {
				width: 100%;
				float: left;
				padding: 10px 0;
				background: #222;
				color: #fff;
				text-align: center;
				font-family: 'Titillium Web', sans-serif;
				font-weight: 600; }
				
			.tournamentBracket_roundRobin .round .results {
				width: 100%;
				float: left;
				line-height: 1.5; }
				
				.tournamentBracket_roundRobin .round .results .match {
					width: calc(100% - 40px); /* CHANGED FOR OLD TRACKIE*/
					/*width: 100%;*/
					float: left;
					position: relative;
					/*padding: 20px 40px 20px 65px;*/
					padding: 10px 20px 10px 20px; /* CHANGED FOR OLD TRACKIE*/
					border-bottom: 1px solid #ddd; }
				
				.tournamentBracket_roundRobin .round .results .block { float: left; }
				
				/*.tournamentBracket_roundRobin .round .results .rank {
					width: 65px;
					margin-left: -65px;
					text-align: center; }*/
				
				.tournamentBracket_roundRobin .round .results .rank {
					width: 65px;
					margin-left: -40px;
					text-align: center; }
					
				.tournamentBracket_roundRobin .round .results .name { width: 28%; }
				
				.tournamentBracket_roundRobin .round .results .date { width: 20%; }
				
				.tournamentBracket_roundRobin .round .results .scores { width: 45%; }
				
					.tournamentBracket_roundRobin .round .results .scores > div {
						width: 16.66%;
						float: left;
						text-align: center;
						font-weight: bold; }
						
						.tournamentBracket_roundRobin .round .results .scores > div span { display: block; }
				
				.tournamentBracket_roundRobin .round .results .icon {
					width: 20px;
					position: absolute;
					top: 50%;
					right: 5px;
					transform: translateY(-50%);
					color: #666;
					text-align: center;
					font-size: 17px;
					font-style: normal; }
				
				.tournamentBracket_roundRobin .round .results .icon_scheduler {
					width: 20px;
					position: absolute;
					top: 50%;
					right: 25px;
					transform: translateY(-50%);
					color: #666;
					text-align: center;
					font-size: 17px;
					font-style: normal; }
	
				.tournamentBracket_roundRobin .round .results .icon_scheduler:after {
					content: "\f017";
					display: inline-block;
					font-family: "FontAwesome";
					font-weight: bold;
					text-rendering: auto;
					-webkit-font-smoothing: antialiased;
					-moz-osx-font-smoothing: grayscale; }
	
				.tournamentBracket_roundRobin .round .results .icon:after {
					content: "\f013";
					display: inline-block;
					font-family: "FontAwesome";
					font-weight: bold;
					text-rendering: auto;
					-webkit-font-smoothing: antialiased;
					-moz-osx-font-smoothing: grayscale; }
					
				.tournamentBracket_roundRobin .round .results .win { color: #42aa24; }
				
		.tournamentBracket_roundRobin .roundRobin_rounds.horizontal .roundRobin_rounds_wrap {
			white-space: nowrap;
			overflow-x: auto; }
			
			.tournamentBracket_roundRobin .roundRobin_rounds.horizontal .round {
				width: calc(50% - 5px);
				float: none;
				display: inline-block;
				margin-right: 10px;
				white-space: normal; }
				
			.tournamentBracket_roundRobin .roundRobin_rounds.horizontal .round:last-child { margin-right: 0; }
		  
		  
/*** SCHEDULING - TOP INFO ***/
.topInfo {
	width: 100%;
	float: left;
	display: grid;
	grid-template-columns: auto 1fr auto;
	margin-bottom: 20px; }
	
	.topInfo .leftBtns { float: left; }
	
	.topInfo .rightBtns { 
		width: 145px;
		float: right; }
	
	.topInfo .btn { float: left; }
	
		.topInfo .btn a {
			height: 40px;
			float: left;
			background: #f5f5f5;
			border: 1px solid #ddd;
			color: #222;
			line-height: 38px; }
			
		.topInfo .btn a:hover { text-decoration: none; }
	
		.topInfo .leftBtns .btn { margin: 0 5px 0 0; }
	
		.topInfo .rightBtns .btn { margin: 0 0 0 5px; }
		
		.topInfo .leftBtns a { padding: 0 13px; }
	
		.topInfo .rightBtns a {
			width: 40px;
			text-align: center; }
			
		.topInfo .matchList a:before { 
			content: "\f0ca";
			display: inline-block;
			margin: 0 7px 0 0;
			font-family: "FontAwesome";
			font-size: 16px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale; }
			
		.topInfo .auto a:before { 
			content: "\f021";
			display: inline-block;
			margin: 0 7px 0 0;
			font-family: "FontAwesome";
			font-size: 16px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale; }
			
		.topInfo .settings a { 
			display: inline-block;
			/*background: url(../images/icon_gear.png) center no-repeat #f5f5f5;*/
			background: url(../images/icon_gear@2x.png) center no-repeat #f5f5f5;
			background-size: 19px; }
		
		.topInfo .fullScreen a:before { 
			content: "\f065";
			display: inline-block;
			font-family: "FontAwesome";
			font-size: 16px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale; }
		
		.topInfo .rightBtns .row2 {
			float: right;
			margin-right: 10px;
			margin-top: 5px; }

		.topInfo .zoomIn a:before { 
			content: "\f00e";
			display: inline-block;
			font-family: "FontAwesome";
			font-size: 16px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale; }

		.topInfo .zoomOut a:before { 
			content: "\f010";
			display: inline-block;
			font-family: "FontAwesome";
			font-size: 16px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale; }
			
		.topInfo .print a { padding: 0; }
		
		.topInfo .print a:before { margin: 0; }
		
	.topInfo .date { float: left; }
	
	.topInfo .center { text-align: center; }
	
		.topInfo .center .date {
			width: 100%;
			float: left; }
		
			.topInfo .center .date .arrow {
				width: 26px;
				height: 26px;
				margin-top: 7px;
				vertical-align: top;
				border: none;
				border-radius: 50%;
				cursor: pointer; }
			
			.topInfo .center .date .date-prev {
				background: url(../images/arrow_prev3.png) left 9px center no-repeat #222;
				background-size: 7px; }
				
			.topInfo .center .date .date-next {
				background: url(../images/arrow_next3.png) right 9px center no-repeat #222;
				background-size: 7px; }
				
			.topInfo .center .date .arrow:hover { opacity: 0.8; }
		
			.topInfo .center .date-current {
				width: 220px;
				display: inline-block;
				position: relative;
				margin: 0 10px;
				border-right: 1px solid #e4e4e4;
				border-left: 1px solid #e4e4e4;
				text-align: center; }
				
				.topInfo .center .date-current .has-dropdown {
					height: 40px;
					display: block;
					line-height: 40px;
					color: #222;
					font-size: 13px; }
					
				.topInfo .center .date-current .has-dropdown:after {
					content: "";
					width: 0;
					height: 0;
					display: inline-block;
					vertical-align: middle;
					margin-left: 7px;
					border-top: 6px solid #222;
					border-right: 6px solid transparent;
					border-bottom: 0;
					border-left: 6px solid transparent;
					opacity: 0.5; }
					
				.topInfo .center .date-current .has-dropdown.is-active:after { 
					opacity: 1;
					transform: rotate(180deg); }
					
				.topInfo .center .date-current .has-dropdown:hover { text-decoration: none; }
					
				.topInfo .center .date-current .has-dropdown:hover:after { opacity: 1; }
					
				.topInfo .center .date-current .dropdown {
					height: 0;
					position: absolute;
					top: 100%;
					right: -1px;
					left: -1px;
					z-index: 100;
					overflow: hidden;
					text-align: left;
					font-size: 13px; }
					
				.topInfo .center .date-current .dropdown.is-active { 
					height: auto;
					overflow: visible; }
					
					.topInfo .center .date-current .dropdown ul {
						width: 100%;
						position: relative;
						top: -20px;
						padding: 8px 0;
						margin: 0;
						background: #fff;
						border: 1px solid #e4e4e4;
						box-shadow: 0 5px 10px rgba(0,0,0,0.1);
						opacity: 0;
						list-style: none;
						transition: 0.2s ease all; }
						
					.topInfo .center .date-current .dropdown.is-active ul { 
						top: 0;
						opacity: 1; }
						
					.topInfo .center .date-current .dropdown li { margin: 0; }
					
					.topInfo .center .date-current .dropdown a { 
						display: block;
						padding: 8px 12px;
						color: #222; }
						
					.topInfo .center .date-current .dropdown a:hover {
						background: #f5f5f5;
						text-decoration: none; }
					
		.topInfo .center .legend {
			width: 100%;
			float: left;
			margin-top: 10px;
			font-size: 0; }
			
			.topInfo .center .legend > div {
				display: inline-block;
				border: 1px solid #d1d1d1;
				border-right: 0;
				font-size: auto;
				overflow: hidden; }
				
			.topInfo .center .legend > div:first-child { border-radius: 5px 0 0 5px; }
				
			.topInfo .center .legend > div:last-child { 
				border-right: 1px solid #d1d1d1;
				border-radius: 0 5px 5px 0; }
				
			.topInfo .center .legend button {
				padding: 8px 12px;
				background: none;
				border: 0;
				font-size: 12px;
				cursor: pointer; }
			
			.topInfo .center .legend button.is-active { background: #f5f5f5; }
				
			.topInfo .center .legend i {
				width: 12px;
				height: 12px;
				display: inline-block;
				margin: 0 5px 2px 0;
				vertical-align: middle; }
				
			.topInfo .center .legend .is-completed i { 
				background: #ABEB94;
				border: 1px solid #42aa24; }
				
			.topInfo .center .legend .is-notCompleted i { 
				background: #f5f5f5;
				border: 1px solid #bbb; }
				
			.topInfo .center .legend .is-notScheduled i { 
				background: #fff;
				border: 1px dashed #bbb; }
				
			.topInfo .center .legend button span { color: #aaa; }
			
			.topInfo .center .legend button.is-active span { color: #222; }
				
				
/*** SCEDULING ***/
#tournamentBracket_scheduling {
	width: 100%;
	float: left;
	display: grid;
	grid-template-columns: 250px 1fr; }
	
#tournamentBracket_scheduling.hideMatchList { grid-template-columns: 1fr; }


	/*** SCHEDULING - MATCH LIST ***/
	#scheduling-matchList { border-right: 1px solid #d1d1d1; }
	
		#scheduling-matchList .sticky {
			position: -webkit-sticky; /* Safari */
			position: sticky;
			top: 60px; }

		#scheduling-matchList .sticky-overflow { 
			display: none;
			overflow-y: auto; }
	
		#scheduling-matchList .searchBox {
			width: 100%;
			max-width: 240px !important;
			float: left;
			padding-right: 10px; }
			
			#scheduling-matchList .searchBox .search {
				width: 100%;
				float: left; }
			
				#scheduling-matchList .searchBox .search input.text { 
					padding: 11px; /* ADDED THIS TO WORK WITH OLD DESIGNED SITE */
					padding-bottom: 12px; /* ADDED THIS TO WORK WITH OLD DESIGNED SITE */
					width: calc(100% - 35px); /* CHANGED SLIGHTLY TO WORK WITH OLD SITE */
					float: left;
					/*padding-right: 35px;*/
					background: url(../images/icon_refineSearch.png) right 10px center no-repeat #fff;
					background: url(../images/svg/icon_refineSearch.svg) right 10px center no-repeat, linear-gradient(transparent, transparent), #fff;
					background-size: 14px; }
					
				#scheduling-matchList .searchBox .search .filterBtn {
					/*position: absolute; /* ADDED THIS TO WORK WITH OLD DESIGNED SITE */
					width: 34px; 
					height: 40px;
					float: left;
					background: #f5f5f5;
					border: 1px solid #d1d1d1;
					border-left: 0;
					text-align: center;
					line-height: 36px; }
					
				#scheduling-matchList .searchBox .search .filterBtn:before {
					content: "";
					width: 0;
					height: 0;
					display: inline-block;
					border-top: 6px solid #222;
					border-left: 6px solid transparent;
					border-right: 6px solid transparent;
					opacity: 0.5; }
					
				#scheduling-matchList .searchBox .search .filterBtn.is-active:before { 
					opacity: 1;
					transform: rotate(180deg); }
					
				#scheduling-matchList .searchBox .search .filterBtn:hover:before { opacity: 1; }
				
			#scheduling-matchList .searchBox .filter {
				width: 100%;
				float: left;
				display: none;
				box-shadow: 0 2px 5px rgba(0,0,0,0.07); }
				
				#scheduling-matchList .searchBox .filter .styledSelect .label {
					width: 70px;
					position: absolute;
					top: 50%;
					left: 10px;
					transform: translateY(-50%);
					color: #aaa;
					text-transform: uppercase;
					font-size: 10px; }
					
				#scheduling-matchList .searchBox .filter .styledSelect select { 
					padding-left: 70px;
					border-top: 0; }
			
		#scheduling-matchList .list {
			width: 100%;
			float: left;
			font-size: 12px; }
			
		#scheduling-matchList .list:after {
			content: "";
			height: 40px;
			display: block;
			clear: both; }
			
			#scheduling-matchList .list .title { 
				width: 100%;
				float: left;
				padding: 24px 0 12px;
				font-size: 15px; }
			
			#scheduling-matchList .list ul {
				padding: 0;
				margin: 0;
				list-style: none; }
				
				#scheduling-matchList .list ul li {
					width: 100%;
					float: left;
					margin: 0;
					border-bottom: 1px solid #d1d1d1; }
					
				#scheduling-matchList .list ul a { 
					display: block;
					padding: 12px 10px 12px 10px;
					color: #222; }
				
				
				#scheduling-matchList .list ul a.is-selected { 
					background: #e0f3f7 !important;
					text-decoration: none; }
					
				#scheduling-matchList .list ul a.is-active { 
					background: #e0f3f7 !important;
					text-decoration: none; }
					
				#scheduling-matchList .list ul a:hover { 
					background: #f5f5f5;
					text-decoration: none; }
					
				#scheduling-matchList .list ul .status {
					width: 12px;
					height: 12px;
					float: left;
					margin: 2px 10px 0 0; }
					
				#scheduling-matchList .list ul .is-completed .status {
					background: #ABEB94;
					border: 1px solid #42aa24; }
					
				#scheduling-matchList .list ul .is-notCompleted .status {
					background: #f5f5f5;
					border: 1px solid #bbb; }
					
				#scheduling-matchList .list ul .is-notScheduled .status {
					background: #fff;
					border: 1px dashed #bbb; }
					
				#scheduling-matchList .list ul .content { overflow: hidden; max-width: calc(100% - 30px) !important; }
				
					#scheduling-matchList .list ul .content .name { 
						margin-bottom: 5px;
						font-weight: bold; }
					
					#scheduling-matchList .list ul .content .details { color: #aaa; }
					
						#scheduling-matchList .list ul .content .details span {
							display: inline-block;
							margin: 0 10px 0 0; }
							
						#scheduling-matchList .list ul .content .details span:last-child { margin: 0; }
						
	
	/*** SCHEDULING - SCHEDULE ***/
	#scheduling-schedule { 
		font-size: 0;
		overflow-x: auto;
		overflow-y: hidden; }
		
	#tournamentBracket_scheduling.hideMatchList #scheduling-schedule { padding-left: 0; }
	
		#scheduling-schedule .scheduling-wrapper {
			width: 100%;
			float: left;
			position: relative;
			white-space: nowrap; }
			
			#scheduling-schedule .scheduling-wrapper:after {
				content: "";
				height: 20px;
				display: block;
				clear: both; }
				
		#scheduling-schedule .grid {
			position: absolute;
			top: 50px;
			left: 0;
			z-index: 0; }

			#scheduling-schedule .grid div {
				width: 100%;
				height: 159px;
				/*background-image: linear-gradient(red, yellow);*/
				border-bottom: 1px solid #eee;
				float: left; }
				
			#scheduling-schedule .grid div:last-child { border-bottom: 0; }
				
		#scheduling-schedule .scheduling-matches { display: inline-block; }
	
		#scheduling-schedule .column {
			width: 200px;
			display: inline-block;
			vertical-align: top;
			position: relative;
			z-index: 1; }
			
		#scheduling-schedule .column.first { width: 90px !important; }
	
		#scheduling-schedule .cell,
		#scheduling-schedule .headingCell { 
			position: relative;
			padding: 10px 5px 0;
			/*transition: 0.2s ease all;*/
			white-space: normal; }
			
		#scheduling-schedule .cell.is-hidden { visibility: hidden; }
		
		#scheduling-schedule .cellWrap { 
			height: 150px;
			position: relative;
			padding: 10px;
			border-radius: 5px;
			overflow-x: hidden;
			overflow-y: auto;
			font-size: 13px; }
			
		#scheduling-schedule .cellWrap:after {
			content: "";
			height: 10px;
			display: block;
			clear: both; }
			
		#scheduling-schedule .cell.shade:before { 
			content: "";
			position: absolute;
			top: 10px;
			right: 5px;
			bottom: 0;
			left: 5px;
			z-index: 10;
			background: rgba(255,255,255,0.5); }
		  
		#scheduling-schedule .is-completed .cellWrap { 
			background: #ABEB94;
			border: 1px solid #42aa24; }
		
		#scheduling-schedule .is-notCompleted .cellWrap { 
			background: #f5f5f5;
			border: 1px solid #bbb; }
			
		#scheduling-schedule .is-notScheduled .cellWrap { 
			background: #fff;
			border: 1px dashed #bbb; }
			
		/*
		#scheduling-schedule .is-completed.highlight .cellWrap { box-shadow: 0 0 20px rgba(171, 235, 148, 1); }
		
		#scheduling-schedule .is-notCompleted.highlight .cellWrap { box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
		*/
		
		#scheduling-schedule .is-completed.highlight .cellWrap { box-shadow: 0 0 20px rgba(88, 189, 209, 0.50); }
		
		#scheduling-schedule .is-notCompleted.highlight .cellWrap { box-shadow: 0 0 20px rgba(88, 189, 209, 0.50); }
		
		#scheduling-schedule .is-notScheduled.highlight .cellWrap { 
			border-color: #58BDD1;
			box-shadow: 0 0 20px rgba(88, 189, 209, 0.15); }
	   
	   #scheduling-schedule .is-notScheduled.close-conflict.highlight .cellWrap { 
		   background: #fffad5;
		   border-color: #dcc635;
		   box-shadow: none; }
		
		#scheduling-schedule .is-notScheduled.has-conflict.highlight .cellWrap { 
			background: #ffeaeb;
			border-color: #d62430;
			box-shadow: none; }
			
		#scheduling-schedule .is-notScheduled span {
			position: absolute;
			top: 50%;
			right: 0;
			left: 0;
			transform: translateY(-50%);
			padding: 10px;
			text-align: center;
			color: #aaa; }
			
		#scheduling-schedule .is-notScheduled.has-conflict span .details, #scheduling-schedule .is-notScheduled.close-conflict span .details { font-size: 12px; }
			
		#scheduling-schedule .is-notScheduled.highlight span { color: #58BDD1; }
		#scheduling-schedule .is-notScheduled.has-conflict.highlight span { color: #d62430; }
		#scheduling-schedule .is-notScheduled.close-conflict.highlight span { color: #a7af2b; }
			
		#scheduling-schedule .is-notScheduled .overlay {
			display: none;
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			z-index: 10;
			background-color: none; }
		
		#scheduling-schedule .is-notScheduled.highlight .overlay { display: block; }
		
		//#scheduling-schedule .is-notScheduled .conflict-content { display: none; }
		
		//#scheduling-schedule .is-notScheduled.has-conflict.highlight .conflict-content { display: block; }
		//#scheduling-schedule .is-notScheduled.has-conflict.highlight .notScheduled-content { display: none; }
		
		#scheduling-schedule .is-notScheduled .scheduleEvent {
			animation-name: scheduleEventPulse;
			animation-duration: 2s;
			animation-iteration-count: 5; }
		
		@keyframes scheduleEventPulse {
			0% {
				background: none;
			}
			50% {
				background-color: rgba(88, 189, 209, 0.2);
			}
			100% {
				background: none;
			}
		}
		
		#scheduling-schedule .is-notScheduled.has-conflict .scheduleEvent, #scheduling-schedule .is-notScheduled.close-conflict .scheduleEvent { 
			animation-name: none !important;
		 }
			
		#scheduling-schedule .is-notScheduled .timeConflict { background-color: rgba(209, 83, 92, 0.2); }
		  
		#scheduling-schedule .cell .cat {
			margin-bottom: 10px;
			font-size: 12px;
			opacity: 0.5; }
		  
			#scheduling-schedule .cell .event,
			#scheduling-schedule .cell .round { font-weight: bold; }
		
			#scheduling-schedule .cell .round { margin-bottom: 10px; }
		  
		#scheduling-schedule .heading-top { 
			height: 40px;
			padding: 0 5px 0;
			margin-bottom: 5px;
			border-bottom: 1px solid #d1d1d1; }
			
			#scheduling-schedule .heading-top .cellWrap { 
				min-height: auto;
				padding-top: 10px; }
				
			#scheduling-schedule .heading-left .cellWrap { padding-top: 0; }
			
			
/*** SCHEDULING - FULL SCREEN ***/
#tournamentBracket_tab_scheduling.fullScreen {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8000;
	display: grid;
	grid-template-rows: auto 1fr;
	background: #fff; }
	
	#tournamentBracket_tab_scheduling.fullScreen .topInfo { 
		position: relative;
		z-index: 10;
		padding: 10px;
		margin-bottom: 0;
		background: #fff;
		box-shadow: 0 0 10px rgba(0,0,0,0.1); }
		
	#tournamentBracket_tab_scheduling.fullScreen #tournamentBracket_scheduling { overflow: hidden; }
	
	#tournamentBracket_tab_scheduling.fullScreen #scheduling-matchList .searchBox,
	#tournamentBracket_tab_scheduling.fullScreen #scheduling-matchList .list .title { padding-left: 10px; }
	
	#tournamentBracket_tab_scheduling.fullScreen #scheduling-matchList,
	#tournamentBracket_tab_scheduling.fullScreen #scheduling-schedule { 
		padding-top: 10px;
		overflow-y: auto; }
	
	#tournamentBracket_tab_scheduling.fullScreen #scheduling-matchList .sticky { position: static; }

		#tournamentBracket_tab_scheduling.fullScreen #scheduling-matchList .sticky-overflow { max-height: 100% !important; }
	
	#tournamentBracket_tab_scheduling.fullScreen #scheduling-schedule .scheduling-matches { margin-right: 10px; }
	
	#tournamentBracket_tab_scheduling.fullScreen .topInfo .fullScreen a:before { content: "\f066"; }
	
	/*** SCEDULING V2 ***/
#scheduling-schedule.v2 .column { width: 150px; }

#scheduling-schedule.v2 .cellWrap { font-size: 11px; }

#scheduling-schedule.v2 .cell .cat { 
	margin-bottom: 7px;
	font-size: 10px; }
	
#scheduling-schedule.v2 .cell .round { margin-bottom: 7px; }
	
/*** MEDIA QUERIES ***/

/*** 1024px ***/
@media screen and (max-width: 1024px) {
	
	#tournamentBracket_buttons .legend { 
		width: 100%;
		margin-top: 30px; }
	
}

/*** 1000px ***/
@media screen and (max-width: 1000px) {
	
	#tournamentBracket_seeding { padding-left: 250px; }
	
		#tournamentBracket_seeding .aside { width: 250px; }
		
	.tournamentBracket_roundRobin .roundRobin_rounds.horizontal .round { width: 80%; }
	
	.topInfo .leftBtns a {
		width: 40px;
		padding: 0;
		text-align: center; }
	
	.topInfo .leftBtns a span { display: none; }
	
	.topInfo .leftBtns a:before { margin-right: 0; }
}


/*** 900px ***/
@media screen and (max-width: 900px) {
	
	#tournamentBracket_seeding { padding-left: 0; }
	
		#tournamentBracket_seeding .aside {
			width: 100%;
			position: fixed;
			top: 0;
			right: 100%;
			bottom: 0;
			left: auto;
			z-index: 100;
			padding: 108px 0 40px;
			background: #fff;
			transition: 0.5s ease all; }
			
			#tournamentBracket_seeding .aside.open { right: 0; }
			
			#tournamentBracket_seeding .aside a.open { display: block; }
			
			#tournamentBracket_seeding .aside .refine,
			#tournamentBracket_seeding .aside .close { display: block; }
			
			#tournamentBracket_seeding .aside .refine { top: 68px; }
			
				#tournamentBracket_seeding .aside .refine input {
					border: none;
					border-right: 1px solid #e4e4e4; }
	
		#tournamentBracket_seeding .main { padding-left: 0; }
	
}

/*** 720px ***/
@media screen and (max-width: 720px) {
	
	#tournamentBracket_tab_scheduling .topInfo { grid-template-columns: 40px 1fr 40px; }
	
		#tournamentBracket_tab_scheduling .topInfo .legend button span { display: none; }
		
		#tournamentBracket_tab_scheduling .topInfo .center .legend i { 
			display: block;
			margin: 0; }
	
		#tournamentBracket_tab_scheduling .topInfo .rightBtns { width: auto; }

			#tournamentBracket_tab_scheduling .topInfo .rightBtns .row2 {
				float: none;
				margin: 0; }
	
}

/*** 600px ***/
@media screen and (max-width: 600px) {
	
	#tournamentBracket_buttons .buttons {
		width: 100%;
		border-bottom: 0; }
	
		#tournamentBracket_buttons .buttons a {
			/*width: 50%;*/
			width: 100%; /* ADDED ON OLD TRACKIE */
			padding: 10px 0;
			border-bottom: 1px solid #ddd; }
	
		#tournamentBracket_buttons .legend > div { 
			width: 100%;
			margin: 0 0 10px; }
				
	#tournamentBracket_seeding .main table { border-color: #222; }
	
		#tournamentBracket_seeding .main table thead { display: none; }
		
		#tournamentBracket_seeding .main table tr {
			width: 100%;
			float: left;
			padding: 0 0 20px;
			margin: 0 0 20px;
			border-bottom: 1px solid #ddd; }
			
		#tournamentBracket_seeding .main table tr:last-child {
			padding: 0;
			margin: 0;
			border-bottom: 0; }
		
		#tournamentBracket_seeding .main table td {
			width: 100% !important;
			float: left;
			display: block;
			padding: 0 0 0 90px;
			margin-bottom: 5px;
			white-space: normal; }
			
		#tournamentBracket_seeding .main table td.name .content,
		#tournamentBracket_seeding .main table td.club .content { padding-top: 11px; }
			
		#tournamentBracket_seeding .main table .label { display: block; }
		
		#tournamentBracket_seeding .main table .content {
			width: 100%;
			float: left; }
			
		#tournamentBracket_seeding .main table i.icon:before { padding: 0 5px; }
		
	#tournamentBracket_wrap { height: 400px; }
	
	#tournamentBracket_scheduling table { width: 100%; }
	
		#tournamentBracket_scheduling table thead { display: none; }
		
		#tournamentBracket_scheduling table tr { counter-reset: number -1; }
		
		#tournamentBracket_scheduling table td {
			width: 100%;
			min-width: auto;
			max-width: 100%;
			display: block;
			padding: 0;
			counter-increment: number; }
		
		#tournamentBracket_scheduling table td .cell .cat:after { content: " | Court #" counter(number); }
		
		#tournamentBracket_scheduling table tr td:first-child { text-align: center; }
			
			#tournamentBracket_scheduling table td .cell { margin: 10px 0; }
			
	/* JUST REMOVED BECAUSE DIDN'T LOOK GOOD ON OLD TRACKIE - WAS MOBILE VERSION OF ROUND ROBIN
	.tournamentBracket_roundRobin .roundRobin_overview table thead { display: none; }
	
	.tournamentBracket_roundRobin .roundRobin_overview table tr {
		width: 100%;
		float: left;
		padding: 12px 15px 20px;
		margin: 0 0 15px;
		background: #fff;
		border: 1px solid #eee;
		border-radius: 0 0 10px 10px;
		box-shadow: 0 3px 10px rgba(0,0,0,0.12); }
	
	.tournamentBracket_roundRobin .roundRobin_overview table td {
		width: 100%;
		float: left;
		display: block;
		padding: 8px 0;
		border: 0; }
		
	.tournamentBracket_roundRobin .roundRobin_overview table td.place,
	.tournamentBracket_roundRobin .roundRobin_overview table td.rank { 
		width: 50%;
		text-align: left; }
		
	.tournamentBracket_roundRobin .roundRobin_overview table td.name {
		padding-bottom: 16px;
		font-size: 16px; }
		
	.tournamentBracket_roundRobin .roundRobin_overview table td .show_600 { 
		display: inline-block;
		margin-right: 5px; }
		
	.tournamentBracket_roundRobin .roundRobin_overview table td.winLose { display: block; }
		
	.tournamentBracket_roundRobin .roundRobin_overview table td.result { 
		width: 16.6666%;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc; }
		
	.tournamentBracket_roundRobin .roundRobin_overview table td.winLose + td.result { border-left: 1px solid #ccc; }
			
	.tournamentBracket_roundRobin .round .results { margin-bottom: 15px; }
	
		.tournamentBracket_roundRobin .round .results .match { 
			padding: 20px 0 25px;
			margin: 15px 0 0;
			background: #fff;
			border: 1px solid #eee;
			border-radius: 0 0 10px 10px;
			box-shadow: 0 3px 10px rgba(0,0,0,0.12); }
		
		.tournamentBracket_roundRobin .round .results .block { 
			width: 100%;
			margin: 0;
			text-align: center; }
			
		.tournamentBracket_roundRobin .round .results .rank > div,
		.tournamentBracket_roundRobin .round .results .name > div { 
			width: 50%;
			float: left;
			padding: 0 10px; }
			
		.tournamentBracket_roundRobin .round .results .name { font-size: 16px; }
			
		.tournamentBracket_roundRobin .round .results .date { 
			padding: 5px 0;
			margin: 15px 0;
			background: #f5f5f5;
			border-top: 1px solid #ddd;
			border-bottom: 1px solid #ddd; }
			
			.tournamentBracket_roundRobin .round .results .date > div { 
				display: inline-block;
				margin: 0 3px; }
				
		.tournamentBracket_roundRobin .round .results .scores { font-size: 16px; }
		
			.tournamentBracket_roundRobin .round .results .scores > div { 
				width: 100%;
				margin-bottom: 5px; }
			
				.tournamentBracket_roundRobin .round .results .scores > div span { 
					width: 50%;
					float: left; }
					
		.tournamentBracket_roundRobin .round .results .icon {
			top: auto;
			bottom: 0;
			padding: 7px 0;
			transform: none; } */
			
	.topInfo .center .date {
		position: relative;
		padding-top: 40px; }
	
		.topInfo .center .date .arrow {
			position: absolute;
			top: 0;
			right: 0;
			left: 0;
			margin: 7px auto 0; }
			
		.topInfo .center .date .date-prev { right: 35px; }
		.topInfo .center .date .date-next { left: 35px; }
		
		.topInfo .center .date-current { 
			width: auto;
			margin: 0;
			border: 0; }
			
		.topInfo .center .date-current .dropdown {
			width: 220px;
			right: auto;
			left: 50%;
			margin-left: -110px; }
}


/*** 500px ***/
@media screen and (max-width: 500px) {
	
	.topInfo .date,
	.topInfo .print { width: 100%; }
	
	.topInfo .print { margin-top: 20px; }
	
	.tournamentBracket_roundRobin .roundRobin_format .formatBtns a span { display: none; }
	
	.tournamentBracket_roundRobin .roundRobin_format .formatBtns a:before { margin: 0 !important; }
	
}


/*** 414px ***/
@media screen and (max-width: 414px) {
	
	#tournamentBracket_seeding .main .radioOptions label {
		display: block;
		margin-right: 0; }
		
	.tournamentBracket_roundRobin .round .results .name,
	.tournamentBracket_roundRobin .round .results .scores { font-size: 14px; }
	
	.topInfo { grid-template-columns: 32px 1fr 32px; }
	
		.topInfo .btn a {
			width: 32px;
			height: 32px;
			line-height: 30px; }
			
		.topInfo .btn a:before { font-size: 12px; }
		
		.topInfo .settings a { background-size: 14px; }
}