/* CSS Document */

.agreementType
{
	background-color: #dbdee3;    
	padding: 0.5em 1em;
}
.agreementDescription
{
	padding-top: 30px;
	padding-bottom: 50px;
	text-align: justify;
}
.spanSecondParagraph
{
	display: block;
	padding-top: 12px;
}
.agreementDetails
{
	margin-bottom: 60px;
	width:90%;  
	margin: 0px auto;
}
.well-sm hr {
    border: none;
    height: 1.2px;
    /* Set the hr color */
    color: #dbdee3; /* old IE */
    background-color: #dbdee3; /* Modern Browsers */
}

@media  (max-width: 992px) 
{
	.agreementDescription
	{
	  	padding-top: 12px;
	 	padding-bottom: 8px
	}
}

@media screen and (max-width: 600px) 
{
	.agreementDescription
	{
	 	padding-top: 12px;
	 	padding-bottom: 12px
	}
}