body {
background-image: none;		
}
h2 {color: white;}

/*
6/27 Commented out - Original MN-button
.MN-button {
background: #78BE21; 
padding:0.3em  1em 0.3em 1em !important;
font-size:1.2em;   
border-radius: 0.25em;
margin:0;
color:#000000;
border:1px inset transparent;
box-shadow:0px;
font-weight:normal;
box-sizing:content-box;
}*/

.MN-staticimg {
   max-width:50%; 
}

.MN_text {
color: white;
font-size:1.2em;   	
}

.ps_text {
display:inline-block;
color: white;
text-align: left;
width:351px;
padding-bottom:0.5em;
display:block;
width:auto;
box-sizing:border-box;
padding-bottom:0.25em;
}

a.MNLink, a.MNLink:visited, a.MNLink:hover {
color: blue;	
text-decoration: underline;
text-shadow: none;
font-size:1em;   
	
}

.MN_center {
  text-align: center;
color:#FFFFFF;
}

/* buttons */
.MN-button{
-webkit-appearance: none;
padding:0.3em  1em 0.3em 1em !important;
font-size:1.2em;
border-radius: 0.25em;
margin:0;
color:#000000;
border:1px inset transparent;
box-shadow:0px 8px 10px #BDE6CF inset, 3px 3px 3px #000000;
font-weight:normal;
text-shadow:0px 1px 0px #BDE6CF;
box-sizing:content-box;
background-color: #78BE21;
text-shadow:none;
border: 1px solid #246FC7;
border: 1px solid var(--pt-button-primary-border-color, #246FC7);
font-weight:bold;
box-shadow:none;
font-size:1em;
display: block;
width: auto;
margin: auto;
line-height: 1.75em;
box-sizing:border-box;
transition: background 0.15s 0s ease-in-out;
cursor:pointer;
font-family: Arial, Helvetica, sans-serif;
}

/* CONE858 */
.MN-button:hover, .MN-button:focus {
/* text-shadow:1px 1px 3px #3a3a3a;
 background: #246FC7;
 background: var(--pt-button-primary-hover-background-color, #246FC7);*/
 border-color: #000;
 border-color: var(--pt-button-primary-hover-border-color, #000);
  /*text-shadow:none;*/
 outline: 1px dotted; /* 859 - WCAG */
 outline-offset: -3px; /* 859 - WCAG */
}

input[type="submit"].MN-button:disabled
{
    background: var(--pt-button-disabled-background-color);
    color: var(--pt-button-disabled-text-color);
    cursor: default;
    outline: none;
    border: 1px solid var(--pt-button-disabled-border-color);
    text-shadow: none !important;
}

.MN-accessible-box {
color:#000000;
}

.label {
  color: white;
  padding: 8px;
  font-family: Arial;
}
