
body {
	margin: 0;
	background-color: #111111;
	color: white;
	font-family: Arial, sans-serif;
}

input[type=submit] {
	border: 0;
	background-color: #CCCCCC;
	border-radius: 3px;

}

input[type=submit]:hover {
	background-color: #BBBBBB;
}

input[type=submit]:active {
	background-color: #888888;
}

select, input[type=text], input[type=password], input[type=number] {
	border: 0;
	background-color: #222222;
	outline: 1px solid #444444;
	color: white;	
    box-sizing: border-box;
	border-radius: 3px;
}
select {
	padding: 7px 3px;

}

input[type=text], input[type=password], input[type=number] {

	padding: 8px 3px;
}

select:focus, input[type=text]:focus, input[type=password]:focus, input[type=number]:focus {
	outline: 1px solid #666666;
}

.back_arrow_container {
	position: absolute;
	top: 8px;
	left: 15px;
	z-index: 10;
}

.back_arrow {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  border: solid white;
  border-width: 0 4px 4px 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 3px;
}

.hamburger {
	width: 100%;
	height: 100%;
	position: relative;
}

.hamburger_line {
	position: relative;	
	width: 100%;
	height: 15%;
	margin-top: 20%;
	margin-bottom: 20%;
	background-color: #FFFFFF;
}


.hamburger_line:first-child {
	margin-top: 0;
}

.hamburger_line:last-child {
	margin-bottom: 0;
}

.x {
	width: 100%;
	height: 100%;
	position: relative;
}

.x_line {
	position: relative;
	width: 115%;
	height: 15%;
	left: -7.5%;
	background-color: #FFFFFF;
}

.x_line:first-child {	
	top: 42.5%;
	transform: rotate(135deg);
  	-webkit-transform: rotate(135deg);
}

.x_line:last-child {	
	top: 27.5%;
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
}




.login_panel {
	margin: 36px auto;
	width: 360px;
	border-radius: 6px;
	overflow: hidden;
	padding: 20px;
	background-color: #333333;
	text-align: center;
}

.login_panel input[type=text], .login_panel input[type=password] {
	display: block;
	padding: 16px 8px;
	margin: 12px auto;
	height: 20px;
	width: 320px;
}

.login_panel input[type=submit] {
	display: block;
	padding: 6px;
	margin: 4px auto;
	height: 32px;
	width: 320px;
}

.login_panel label {
	padding-top: 4px;
	text-align: left;
	display: block;
	margin-left: 24px;
}

.login_label {
	display: block;	
	padding: 0;
	margin-top: 0;
	margin-bottom: 10px;
}

.login_error {
	color: #FF0000;
}

.reset_panel {
	margin: 36px auto;
	width: 360px;
	border-radius: 6px;
	overflow: hidden;
	padding: 20px;
	background-color: #333333;
	text-align: center;
}

.reset_panel input[type=text], .reset_panel input[type=password] {
	display: block;
	padding: 16px 8px;
	margin: 12px auto;
	height: 20px;
	width: 320px;
}

.reset_panel input[type=submit] {
	display: block;
	padding: 6px;
	margin: 4px auto;
	height: 32px;
	width: 320px;
}

.reset_panel label {
	padding-top: 4px;
	text-align: left;
	display: block;
	margin-left: 24px;
}

.reset_label {
	display: block;	
	padding: 0;
	margin-top: 0;
	margin-bottom: 10px;
}

.reset_error {
	color: #FF0000;
}


#player_table {
	text-align: left;
	border: 0;
	border-spacing: 0;
	border-collapse: separate;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
#player_table th {
	padding: 8px 1px;
	font-weight: bold;
}

#player_table_header_row {
	position: sticky;
	background-color: #111111;	
	top: 0;
	z-index: 5;
}

.header_box {
	width: 100%;
	height: 35px;	
	position: sticky;
	top: 0;
	background-color: #111111;
	z-index: 5;
	-webkit-transform: translateZ(2px);
}

