#groupinput {
	position: absolute;
	z-index: 30;
	top: 8%;
	left: 32%;
	transform: translateX(-25%);
	width: 10%;
	background: #373a40;
	border: solid 2px #25262b;
	color: white;
	border-radius: 16rem;
	text-align: center;
}

#setgroupid {
	position: absolute;
	z-index: 30;
	top: 8%;
	left: 40%;
	transform: translateX(4%);
	width: 6%;
	background: #373a40;
	border: solid 2px #25262b;
	color: #bbbbbb;
	border-radius: 16rem;
	text-align: center;

}

#urlinput {
	position: absolute;
	z-index: 30;
	top: 8%;
	left: 66.4%;
	transform: translateX(-75%);
	width: 18%;
	background: #373a40;
	border: solid 2px #25262b;
	color: white;
	border-radius: 16rem;
	text-align: center;
}

#seturl {
	position: absolute;
	z-index: 30;
	top: 8%;
	left: 76%;
	transform: translateX(-75%);
	width: 6%;
	background: #373a40;
	border: solid 2px #25262b;
	color: #c1c2c5;
	border-radius: 16rem;
	text-align: center;
}

#setgroupid:hover,
#seturl:hover,
#ShowDLPlayer:hover,
#ShowYTPlayer:hover {
	transition: ease-in-out .5s;
	background: #595c62;
}