/* Modal window characteristics-universal for all the modals */
div.modal 
{
background-color: #7AEED9;
padding: 1.5em;
opacity: .9;
}

div.modal p
{
color: #000;    
}

/* modal quote text */
span.modalcontent 
{
font-family: "courier", serif;
color: #000;
text-indent: 0;
font-size: 1.2.em;
}

/* styling for parts of the form */

form p
{
text-align: center;
padding: 0;
text-indent: 0;
color: #000;
font-size: 1.5;
}

p.smaller
{
font-family: "courier", serif;
font-size: .7em;
font-weight: normal;
color: #000; 
text-align: left;  
}

.textarea
{
width: 100%;
height: 300px;
border: 1px solid #000;
}

.mtextarea
{
width: 100%;
height: 200px;
border: 1px solid #000;
}


input[type=reset] 
{
background-color: #000;
border: .5px solid #9ec281;
font-family: "courier", serif;
font-size: 1em;
color: #fff;
margin-top: 1em;
padding: 8px 16px;
cursor: pointer;
}