.header_box h1 {
	margin: auto;
	text-align: center;
	display: block;
}

#player_table td {
	padding: 8px 1px;

	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
}

#player_table td:first-child {
    border-top-left-radius: 4px; 
    border-bottom-left-radius: 14px;

}

#player_table td:last-child {
    border-bottom-right-radius: 4px; 
    border-top-right-radius: 14px; 
}

#player_table_pad_left_header {
	width: 32px;
	padding-top: 8px !important;
	padding-left: 10px !important;
	padding-bottom: 4px !important;
	padding-right: 0px !important;
	text-align: left;
}

#player_table_drafter_header {
	width: 100px;
}

#player_table_vbd_rank_header {
	width: 50px;
}

#player_table_ecr_header {
	width: 40px;
	text-align: center;
}

#player_table_adp_header {
	width: 40px;
	text-align: center;
}

#player_table_name_header {
	width: 250px;
}

#player_table_team_header {
	width: 250px;
}

#player_table_pos_header {
	width: 200px;
}

#player_table_vbd_header {
	width: 200px;
}

.show_more_container {
	text-align: center;	
}

#show_more {
	margin: 6px;
}
.TE {
	background-color: #B32054;
}
.WR {
	background-color: #019389;
}
.RB {
	background-color: #4881C6;
}
.K {
	background-color: #B47D44;
}
.QB {
	background-color: #8642BD;
}
.DST {
	background-color: #032048;
}
.FLEX {
	background-color: #964B00;
}
.BENCH {
	background-color: #444444;	
}

.pending_TE {    
    background-color: #59102a;
}

.pending_WR {    
    background-color: #014a45;
}


.pending_RB {
    background-color: #244063;
}

.pending_K {    
    background-color: #5c4023;
}

.pending_QB {    
    background-color: #43215e;
}

.pending_DST {    
    background-color: #011024;
}

.pending_FLEX {    
    background-color: #4d2600;
}

.pending_BENCH {    
    background-color: #222222;
}

.gradient_TE {
    animation-duration: 1.8s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #59102a;
    background: linear-gradient(to right, #59102a 10%, #B32054 30%, #59102a 50%);
    background-size: 1000px 640px;
}

.gradient_WR {
    animation-duration: 1.8s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #014a45;
    background: linear-gradient(to right, #014a45 10%, #019389 30%, #014a45 50%);
    background-size: 1000px 640px;
}


.gradient_RB {
    animation-duration: 1.8s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #244063;
    background: linear-gradient(to right, #244063 10%, #4881C6 30%, #244063 50%);
    background-size: 1000px 640px;
}

.gradient_K {
    animation-duration: 1.8s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #5c4023;
    background: linear-gradient(to right, #5c4023 10%, #B47D44 30%, #5c4023 50%);
    background-size: 1000px 640px;
}

.gradient_QB {
    animation-duration: 1.8s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #43215e;
    background: linear-gradient(to right, #43215e 10%, #8642BD 30%, #43215e 50%);
    background-size: 1000px 640px;
}

.gradient_DST {
    animation-duration: 1.8s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #011024;
    background: linear-gradient(to right, #011024 10%, #032048 30%, #011024 50%);
    background-size: 1000px 640px;
}

.gradient_FLEX {
    animation-duration: 1.8s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #4d2600;
    background: linear-gradient(to right, #4d2600 10%, #964B00 30%, #4d2600 50%);
    background-size: 1000px 640px;
}

.gradient_BENCH {
    animation-duration: 1.8s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #222222;
    background: linear-gradient(to right, #222222 10%, #444444 30%, #222222 50%);
    background-size: 1000px 640px;
}

#player_filter {
	position: relative;
	z-index: 5;
}

.player_undrafted {
}

.player_drafted {
	filter: brightness(0.50);
}

.player_drafted_by_me {	
	filter: brightness(1.40);
}

#player_table .player_drafter {
}

#player_table .player_vbd_rank {
	text-align: right;
	padding: 5px 25px 5px 0px;
}

#player_table .player_ecr {
	text-align: right;
	width: 20px;
	padding-right: 20px;
}

#player_table .player_adp {
	text-align: right;
	width: 20px;
	padding-right: 20px;
}

#player_table .player_image {
	width: 60px;
	position: relative;
}
#player_table .player_image img {
	width: 44px;
	height: 32px;
	bottom: 0;
	right: 10%;
	position: absolute;
}

#player_table .player_pos_long {
    display: inline;
}

