	
	.player-div
	{
		width: 100%;
		height: 582.75px;
		background-color: #000000;
		border-radius: 0.5rem;
		margin: auto;
		overflow: hidden;
	}

	#video
	{
		border-radius: 0.5rem;
	}

	.p-title
	{
		color: #ccc;
		margin-top: 20px;
		margin-bottom: 0px;
	}

	.p-desc
	{
		color: #666;
		margin-top: 20px;
		margin-bottom: 0px;
		margin-bottom: 40px;
	}

	.url-input
	{
		width: 100%;
		height: 50px;
		border: 1px solid #999;
		border-radius: 0.42rem;
		box-sizing: border-box;
		background-color: #00000000;
		padding-left: 20px;
		padding-right: 20px;
		color: #ccc;
	}

	.play-btn
	{
		width: 100%;
		height: 50px;
		border-radius: 0.42rem;
		color: #06b3f5;
		background-color: #06b3f533;
		cursor: pointer;
		transition: 0.3s;
	}

	.play-btn:hover
	{
		background-color: #06b3f5;
		color: #111418;
	}

	.play-btn-h
	{
		color: inherit;
		font-size: 1.0rem;
		color: inherit;
		text-align: center;
		line-height: 50px;
		font-weight: 400;
		cursor: pointer;
		user-select: none;
		margin-bottom: 0px;
	}

	#warn-row
	{
		margin-top: 20px;
		display: none;
	}

	.warn
	{
		color: #f64e60;
	}

	#embed
	{
		margin-top: 40px;
		display: none;
	}

	.i-content
	{
		width: 100%;
		padding: 20px;
		padding-bottom: 30px;
		position: relative;
		background-color: #252a3099;
		border-radius: 0.42rem;
	}

	.i-code
	{
		color: #999999;
		font-weight: 400;
		font-size: 1rem;
		user-select: none;
		margin-bottom: 0px;
		word-wrap: break-word;
	}

	.i-copy
	{
		color: #06b3f5;
		position: absolute;
		right: 10px;
		bottom: 6px;
		font-size: 1rem;
		font-weight: 400;
		cursor: pointer;
		user-select: none;
		margin-bottom: 0px;
	}

	.e-title
	{
		color: #ccc;
		margin-top: 20px;
		margin-bottom: 10px;
	}