

form {
    display: inline-block;
}
fieldset {
    width: 10%;
    float: left;
}

#addEntry {
    margin-top: 10px;
}
section {
     text-align: center;
 }
section table {
    width: auto;
    margin-top: 1em;
}
iframe {
    width: auto;
    margin-top: 1em;
    height: 770px;
    border: none;
}
#statementincorrect {
    color: #ff3333;
}
#statement {
    color: #75b007;
}