.ipquotes-modal {
	width: 600px;
}

.ipquotes-modal textarea {
	min-height: 150px;
}

.ipquotes-modal div.tfoot {
	margin: 0 -30px -30px;
}

.inplayquote-header .container-md .inplayquote .ipquote, .inplayquotes-quote {
	font-family: 'Playfair Display', serif;
	text-wrap: balance;
}

.inplayquote-header .container-md .inplayquote {
    position: relative;
    max-width: 60%;
    margin: 80px auto;
    align-self: center;
}

.inplayquote-header .container-md .inplayquote .ipquote {
    position: relative;
    font-size: 1rem;
	text-align: center;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    border: 1px solid #f5f5f5;
    border-radius:20px;
    padding: 25px;
}

.inplayquote-header .container-md .inplayquote .ipquote:after {
    content:"";
    position: absolute;
    border: 1px solid #f5f5f5;
    border-radius: 0 100% 0 0;
    width: 60px;
    height: 60px;
    bottom: -60px;
    left: 40px;
    border-bottom: none;
    border-left: none;
    z-index: 3; 
}

.inplayquote-header .container-md .inplayquote .ipquote:before {
    content:"";
    position: absolute;
    width: 90px;
    border: 1px solid #1e2124;
    bottom: -1px;
    left: 40px;
    z-index: 2;
}

@media all and (min-width: 600px) {
.inplayquote-header .container-md .inplayquote .ipquote {

        line-height: 1.2;
   }

}

.inplayquote-header .container-md .inplayquote .ipquote-info {
    position: relative;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left:120px;
    padding-left:12px;
}










.inplayquotes-quote {font-size: 22px;text-align: center; }


	
				
		.ip-quotes-pop:target { 
			opacity:1;
			pointer-events: auto; 
		} 
				
		.ip-quotes-pop > .ip-quotes-popup { 
			background: transparent; 

			position: relative; 
			margin: 10% auto; 
			padding: 25px; 
			z-index: 1; 
		} 
				
		.closepop { 
			 position: absolute; 
			right: -5px; 
			top:-5px; 
			width: 100%; 
			height: 100%; 
			z-index:0; 
		}