

	
	

	

	:root
	{
		--theme-text_color: 71, 80, 140;
	}

	body
	{
		color: #47508c;
	}
	
	#panel,
	#panel2
	{
		color: #47508c;
	}
	
	#playlist
	{
		color: #626a9d;
	}
	
	#listSearchInput
	{
		color: #626a9d;
	}
		
		#listSearchInput::placeholder
		{
			color: #626a9d;
		}
	
	#listSearchInputReset
	{
		color: #757ca9;
	}

	#share,
	#info,
	#monetize
	{
		color: #7f85af;
	}
	
	#sharePanelClose,
	#infoPanelClose,
	#monetizePanelClose
	{
		color: #7f85af;
	}




#player.cover,
#player.wide
{
	color: #47508c;
}

#player.wide #nextControl.withPrev
{
	border-left: 1px solid #dadce8;
}





#player.cover #title,
#player.wide #title
{
	background: linear-gradient(#f9f9f9DC 20px, #f9f9f979);
}

#player.cover #controlsInner
{
	background: linear-gradient(#f9f9f979, #f9f9f9DC);
}

#player.wide #controlsInner
{
	background: linear-gradient(#f9f9f979, #f9f9f9B4 50px);
}

#player.wide #prevNextControls
{
	background: #f9f9f964;
}

#player.wide #prevControl:hover,
#player.wide #nextControl:hover
{
	background-color: #c7c7c780;
}


	:root
	{
		--theme-brand_primary: 71, 80, 140;
	}

	a
	{
		color: #47508c;
	}
	
		a:hover
		{
			color: #a4a8c6;
		}
		
	#infoPanelContent ul:not(.ipsList_reset):not(.ipsList_inline) li:before
	{
		color: #47508c;
	}

	blockquote.ipsQuote
	{
		border-left-color: rgb(var(--theme-brand_primary)) !important;
	}
	
		blockquote.ipsQuote .ipsQuote_contents
		{
			color: rgb(var(--theme-brand_primary)) !important;
		}
	
			[data-role="commentContent"] blockquote.ipsQuote .ipsQuote_contents
			{
				color: inherit !important;
			}
			
			blockquote.ipsQuote .ipsQuote_contents:before
			{
				color: rgb(var(--theme-brand_primary)) !important;
			}
			
			blockquote.ipsQuote .ipsQuote_contents:after
			{
				color: rgb(var(--theme-brand_primary)) !important;
			}