#player_table .player_team_long {
    display: inline;
}

#player_table .player_pos_short {
    display: none;
}

#player_table .player_team_short {
    display: none;
}

@media only screen and (max-width: 600px) {
	#player_table .player_pos_long {
        display: none;
    }
	#player_table .player_pos_short {
	    display: inline;
	}
	#player_table_pos_header {
		width: 50px;
	}
}

@media only screen and (max-width: 800px) {

    #player_table .player_team_long {
        display: none;
    }
	#player_table .player_team_short {
	    display: inline;
	}	
	#player_table_team_header {
		width: 80px;
	}
}

#player_table .player_vbd {
	text-align: right;
	width: 190px;
	padding-right: 40px;
}

.draft_menu_container {
	position: fixed;
	left: 0;
	top: 0;
	width: 0px;
	text-align: left;
	z-index: 20;
	-webkit-transform: translateZ(3px);
}

#draft_menu_open {
	position: relative;
	top: 10px;
	left: 10px;
	width: 26px;
	height: 26px;
	display: inline-block;
	opacity: 20%;
}
#draft_menu_open:hover {
	opacity: 100%;
}

#draft_menu_close {
	width: 26px;
	height: 26px;
	display: block;
	margin: 5px
}

#draft_menu {
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px;
	outline: 1px solid #444444;
	background-color: #111111;
	width: 120px;
	z-index: 12;
	height: 350px;
	text-align: left;
	font-weight: normal;
	box-sizing: border-box;
}

.draft_menu_item {
	color: white;
	display: block;
	padding: 20px 0px;
	text-decoration: none;
}

#draft_table_container {
	min-width: 1100px;
	position: relative;	
	overflow: hidden;
}

#draft_table {
	border-spacing: 0;
	table-layout: fixed;
	position: relative;
}

#draft_table td {
	padding: 2px;
	height: 90px;
	border-top: 1px solid #222222;
}

#draft_table .drafter_header_row {
	position: sticky;
	background-color: #111111;
	top: 0;
	z-index: 5;
	-webkit-transform: translateZ(2px);
}

#draft_table th {
	padding-top: 3px;
	padding-bottom: 3px;
	height: 73px;
	position: sticky;
	top: 0;
	z-index: 5;
}

#draft_table .drafter_header {
	z-index: 7;
	position: relative;
	display: block;
	text-decoration: none;
	color: white;
}

#draft_table .pending_drafter_header {
	z-index: 7;
	position: relative;
}

#draft_table .draft_round {
	font-weight: bold;
	text-align: center;
	position: relative;
}

.drafter_name {
	display: block;
	clear: both;
}

.drafter_image {
	border-radius: 25px;
	width: 50px;
	height: 50px;
}


.pending_drafter_header .pending_drafter_name {
	display: block;
	clear: both;
	width: 50px;
	height: 20px;
	margin: 3px auto;
	border-radius: 6px;
}

.pending_drafter_header .pending_drafter_image {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	margin: 0 auto;
}

.current_drafter_column {
	position: absolute;
	z-index: -1;
    width: 100%;
    height: 94px;
    top: 0;
	background-color: #FFFFFF;
	opacity: 10%;
}

#current_drafter_column_header {
    border-top-left-radius: 6px; 
    border-top-right-radius: 6px;
    z-index: 6;
    width: 100%;
    top: 2px;
    bottom: 0;
    position: absolute;    
	background-color: #FFFFFF;
	opacity: 10%;
}

