.inplayquotes-quote {
 font-family: "georgia", serif; font-size: 22px; letter-spacing: -1px; text-transform: lowercase; 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;
}

.ipquotebox1{
background-color: #b2b282;
}

.ipquotebox2{
background-color: #b2b282;
	height: 135px;
	display: table;
	width: 100%;
}

.ipquoteshead1{
	font-size: 12pt;
	color: #e2416d;
	text-align: left;
	text-transform: uppercase;
	padding: 2px 2px 2px 5px;
	border-top: 1px solid #e2416d;
	border-left: 30px solid #e2416d;
	border-right: 1px solid #e2416d;
	border-bottom: 0px solid #e2416d;
}

.ipquotedate{
padding: 5px;
	/* display: table-cell; */
	vertical-align: middle;
	text-align:center;
	height: 88px;
}

.ipquotebox3{
background-color: #b2b282;
	width: 945px;
}

.iquotebox1{
    float: left;
    width: 160px;
    height: 142px;
}

.iquotebox2{
    float: left;
    width: 824px;
    height: 134px;
    margin: 4px;
    /* border: 1px solid red; */
}

.iquoteava{
    width: 150px;
    height: 132px;
    border: 3px solid #e2416d;
    padding:2px;
}

.iquoteava img{
    width: 150px;
    height: 132px;
}

.iquotetext{
	/* margin: 0px 4px 4px 4px; */
	width: auto;
	height: 79px;
	padding: 5px;
	overflow: auto;
	text-align: justify;
	border:1px solid #e2416d;
}

.ipquotesdelete{
	text-transform: uppercase;
	font-size: 9pt;
	letter-spacing: 2px;
	border-top: 1px solid #e2416d;
	text-align: right;
}