body {
  color: #3c1f0a;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  background: #ffffff;
  font-size : 14px;
} 
.container {
  width:100%;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.wrapper {
  width:1100px;
  padding: 15px;
  border-radius: 5px;
  background-color: #f9f5e3;
  max-width : 2000px;  
  margin-left: auto;  
  margin-right: auto; 
}

input[type=text] {
    background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.2);
    border-radius: 3px;
    width: 100%;
    padding: 7px;
    font-size: 14px;
    color: #979797;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d5d5d5;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d5d5d5;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #d5d5d5;
}

.medium_text {
}
   
   
    /* Style inputs, select elements and textareas */
input[type=text], textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}



textarea {  
  font-family: 'Raleway', sans-serif;  
  background: white;
}

.label_fix {
  padding: 12px 12px 12px 0;
  display: inline-block;	
}

.popup_button a {
  height: 30px;
  margin-bottom: 25px;
  margin-left: 8px;
  text-shadow: 1px 1px #522b19;
  display:block;
  padding: 0 20px;
  color:#fffdf0;
  text-align:center;
  text-decoration:none;   
  background:#356894;  
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; 
  -o-border-radius: 3px; 
  -ms-border-radius: 3px; 
  -khtml-border-radius: 3px; 
  border-radius: 3px;
}

.popup_button ul {
  float:left;
  padding:0;
  margin:0;
  font-size:14px; 
}

.popup_button ul li {
	position:relative;
	float: left;
	padding:0;
	margin:0;
	list-style:none;
	line-height:30px;
	}


.popup_button a:hover {
  background:#CA6820;
}

.pdat{
  color:#acacac;
  font-style:italic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


tr.rowek {

  border-bottom: 1px solid black;
}

/* Floating column for labels: 25% width */
.col1 {
  float: left;
  width: 15%;
  max-width:200px; 
  margin-top: 6px;
}


/* Floating column for inputs: 75% width */
.col2 {
  float: left;
  width: 85%;
  max-width:400px; 
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

fieldset {
	width: inherit;
	max-width:610px;
  border-width: 1px;
  border-color: #d2d2d2;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; 
  -o-border-radius: 3px; 
  -ms-border-radius: 3px; 
  -khtml-border-radius: 3px; 
  border-radius: 3px;
	
}

.user_name {
  height: auto;
  min-height: 25px;
  background: #fbfaf0;
  display:block;
  padding-left: 10px;
  padding-top: 11px;
  border: solid;
  border-width: 1px;
  border-color: #d2d2d2;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; 
  -o-border-radius: 3px; 
  -ms-border-radius: 3px; 
  -khtml-border-radius: 3px; 
  border-radius: 3px;
}

.public_choice{
  height: 30px;
  display:block
  padding: 0px;
  float:left;  
  padding-left: 10px;
  padding-top: 6px;
  border: solid;
  border-width: 1px;
  border-color: #d2d2d2;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; 
  -o-border-radius: 3px; 
  -ms-border-radius: 3px; 
  -khtml-border-radius: 3px; 
  border-radius: 3px;
}

@media screen and (max-width: 1152px) {

.col1, .col2, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
.row {
	margin-bottom: 10px;
}  
.wrapper {
  width:90%;
  }    
 
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.col1, .col2, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
  
.row {
	margin-bottom: 8px;
}
.wrapper {
  width:90%;
  }   
   
}