.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;
}


.profipquotebox1{
    text-align: justify;
    padding: 5px;
    border:1px solid #872f38;
    height: 240px;
    overflow: auto;
    font-size: 10.5pt;
    font-weight: 300;
}

.ipquotebox0 {
	float: left;
	margin: 1px;
}

.ipquoteshead1{
	font-size: 12pt;
	color: #872f38;
	text-align: left;
	text-transform: uppercase;
	padding: 2px 2px 2px 5px;
	border-top: 1px solid #872f38;
	border-left: 30px solid #872f38;
	border-right: 1px solid #872f38;
	border-bottom: 0px solid #872f38;
}

.ipquotedate{
padding: 5px;
	/* display: table-cell; */
	vertical-align: middle;
	text-align:center;
	height: 88px;
}

.iquotebox1{
    float: left;
    width: 120px;
    height: 120px;
}

.iquotebox2{
    float: left;
    width: 855px;
    height: 118px;
    margin: 2px;
    /* border: 1px solid red; */
}

.iquoteava{
    width: 110px;
    height: 110px;
    border: 3px solid #872f38;
    padding:2px;
}

.iquoteava img{
    width: 110px;
    height: 110px;
}

.iquotetext{
	/* margin: 0px 4px 4px 4px; */
	width: auto;
	height: 64px;
	padding: 5px;
	overflow: auto;
	text-align: justify;
	border:1px solid #872f38;
	font-size: 12pt;
	font-weight: 300;
}

.ipquotesdelete{
	text-transform: uppercase;
	font-size: 9pt;
	letter-spacing: 2px;
	border-top: 1px solid #872f38;
	text-align: right;
}