.inplayquotes-quote { padding:10px;font-size:11px;
background-color:#f4f1f1;}
.inplayquotes-quote_start {
	background: #676f86;
text-align: center;
color: #ddd;
font-weight: bolder;
text-transform: uppercase;
letter-spacing: 0.5px;
font-size: 10px;
padding-top: 2px;
}
.inplayquotes-quote_strich {
	font-size:30px;
	border-right:1px dashed #676f86;
	margin:0px 10px 8px 0px;
	padding:10px;
	float:left;
	color:#676f86
}


		.ip-quotes-pop { 
			position: fixed; 
			top: 0; 
			right: 0; 
			bottom: 0; 
			left: 0; 
			background: hsla(0, 0%, 0%, 0.5); 
			z-index: 1; 
			opacity:0; 
			-webkit-transition: .5s ease-in-out; 
			-moz-transition: .5s ease-in-out; 
			transition: .5s ease-in-out; 
			 pointer-events: none; 
		 } 
				
		.ip-quotes-pop:target { 
			opacity:1;
			pointer-events: auto; 
		} 
				
		.ip-quotes-pop > .ip-quotes-popup { 
			background: transparent; 
			width: 450px; 
			position: relative; 
			margin: 10% auto; 
			padding: 25px; 
			z-index: 1; 
		} 
				
		.closepop { 
			 position: absolute; 
			right: -5px; 
			top:-5px; 
			width: 100%; 
			height: 100%; 
			z-index:0; 
		}