
@media only screen and (max-width: 767px) {
  html, body {
min-height: 100%;
/*min-width: 400px*/

}

}
form sectionContainer{
  font-size: 1rem;
}
.sectionContainer {
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-color: #ff6700;
  border-style: solid;
  margin-top: 30px;
  margin-bottom: 10px;
}

html, body {
min-height: 100%;
/*min-width: 700px*/
}
.questionContainer,.resultsPara {
  background-color: #1e1e2f;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; 
  margin-top: 10px;
  margin-bottom: 10px;
}
.resultsPara {
  border-color: #ff6700;
  border-style: solid;
}
.results {
margin: auto;
max-width: 700px;
display: flex;
justify-content: center;
align-items: center;
height: inherit;
padding: 3px;
flex-direction: column;
}
.narrativeBox{
/*width: 700px;*/
}

.chartBox {
margin:auto;
margin-top: 30px;
width: 100%;
height: 400px;
}
input[type="radio"] {
height: 20px;
width: 20px;
}
.patataButton {
margin: auto;
max-width: 400px;
padding: 10px;
border: none;
-webkit-border-radius:5px;
-moz-border-radius: 5px; 
border-radius: 5px; 
background-color: #f98f50; 
color: #fff;
}
.introBox {
padding: 10px;
color: #fff;
background-color: #1e1e2f;  
-webkit-border-radius:5px;
-moz-border-radius: 5px; 
}

body, div, form { 
padding: 0;
margin: 0;
outline: none;
font-family: Arial, sans-serif;
font-size: 0.95rem;
color: #fff;
line-height: 22px;
}

h1, h4 {
margin: 10px 0 4px;
}
h1 {
font-weight: 700;
}
h3 {

}
h1, h2, h3, h4{
  color: #ff6700;
  text-transform: uppercase;
  font-family: "Rubik", Sans-serif;
}
h4.questionDesc {
  text-transform:none;
}
.mainBox {
  margin: auto;
  max-width: 700px;
  padding: 20px;
  background: #372541;
  box-shadow: 0 2px 5px #ccc;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: inherit;
}
form {
  width: 100%;
}
input {
width: calc(100% - 10px);
padding: 5px;
border: 1px solid #ccc;
border-radius: 3px;
vertical-align: middle;
}
input:hover {
border: 1px solid #ff6700;
}
table {
width: 100%;
border-collapse: collapse;
margin-bottom: 50px;
}
.odd{
  background-color: lightgrey;
}
h4 {
padding: 0px 0 5px;
}
.question-answer label {
display: inline-block;
padding: 0 20px 15px 0;
}
.question-answer input {
width: auto;
}
th {
width: 5%;
padding: 7px 7px;
text-align: center;
vertical-align: center;
/*line-height: 18px;*/
font-weight: 600;
border-bottom: 1px solid #1574BC;
color: #1574BC;
}
td {
width: 5%;
padding: 20px 20px;
text-align: center;
vertical-align: center;
/*line-height: 18px;*/
font-weight: 400;
}
.first-col {
width: 26%;
text-align: left;
border-right: 1px solid #1574BC;
}
.btn-block {
text-align: center;
}
.skipButton {
text-align: center;
margin-left: 10px;
}
button {
/*min-width: 150px*/;
max-width: 300px;
padding: 10px;
border: none;
-webkit-border-radius: 5px; 
-moz-border-radius: 5px; 
border-radius: 5px; 
background-color: #ff6700; 
color: #fff;
cursor: pointer;
transition: background-color 0.2s ease-in-out;
}
button:hover {
background-color: #1e1e2f;
transition: background-color 0.2s ease-in-out;
}
.resultsButton {
  margin: 10px;
}
.resultsButtonSection {
  display: flex; 
  align-items: center;
  justify-content: center;
}
@media (min-width: 568px) {
th, td {
word-break: keep-all;
}
}
.sectionHead {
  display: flex; 
  align-items: center;
  justify-content: space-between;
}
.sectionContent {
transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out, padding 0.5s ease-in-out;
max-height: 99999px;
overflow: hidden;
}

.sectionContent.hidden {
max-height: 0;
opacity: 0;
overflow: hidden;
}

.profileImage {
  margin-top: 10px;
}