.responsive {
  max-width: 100%;
  height: auto;
}
.Headlinetext {
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	line-height: 19pt;
		letter-spacing: 0.5pt;
}

.Scrolltext {
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	line-height: 19pt;
		letter-spacing: 0.5pt;
					overflow-y:scroll;
					resize: none;
height:400px;
}

/* ACCORDION */

button.accordionMEL {
    background-color: transparent;
	outline: none; 
    color: #999933;
	padding: 5px;
    cursor: pointer;
    width: 542px;
	border: 0px;
    text-align: center;
    font-size: 22pt;
    transition: 0.4s;
		line-height: 27pt;
}
div.panel {
    padding: 0 5px;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

div.panel.show {
    opacity: 1;
    max-height: 11000px;  
}.subtext {
	font-size: 11pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	line-height: 19pt;
	letter-spacing: 0.5pt;
	vertical-align: 30%;

}
