#submitbut	{
	margin-top : 20px;
	margin-left : -200px;
	width : 140px;
}

form	{
	padding : 20px 0 20px 20px;
}

form, article p, .article_container p {
        font-size : 1em;
        margin: 0;
    
}
form	label	{
	float : left;
	width : 20%;
}


form	input	{
        text-align:left;
}
@media (prefers-color-scheme: dark) {
form	input,  textarea	{
    background-color : white !important;
}
}
form	input	{
        text-align:left;
}
form	input[type="text"],input[type="email"] {
	width : 70%;    
}

form	input[type="submit"]	{
}

form textarea {
	width : 90%;
	height : 200px;
}

form .form-line {
    clear:both;
}

fieldset	{
	margin : 20px 0 20px 0;
	padding : 16px;
	width : 88%;
}
.formcontainer .formheader {
    font-weight : bold;
    margin : 10px 0 10px 0 !important;
    line-height : 1.5em;
}

.formcontainer	span.oneline {
    text-align: left;
    display : block;
    margin : 10px 0 10px 0;
}

.formcontainer	.oneline.widelabel label {
	display : block;
	width : 100%;
}

.formcontainer	.oneline.widelabel input  {
	width : 612px !important;
}


/* The Modal box after submit (background) */

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #71929f;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}


@media only screen and (min-width :300px) and (max-width : 1000px) {


#main-content article:first-child {
    padding : 0;
    margin : 50px 5% 5% 5%;
}
    
#submitbut	{
	margin-top : 20px;
	margin-left : 0px;
	width : 50%;
}

	
form	{
	padding : 0;
}

form	label	{
	width : 40%;
}
form	input	{
	width : auto;
}
form	input.wide	{
	width : 100%;
}
form textarea {
	width : 100%;
}

.formheader {
        clear:both;
}


form input[type="submit"],input[type="button"] {
    width : auto;
} 

form input [type="radio"],input[type="checkbox"] {

} 

.formcontainer	.oneline.widelabel input  {
	width :  20% !important;
}


/* Modal Content */
.modal-content {
  width: 90%;

}

}