body {
    font-family: 'Source Sans Pro', sans-serif;
    background: rgb(218, 245, 249);
    font-size: 14px;
    position: relative;
    margin-top: 16px;
    margin-left: 25px;
    margin-right: 25px;
    min-height: 100%;
    line-height: 1.5;
}

.container {
    max-width: 800px;
    margin: 1rem auto;
}

.question {
    text-align: left;
}
    
html {
  height: 100%;
  box-sizing: border-box;
}

h1 {
    text-align: left;
    font-size: 22px;
}

p {  
   margin: 0 auto;
}

table {
    margin: 1.5rem auto;
    table-layout: fixed;
    line-height: 1.5;
    border: 1px solid grey;
}

th {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    word-wrap: break-word;
    border: 1px solid grey;
    padding: 5px;
}

td {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    word-wrap: break-word;
    border: 1px solid grey;
    height: 50px;
    min-width: 60px;
    padding: 5px;
}

.rtalign {
    text-align: right;
}

.ltalign {
    text-align: left;
}

tr td {
    text-align: center;
    
}

input {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
}

textarea {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    width: 100%;
}

.footer {
    padding: 1rem;
    background-color: #efefef;
    text-align: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 11px;
    overflow: hidden;
    margin-left: -25px;
    margin-right: -25px;
}

#emailID {
    margin-top: 1rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 11px;
    position: relative;
    width: 150px;
}



#expand {
    display: none;
}

.readMore {
    color: grey;
    text-decoration: none;
}

.readMore:hover {
    text-decoration: underline;
}

a {
    color: blue;
}

@media (max-width: 425px) {
    body {
        margin-left: 5%;
        margin-right: 5%;
    }
}

#bluebells {
    background: url("Bluebells 3.JPG");
    height: 100px;
    background-size: 100% auto;
    background-position: center;
    border-radius: 8px;
    border-style: solid;
    border-width: 2px;
    border-color: #efefef;
}

nav ul {
    list-style-type: none;
    margin: 14px 0;
    padding: 0;
    background-color: #333;
    overflow: hidden;
    border-radius: 8px;
}

nav ul li {
    float: left;
}

nav ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

nav ul li a:hover {
    text-decoration: none;
    background-color: #111;
}

#progress_bar {
    width: 100%;
    height: 25px;
    background: linear-gradient(to right, orangered, orange, greenyellow);
}