/* FOR JOBMATCHQUIZ.HTML */

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

p, label {
  font-size: 24px;
}

p {
    font-weight: bold;
}

label {
    padding: 10px;
    line-height: 30px;
}

input {
    margin-left: 30px;
}

.submit {
    background-color: #91408f;
    color: white;
    font-weight: bold;
    width: 75px;
    height: 30px;
    border: 0px;
    border-radius: 2px;
}

.submit:hover {
    background-color: #5d225c;
}

.result-a, .result-b, .result-c, .result-d, .other-result {
    display: none;
}

a {
    text-decoration: none;
    color: #4c218c;
}

a:hover {
    color: #B5B9FF;
}