.draft_card_body {
    border-top-left-radius: 4px; 
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 4px; 
    border-top-right-radius: 14px;

	padding: 5px;
    height: 80px;
    position: relative;
	overflow: hidden;
}

.draft_card {
	position: relative;
	width: 100%;
	height: 90px;
  	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.draft_card_front, .draft_card_back {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;

  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  	transform: translateZ(1px);
  	-webkit-transform: translateZ(1px);
}

.draft_card_back {	
  transform: rotateY(180deg);
}

.draft_card_body .draft_pos_team {
	display: block;
	float: left;
	font-size: 75%;
	color: #EEE;
}

.draft_card_body .draft_num {
	display: block;
	float: right;
	font-size: 75%;
	color: #EEE;
}

.draft_card_body .draft_firstname {
	display: block;	
	padding-top: 5px;
	clear: left;
	font-size: 120%;
	overflow: hidden;
}

.draft_card_body .draft_lastname {
	display: block;
	font-weight: bold;
	font-size: 120%;
	overflow: hidden;
	z-index: 1;
	position: relative;
}

.draft_card_body .draft_img {
	position: absolute;
	right: 5px;
	bottom: 0px;
	width: 50%;
	z-index: 2;
}

.draft_card_body .draft_img:hover {
	z-index: 0;
}

.draft_card_body .pending_draft_pos_team {
	display: block;
	float: left;
	width: 36px;
	height: 13px;
	margin-bottom: 7px;
	margin-top: 1px;
	border-radius: 3px;
}

.draft_card_body .pending_draft_num {
	display: block;
	float: right;
	width: 24px;
	height: 13px;
	margin-bottom: 7px;	
	margin-top: 1px;
	border-radius: 3px;
}

.draft_card_body .pending_draft_firstname {
	display: block;	
	margin-top: 6px;
	clear: left;
	width: 45%;
	height: 18px;
	margin-bottom: 3px;
	border-radius: 3.6px;
}

.draft_card_body .pending_draft_lastname {
	display: block;
	width: 55%;
	height: 20px;
	margin-top: 3px;
	z-index: 1;
	position: relative;
	border-radius: 4px;
}

.draft_card_body .pending_draft_img {
	display: block;
	position: absolute;
	right: 5px;
	bottom: 0px;
	width: 50%;
	aspect-ratio: 110/80;
	z-index: 2;
	-webkit-mask-image: url(/static/images/players/nophoto.png);
	mask-image: url(/static/images/players/nophoto.png);
	-webkit-mask-size: 100%;
	mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

.gradient {
    animation-duration: 1.8s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #FFFFFF22;
    background: linear-gradient(to right, #FFFFFF11 10%, #FFFFFF18 30%, #FFFFFF11 50%);
    background-size: 1000px 640px;
}

.gradient_dark {
    animation-duration: 1.8s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #444444;
    background: linear-gradient(to right, #444444 10%, #555555 30%, #444444 50%);
    background-size: 1000px 640px;
}

@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

#draft_not_started_popup {
	position: fixed;
	top: 200px;
	left: calc(50vw - 200px);
	width: 360px;
	border-radius: 6px;
	overflow: hidden;
	padding: 20px;
	background-color: #333333;
	text-align: center;	
}

#draft_not_started_popup_title {
	margin-top: 8px;
	margin-bottom: 8px;	
}

#draft_not_started_popup_message a {	
	text-decoration: none;
	color: #888888;
}

.draft_status_panel {
	position: sticky;
	bottom: 0;
	width: 100%;
	min-width: 1100px;
	background-color: #111111;
	border-top: 1px solid #333333;
	z-index: 5;

  	transform: translateZ(2px);
  	-webkit-transform: translateZ(2px);
}

#draft_status {
	position: sticky;
	width: 100vw;
	left: 0;
	overflow: hidden;
}

