/* https://visme.co/blog/website-color-schemes/ no. 21
	Light silver	#C1C8E4 (background)
	Darker blue		#5680E9
	Turqoise		#84CEEB
	Light blue		#5AB9EA
	Purple			#8860D0
*/

/* General */
body
{
	background-color: #c1c8e4;
	font-family: Arial; 
}

/* Styles for embedded reels */
iframe
{
	margin: 0px !important;
	max-height: 460px !important; 
}

blockquote { background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);}

/* styles for home brew buttons and info at embedded reels */
.reelDiv
{
	display: inline-block; 
	background-color: white; 
	margin: 2px;
}
	
.infoDiv 
{
	display: inline-block;
	color: white; 
	padding: 4px;
}
	
.props 
{
	min-width: 26px; 
	padding-left: 8px; 
	display: inline-block; 
}
	
.pKnown {background-color: #5680E9;}
.pPrev {background-color: #8860D0;}


