*{
  font-family: Tahoma;
  font-family: 'Roboto', sans-serif;
  max-width: 100%;
  /*overflow-x: hidden;*/
  /*box-sizing: border-box;*/
}

body{
  margin: 0;
}

.text{
  margin: 1% 8% 0 8%;
}
.content{
  width: fit-content;
  max-width: 1200px;
  margin: auto;
}

#ibox{
  width: fit-content;
  margin: auto;
}
#logoH{
  width: 100%;
  max-width: 460px;
  height: inherit;
}

#head{
  /*border: 4px dashed green;*/
  font-size: 160%;
  font-weight: bold;
  width: fit-content;
  margin: auto;
  margin-bottom: 20px;
}
.head1{
  /*border: 4px dashed green;*/
  font-size: 140%;
  font-weight: bold;
  margin-top: 8%;
  width: fit-content;
  width: inherit;
  max-width: 1200px;
  position: relative;
}
.headImg{
  opacity: 0.6;
}
.headText{
  position: absolute;
  bottom: 10%;
  left: 2%;
}

.sub{
  font-size: 110%;
  font-style: italic;
  width: fit-content;
  margin: auto;
  margin-bottom: 10px;
}
a{
  color: black;
  font-style: italic;
  word-wrap: break-word;
}

#buttonbox{
  width: fit-content;
  margin: auto;
  margin-bottom: 5%;
}

.instr{
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 120%;
  line-height: 1.4;
}



/* NAME FIELD ++++++++++++++++++++++++++++++++++ */

.row{
  width: fit-content;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 2%;
  line-height: 160%;
}

.question{
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 110%;
  width: 100%;
}

.subhead{
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 4px;
  margin-top: 5%;
}

.response{
  width: 100%;
  margin-bottom: 3%;
}
.rBox{
  width: 100%;
  margin-left: 5%;
}

.column {
  float: left;
  padding: 10px;
}

.left {
  width: 30%;
}

.right {
  width: 300px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


.field:focus{
  outline: none;
}

.field{
  font-size: 100%;
  background-color: rgb(255,255,255);
  border-color: rgb(0,0,0);
  border-width: 2px;
  border-radius:4px;
  padding: 4px 0 4px 4px;
  box-shadow: 1px 1px 1px rgb(80,80,80);
  width: 260px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 4px;
}

.field:focus{
  outline: none;
}

.txtArea{
  resize: none;
  margin-left: 0%;
  margin-top: 1%;
  margin-bottom: 2%;
}

/* Styles for desktop screens */
@media only screen and (min-width: 768px) {
  #txt_comments{
    width: 100%;
    max-width: 400px;
  }
  .left{
    width: 35%;
  }
  .question{
    text-align: right;
  }
  .right{
    width: fit-content;
  }
}

/* Styles for mobile screens */
@media only screen and (max-width: 767px) {
  h1{
    font-size: 130%;
    margin-top: 20px;
  }
  .instr{
    font-size: 110%;
  }
  .column {
    padding: 3px;
    font-size: 90%;
  }
  .left{
    padding-top: 20px;
    width: 100%;
  }
}

#food_select, #project_select{
  background: url(arrow_down.png) no-repeat right;
  -webkit-appearance: none;
  background-position-x: 234px;
  width:260px;
  overflow: hidden;
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  padding-right: 16px;
}


/*hide arrows: Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#txt_comments{
  /*white-space: normal;*/
  resize: none;
}

/* CONTINUE BUTTON */
.button{
	float: center;
	display: inline;
  background-color: rgb(50,50,50); /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom right,rgb(20,88,49), rgb(20,61,99));
	margin: 2px 3px 2px 3px;
	padding: 10px 20px;
	color: rgb(255,255,255);
  border-color: rgb(0,0,0);
  border-style: none;
	border-radius: 4px;
	box-shadow: 3px 2px 3px rgb(120,120,120);
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
  min-width: 160px;
}
.button:hover{
	cursor: pointer;
	box-shadow: 3px 2px 3px rgb(90,90,90);
}
.button:active{
	box-shadow: 0px 0px 0px transparent;
	margin: 4px 0px 0px 6px;
}

.buttonBox{
  display: flex;
  width: fit-content;
  margin: auto;
  margin-top: 4%;
  margin-bottom: 4%;
  align-items: center;
}

/* Styles for desktop screens */
@media only screen and (min-width: 768px) {
  .button{
    font-size: 110%;
    min-width: 180px;
    max-width: 200px;
  }
}

/* Styles for mobile screens */
@media only screen and (max-width: 767px) {
  .button{
    font-size: 90%;
    min-width: 180px;
    max-width: 180px;
  }
  .buttonBox{
    margin-top: 8%;
  }
}





/* TABLE ###################################################################### */
/* table ------------------  */
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}
th, td {
  padding: 12px;
  text-align: left;
}

td{
  white-space: normal;
}

.abstract{
  font-size: 90%;
}
th:nth-child(1), td:nth-child(1) {
  width: 25%; /* Customize the width of the first column */
}
th:nth-child(2), td:nth-child(2) {
  width: 30%; /* Customize the width of the first column */
}

#info{
  max-width: 100%;
  word-wrap: break-word;
  word-break: break-all;
}

/* Styles for desktop screens */
@media only screen and (min-width: 768px) {
  .tableBox{
    width: fit-content;
    margin: auto;
  }
  .pTable{
    min-width: 750px;
    font-size: 110%;
  }
  td{
    width: 100%;
  }
}

/* Styles for mobile screens */
@media only screen and (max-width: 767px) {
  .pTable{
    display: block;
    width: 100%;
    border-collapse: collapse;
    font-size: 90%;
  }
  .pTable th{
    word-break: keep-all;
    padding: 4px;
  }
  .pTable td{
    word-break: keep-all;
    padding: 4px;
  }
  #info{
    max-width: 700px;
    overflow: hidden;
  }

}

.pTable{
  margin-top: 4%;
  max-width: 100%;
  table-layout: auto;
}

#captchaBox{
  width: fit-content;
  margin: auto;
}