#draft_clock_container {
	position: absolute;
	top: 10px;
	left: 50%;
	height: 0;	
	width: 0;
}

#draft_clock {
	top: 0px;
	position: absolute;
	left: -176px;
	width: 352px;
	height: 80px;
}

#current_drafter {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100px;
	font-size: 200%;
}

#current_drafter_card {
	position: relative;
	width: calc(50vw - 186px);
	height: 100px;
  	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

@media only screen and (max-width: 800px) {
	#current_drafter_card {
		width: 50vw;
	}
}

#current_drafter_card_front, #current_drafter_card_back {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 10px 0px 10px 10px;
    box-sizing: border-box;

  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  	transform: translateZ(1px);
  	-webkit-transform: translateZ(1px);
}

#current_drafter_card_back {
	transform: rotateX(180deg);
	overflow: hidden;
}


#current_drafter_label {
	display: block;
	font-weight: bold;
	float: left;
	white-space: nowrap;
}

#current_draft_num {
	padding-left: 10px;
	display: block;
	float: left;
	clear: right;
	font-style: italic;
	white-space: nowrap;
}

#current_drafter_image {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 24px;
	float: left;
	clear: left;
}

#current_drafter_name {
	display: block;
	float: left;
	clear: right;
	padding-left: 5px;
	padding-top: 8px;
	white-space: nowrap;
}

#next_drafter {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 200%;
	height: 80px;
}

#next_drafter_label {
	display: block;
	float: right;
	font-weight: bold;
	text-align: right;
	clear: left;
	white-space: nowrap;
}

#next_draft_num {
	padding-left: 10px;
	font-style: italic;
	display: block;
	float: right;
	clear: right;
	white-space: nowrap;
}

#next_drafter_image {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 24px;
	float: right;
	clear: right;
}

#next_drafter_name {
	display: block;
	float: right;
	clear: left;
	padding-right: 5px;
	padding-top: 8px;
	white-space: nowrap;
}

#current_auction_player_card {

    border-top-left-radius: 4px; 
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 4px; 
    border-top-right-radius: 14px;

    height: 100%;
    width: 100%;
	padding: 4px 6px;
	box-sizing: border-box;
    position: relative;
	overflow: hidden;
}

#current_auction_player_image {
	height: 60px;
	aspect-ratio: 110 / 80;
	position: absolute;
	right: 5px;
	bottom: 0;
}

#current_auction_player_pos {
	font-size: 60%;
	display: block;
}

#current_auction_player_name {
	white-space: nowrap;
}

#current_auction_player_firstname {
}

#current_auction_player_lastname {
	font-weight: bold;
}

.admin_panel {
	position: sticky;
	left: 0;
	width: 100vw;
	font-size: 100%;
}

#admin_active_draft_container table {
	margin: 3px 0;
	width: 100%;
	table-layout: fixed;
}

#admin_complete_draft_container table {
	margin: 3px 0;
	width: 100%;
	table-layout: fixed;
}

.admin_panel input[type=submit] {
	padding: 6px 10px;
	height: 32px;
	box-sizing: border-box;
}

#admin_drafter_order_container table {
	margin: 10px auto;
	height: 80px;
}

.admin_panel_left_container {
	position: absolute;
	left: 10px;
	top: -4px;
	width: 100px;
}

.admin_panel_left_container h2 {
	padding: 0;
	margin: 0;
}

.admin_panel_right_container {
	position: absolute;
	right: 10px;
	top: -4px;
	width: 90px;
	text-align: center;
	font-size: 80%;
}

.admin_panel_center_container {
	margin: 10px auto;
	padding: 0px 110px;
	height: 80px;
	text-align:center;
}

#admin_start_ordering {
	height: 30px;
	text-align: center;
	border-radius: 3px;
	font-size: 120%;
	font-weight: bold;
	white-space: normal;
	background-color: #CCCCCC;
	margin-top: 20px;
	border: 0;	
}

