.playoff_table_box {
	position: relative;
	margin-bottom: 30px;
}
.playoff_table_box * {
	box-sizing: border-box;
}

.playoff_table_box .fb_iframe_widget {
	top: -65px;
}
.playoff_table_box .fb_iframe_widget iframe {
	width: 90px !important;
	height: 30px !important;
	left: -3px;
}
.playoff_table_box .playoff_table_logo {
	text-align: center;
	margin-top: 30px;
}
.playoff_table_box .playoff_table_logo img {
	display: inline-block;
	max-width: 136px;
}

.playoff_table_box h2 {
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
}
body.main .playoff_table_box .fb-like {
	top: -50px;
}
.playoff_table_box .fb-like {
	position: absolute;
	top: -60px;
	right: 0px;
	width: 80px;
}

.playoff_table_box .matchup {
	position: relative;
	width: 136px;
	height: 130px;
}
.playoff_table_box .matchup::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 86px;
	height: 24px;
	border-top: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
}
.playoff_table_box .matchup::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	display: block;
	width: 86px;
	height: 24px;
	border-right: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
}
.playoff_table_box .matchup .match {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	border: 1px solid #c5c5c5;
	width: 136px;
	height: 80px;
}
.playoff_table_box .matchup .match > div {
	height: 50%;
}
.playoff_table_box .matchup .match > div.winner .team span {
	font-weight: bold;
}
.playoff_table_box .matchup .match > div .team {
	position: relative;
	float: left;
	width: 108px;
	height: 100%;
	border-right: 1px solid #e2e2e2;
	background: #f6f6f6;
}
.playoff_table_box .matchup .match > div:first-child .team,
.playoff_table_box .matchup .match > div:first-child .num
{
	border-bottom: 1px solid #e2e2e2;
}
.playoff_table_box .matchup .match > div .team span {
	position: absolute;
	display: block;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	padding: 0 3px;
}
.playoff_table_box .matchup .match > div .num {
	float: right;
	width: 26px;
	height: 100%;
	line-height: 39px;
	font-size: 12px;
	font-weight: bold;
	color: #327ab9;
	background: #fff;
	text-align: center;
}


