body {
    background-color: #0093E9;
    background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Pt Sans';
        
    display: flex;
    justify-content: center;
    align-items: center;
}


#main {
    margin: 0, auto;
    background-color: white;
    border-radius: 5px;
    padding: 24pt;
    max-width: 800px;
    -webkit-box-shadow: 18px 10px 91px 0px rgba(0,0,0,0.56);
    -moz-box-shadow: 18px 10px 91px 0px rgba(0,0,0,0.56);
    box-shadow: 18px 10px 91px 0px rgba(0,0,0,0.56);
}


h1 {
    text-align: center;
    font-size: 24pt
}


progress {width: 100%;}



#loadingAnimation {
    margin: 0 auto;
    width: 48pt;
    display: none
}


input[type=radio] {
    margin-right: 12pt
}


td {
    vertical-align: middle;
    margin-left: 12pt;
    margin-right: 12pt;
}



table {
    text-align: left;
}



@media screen and (min-width: 768px) {
    table tr {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: top; /* Align the rows to the top */
      margin-left: 5pt;
      text-align: left;

    }
    input[type=radio] {
        margin-right: 3pt
    }
  }




button {
    margin-top: 12pt;
    width: 100%;
    height: 36pt;
    line-height: 24pt;
    vertical-align: middle;
    text-align: center;
    font-size: larger;
    background-color: #29A6DC;
    border-radius: 5pt;
    border-style: none;
    font-weight: bold;
    color: white;
}


#submit {
    margin-top: 12pt;
    width: 100pt;
    height: 24pt;
    line-height: 24pt;
    vertical-align: middle;
    text-align: center;
    background-color: #29A6DC;
    border-radius: 5pt;
    border-color: whitesmoke;
    font-weight: bold;
    color: white;
    user-select: none;
    cursor: pointer;   
}

#profileText {
    text-align: justify;
}


label {
    
    /* margin-left: 6pt; */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


#profile {
    padding-top: 24pt;
    text-align: justify;
    
}


#profileImg {
    width: 65pt;
    border-radius: 50%;
    margin-right: 15pt;
}


.twoLineRadio {
  max-width: 94pt;

}