.admin_draft_options_list {
	margin: 10px auto;
	padding: 0px 110px;
	height: 80px;
	width: 100%;
}

.admin_draft_options_list input {
	float: right;
}

.admin_draft_options_list span {
	float: right;
}

.admin_drafter_order_submit {
	float: right;
}

#admin_time_limit_input {
}

#admin_start_draft {
	width: 70px;
	height: 28px;
	text-align: center;
	border-radius: 3px;
	font-size: 120%;
	font-weight: bold;
	white-space: normal;
	background-color: #CCCCCC;
	margin-top: 6px;
	border: 0;
}

#admin_start_draft:hover {
	background-color: #BBBBBB;
}

#admin_start_draft:active {
	background-color: #888888;
}


.admin_drafter_draggable {	
	text-align: center;
}

#admin_error_box {
	background-color: #FFBBBB;
	border-radius: 4px;
	border: 2px solid #FF0000;
	position: absolute;
	height: 32px;
	top: -36px;
	color: #330000;
	padding: 5px;
}

#admin_player_search_container_wrapper {
	margin: 5px auto;
	position: relative;
	width: 352px;
	height: 32px;
	clear: none;
}
#admin_player_search_container {
	position: absolute;
}

#admin_player_search {
	display: inline-block;
	position: relative;
	border-radius: 3px;
	padding: 6px 10px;
	height: 32px;
	width: 100%;
    box-sizing: border-box;
	font-size: 120%;
}

#admin_player_search_results {
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	outline-width: 1px;
	outline-color: #444444;
}

.admin_player_search_result {
	display: block;
	background-color: #222222;
	border-bottom: 1px solid #444444;
	position: relative;
	height: 32px;
}

.admin_player_search_result_selected {
	display: block;
	background-color: #444444;
	border-bottom: 1px solid #444444;
	position: relative;
	height: 32px;
}

.admin_player_search_image {
	width: 44px;
	height: 32px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.admin_player_search_name {
	display: block;
	margin-left: 50px;
	margin-right: 10px;
	height: 32px;
	padding-top: 8px;
}

#admin_player_bid_form {
	display: inline;
}

#admin_player_bid_price {
	width: 120px;
}

.admin_controls_left {
	position: absolute;
	left: 5px;
	top: 0px;
	z-index: 6;
}

.admin_controls_right {
	position: absolute;
	right: 5px;
	top: 0px;
	z-index: 6;
}

.team_panel {
	position: fixed;
	width: 45%;
	top: 0;
	left: 0;
	bottom: 0;
	overflow: auto;
}

.player_panel {
	position: fixed;
	width: 55%;
	top: 0;
	right: 0;
	bottom: 0;
}

.team_panel table {
	width: 100%;
	margin: 32px auto 0 auto;
	max-width: 540px;
	border-spacing: 4px;
	border-collapse: separate;
	border: 0;
	padding-left: 5px;
	padding-right: 5px;
	table-layout: fixed;
}

@media only screen and (max-width: 720px) {

	.team_panel {
		width: 100%;
		bottom: 50%;
	}

	.team_panel table {
		margin: 0 auto;
	}
	.player_panel {
		width: 100%;
		height: 50%;
		top: 50%;
	}
}



.team_player {
	height: 90px;
}

.players_iframe_container {
	position: absolute;
	top: 35px;
	left: 0;
	right: 0;
	bottom: 0;
}

#team_players_iframe {
	outline: 0;
	border: 0;
	width: 100%;
	height: 100%;
}

.spinner_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 50%;
}

#spinner {
	position: absolute;
	bottom: -40px;
	right: -40px;
	width: 80px;
	height: 80px;
}

#spinner div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #BBBBBB;
  border-radius: 50%;
  animation: spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #BBBBBB transparent transparent transparent;
}
#spinner div:nth-child(1) {
  animation-delay: -0.45s;
}
#spinner div:nth-child(2) {
  animation-delay: -0.3s;
}
#spinner div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}