.inplayquotes-quote { 
	font-family: var(--font-main); 
	font-size: 15pt; 
	text-align: center; }

		.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; 
		}

.ipquotebox0 {
	float: left;
	margin: 1px;
}

.ipquoteshead1{
	font-size: 12pt;
	color: var(--akzent1);
	text-align: left;
	text-transform: uppercase;
	padding: 2px 2px 2px 5px;
	border-top: 1px solid var(--akzent1);
	border-left: 30px solid var(--akzent1);
	border-right: 1px solid var(--akzent1);
	border-bottom: 0px solid var(--akzent1);
}

.ipquotedate{
padding: 5px;
	/* display: table-cell; */
	vertical-align: middle;
	text-align:center;
	height: 88px;
}

.iquotebox1{
    float: left;
    width: 160px;
    height: 142px;
    margin: 4px 0px;
}

.iquotebox2{
    float: left;
    width: 840px;
    height: 156px;
    margin: 4px 0px;
    /* border: 1px solid red; */
}

.iquoteava{
    width: 150px;
    height: 150px;
    border: 1px solid var(--akzent1);
    padding:2px;
}

.iquoteava img{
    width: 150px;
    height: 150px;
}

.iquotetext{
	/* margin: 0px 4px 4px 4px; */
	width: auto;
	height: 99px;
	padding: 5px;
	overflow: auto;
	text-align: justify;
	border:1px solid var(--akzent1);
}

.ipquotesdelete{
	text-transform: uppercase;
	font-size: 9pt;
	letter-spacing: 2px;
	border-top: 1px solid var(--akzent1);
	text-align: right;
}