#TB_window {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: 100%;
	max-width: 90%;
	margin: 0 !important;
}
#TB_ajaxContent {
	width: 100% !important;
	height: auto;
	max-width: 100%;
	box-sizing: border-box;
}

#TB_ajaxContent .sp-template {
	margin-top: 1.25em;
}

.dashicons.spin {
	animation: dashicons-spin 1s infinite;
	animation-timing-function: linear;
}

@keyframes dashicons-spin {
	0% {
		transform: rotate( 0deg );
	}
	100% {
		transform: rotate( 360deg );
	}
}

.player-details-close-button {
	position: relative;
	color: red;
	top: 45px;
	float:right;
	z-index: 99999;
}