.columns {
	float: left;
	width: 100%;
	margin-top: 125px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.column_title {
	position: absolute;
	top: -45px;
	left: 0;
	width: 136px;
}
.column {
	position: relative;
}
.matchups {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: space-between;
}
.column_left {
	float: left;
}
.column_right {
	float: right;
}

.column_8 .matchups {
	width: 136px;
	height: 520px;
}
.column_8 .column_title {
	top: -25px;
}
.column_8 .matchup::before,
.column_8 .matchup::after
{
	display: none;
}

.column_4 .matchups {
	width: 152px;
	height: 390px;
}
.column_4 .column_title {
	left: 16px;
}

.column_2 .matchups {
	height: 80px;
}
.column_2 .matchups .matchup {
	width: 80px;
	height: 262px;
}
.column_2 .matchup::before,
.column_2 .matchup::after
{
	width: 19px;
	height: 89.5px;
}

.column_1 {
	border-bottom: 1px solid #c5c5c5;
}
.column_1 .column_title {
	transform: translateX(-50%) translateX(26px);
	top: -90px;
	text-align: center;
}
.column_1 .matchups {
	height: 80px;
}
.column_1 .matchup {
	top: -45px;
	transform: translateX(-50%) translateX(26px);
	height: 80px;
	z-index: 2;
}
.column_1 .matchup::before,
.column_1 .matchup::after
{
	display: none;
}
.column_1::after {
	position: absolute;
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	left: 50%;
	bottom: 0;
	background: #c5c5c5;
}


.column_8.column_left {
	order: 1;
}
.column_4.column_left {
	order: 2;
}
.column_4.column_left .match {
	left: 16px;
}

.column_2.column_left {
	order: 3;
}
.column_2.column_left .column_title {
	left: 21px;
	width: 82px;
}
.column_2.column_left .match {
	position: absolute;
	right: 0;
}

.column_1.column_left {
	width: 42px;
	height: 260px;
	order: 4;
	align-self: flex-start;
}


.column_2.column_right {
	order: 6;
}
.column_2.column_right .column_title {
	left: -20px;
	width: 82px;
	text-align: right;
}
.column_2.column_right .matchup::before,
.column_2.column_right .matchup::after
{
	left: 60px;
	border-left: 1px solid #c5c5c5;
	border-right: 0;
}
.column_2.column_right .match {
	position: absolute;
	left: 0;
}

.column_4.column_right {
	order: 7;
}
.column_4.column_right .column_title {
	left: auto;
	right: 16px;
	text-align: right;
}
.column_4.column_right .matchup::before,
.column_4.column_right .matchup::after
{
	left: 65px;
	border-left: 1px solid #c5c5c5;
	border-right: 0;
}
.column_4.column_right .match {
	left: 0;
}
.column_8.column_right {
	order: 8;
}
.column_8.column_right .column_title {
	text-align: right;
}



.columns.count8 .column_4 {
	width: 136px;
}
.columns.count8 .column_4 .column_title {
	left: 0;
}
.columns.count8 .column_4 .matchups {
	height: 230px;
}
.columns.count8 .column_4 .matchup {
	height: 80px;
}
.columns.count8 .column_4 .matchup::before,
.columns.count8 .column_4 .matchup::after
{
	display: none;
}
.columns.count8 .column_4 .match {
	left: 0;
}

.columns.count8 .column_2 {
	width: 166px;
}
.columns.count8 .column_2 .column_title {
	left: 26px;
}
.columns.count8 .column_2.column_right .column_title {
	left: 51px;
}
.columns.count8 .column_2 .matchups {
	height: 151px;
}
.columns.count8 .column_2 .matchup {
	width: 166px;
	height: 151px;
}
.columns.count8 .column_2 .matchup::before,
.columns.count8 .column_2 .matchup::after
{
	width: 96px;
	height: 36px;
}
.columns.count8 .column_2.column_right .matchup::before,
.columns.count8 .column_2.column_right .matchup::after
{
	left: 69px;
}

.columns.count8 .column_1 {
	width: 196px;
	height: 115px;
}
.columns.count8 .column_1 .column_title {
	top: -110px;
	left: 19px;
	transform: none;
}
.columns.count8 .column_1 .matchup {
	top: -60px;
	left: 19px;
	transform: none;
}

.playoff_table_box .columns.count4 {
	max-width: 535px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.columns.count4 .column_1 {
	width: 175px;
	height: 75px;
}
.columns.count4 .column_2 .matchup::before,
.columns.count4 .column_2 .matchup::after {
	display: none;
}
.columns.count4 .column_title {
	top: -15px;
}

.third_place {
	position: relative;
	top: -72px;
	height: 50px;
}
.third_place.count8 {
	top: -45px;
	height: 80px;
}
.third_place .column_title {
	top: -50px;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
}
.third_place .matchup {
	top: -25px;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
}
.third_place .matchup::before,
.third_place .matchup::after
{
	display: none;
}


.playoff_table_box .tooltip {
	display: none;
	position: absolute;
	top: 80;
	padding-top: 17px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.playoff_table_box .tooltip .tooltip-content {
	position: relative;
	background: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0, 0.3);
	border-radius: 3px;
	padding: 17px 20px 20px 20px;
}
.playoff_table_box .tooltip .tooltip-content:before {
	position: absolute;
	top: -18px;
	left: calc(50% - 9px);
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #fff;
	z-index:1;
}
.playoff_table_box .tooltip .tooltip-content:after {
	position: absolute;
	top: -18px;
	left: calc(50% - 9px);
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid rgba(0,0,0,0.3);
	z-index: 0;
}
.playoff_table_box .tooltip strong {
	display: block;
	font-size: 12px;
	color: #333;
	margin-bottom: 7px;
}
.playoff_table_box .tooltip .flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: nowrap;
	border: 1px solid #c5c5c5;
}
.playoff_table_box .tooltip .flex .cell {
	color: rgba(0,0,0,0.6);
	width: 48px;
	height: 29px;
	line-height: 27px;
	border-right: 1px solid #e2e2e2;
	white-space: nowrap;
	text-align: center;
}
.playoff_table_box .tooltip .flex .cell:last-child {
	border: 0;
}
.playoff_table_box .tooltip .flex .cell a {
	color: #327ab9;
	text-decoration: none;
}


.sponsors {
	margin-bottom: 30px;
}
.sponsors h3 {
	font-size: 16px;
	color: #000;
	text-align: center;
	margin-bottom: 15px;
}
.sponsors .sponsors_items {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	align-items: center;
}
.sponsors .sponsors_item {
	max-width: 120px;
	padding: 25px 10px;
}
.sponsors .sponsors_item img {
	width: 100%;
}