@charset "utf-8";
/* CSS Document */

.song-eliminated {
	background-color: #dedede;
}
.song-eliminated td, .song-eliminated td a {
	color: #555;
}
.song-eliminated td a:hover {
	color: #d82130;
}

.finals-pool-draw {
	float:left;
	width:475px;
	margin-right:35px;
	margin-bottom:25px;
	max-width:40vw;
}
@media screen and (max-width: 800px)
{
	.finals-pool-draw {
		float:none;
		display: block;
		width:100%;
	}
	.standings {
		width:100%;
	}
}

.higlightlivegroup {
  animation: txtColor 6s infinite linear;
}
@keyframes txtColor {
  12.5% {
    background-color: #6699ff;
  }
  25% {
    background-color: #0d4171;
  }
  37.5% {
    background-color: #6699ff;
  }
  50% {
    background-color: #0d4171;
  }
  62.5% {
    background-color: #6699ff;
  }
  75% {
    background-color: #0d4171;
  }
  87.5% {
    background-color: #6699ff;
  }
  1000% {
    background-color: #0d4171;
  }

}

#skip-draw {
	background-color: #d82130;
	color:#fff;
	font-family: "impact";
	text-transform: uppercase;
	font-size:125%;
	padding:5px 25px 5px 25px;
	border:none;
	cursor: pointer;
}
#skip-draw:hover {
	background-color: #0d4171;
}




