
	html, body {
		height: -webkit-fill-available;
	}

	.sp-txt {
				color: #fff;
				font-family: sans-serif;
			}   
        
        .sp-url {
            font-weight: bold;
        }
        
        #swal2-content .swal2-input, .swal2-container .swal2-title {
            color: #fff;
			font-family: sans-serif;
        }        

		.scoreboardDiv {
			color: #fff;
			margin: 1rem;
			font-family: sans-serif;
			text-align: center;
			margin-left: auto;
			margin-right: auto;
			border-collapse: collapse;
		}


		.scoreboardDiv tr {
			border-bottom: 1px solid #fff;
			margin: 1rem;

		}

		.scoreboardDiv th {
			padding: 0.5rem;
		}

		.scoreboardDiv tr:last-child {
			border-bottom: none;
		}	
		
		tr.isselftrue {
			background: #6e6e6c;
		}

		.swal2-container .swal2-popup {
			width: 40%;
		}

		@media only screen and (max-width: 768px) {
			.swal2-container .swal2-popup {
				width: 80%;
			}
		}

		@media screen and (-webkit-min-device-pixel-ratio: 1) and (max-width: 480px) {
			.swal2-container .swal2-popup {
				width: 100%;
			}

			.playerEmail {
				display: none;
			}
		}


		@media only screen and (max-height: 575.98px) and (orientation:landscape) {
			.swal2-container .swal2-popup {
				width: 100%;
			}

			.playerEmail {
				display: none;
			}
		}
