html, body {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
}
*:focus {
    outline: 2px solid #ffa500;
}
section#task-wrapper {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: #616161;
    padding: 0 10px 20px 10px;
    position: relative;
}
section#task-wrapper header {
    text-align: center;
    min-height: 15px;
}
section#task-wrapper header h1 {
    color: #fff;
    font-weight: bold;
    font-family: 'Arial Black', 'Arial Bold', sans-serif;
    font-size: 20px;
    line-height: 44px;
    margin: 0;
    padding: 0;
}
section#task-wrapper div.activity-wrapper {
    width: 580px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 10px 20px 15px 20px;
    position: relative;
}
section#task-wrapper div.activity-wrapper p.instructions#audio-included {
    position: relative;
    padding: 0 0 0 40px;
    margin: 0 0 6px 0;
    font-size: 14px;
}
section#task-wrapper div.activity-wrapper p.instructions#audio-included a {
    position: absolute;
    left: 0;
    display: block;
    height: 28px;
    width: 32px;
    text-indent: -9999px;
    background-repeat: no-repeat;
}
section#task-wrapper div.activity-wrapper p.instructions#audio-included a.audio-button {
    background-image: url('../images/sprites.png');
    background-position: 0 -22px;
}
section#task-wrapper div.activity-wrapper p.instructions#audio-included a.playing {
    background-image: url('../images/sprites.png');
    background-position: -34px -22px;
}
section#task-wrapper div.activity-wrapper p.instructions#audio-sans {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 6px 0;
    line-height: 30px;
}
html, body {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
}
*:focus {
    outline: 2px solid #ffa500;
}
section#task-wrapper {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: #616161;
    padding: 0 10px 20px 10px;
    position: relative;
}
section#task-wrapper header {
    text-align: center;
    min-height: 15px;
}
section#task-wrapper header h1 {
    color: #fff;
    font-weight: bold;
    font-family: 'Arial Black', 'Arial Bold', sans-serif;
    font-size: 20px;
    line-height: 44px;
    margin: 0;
    padding: 0;
}
section#task-wrapper div.activity-wrapper {
    width: 555px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 10px 20px 15px 20px;
    position: relative;
}
section#task-wrapper div.activity-wrapper p.instructions#audio-included {
    position: relative;
    padding: 0 0 0 40px;
    margin: 0 0 6px 0;
    font-size: 14px;
}
section#task-wrapper div.activity-wrapper p.instructions#audio-included a {
    position: absolute;
    left: 0;
    display: block;
    height: 28px;
    width: 32px;
    text-indent: -9999px;
    background-repeat: no-repeat;
}
section#task-wrapper div.activity-wrapper p.instructions#audio-included a.audio-button {
    background-image: url('../images/sprites.png');
    background-position: 0 -22px;
}
section#task-wrapper div.activity-wrapper p.instructions#audio-included a.playing {
    background-image: url('../images/sprites.png');
    background-position: -34px -22px;
}
section#task-wrapper div.activity-wrapper p.instructions#audio-sans {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 6px 0;
    line-height: 30px;
}
section.task-3 p.instructions {
    line-height: auto;
}
section.task-3 table {
    border-collapse: collapse;
}
section.task-3 tr th {
    text-align: center;
    height: 62px;
    border: solid 2px #2691ff;
    margin: 0;
    background-color: #e5f0f9;
    font-weight: normal;
    font-size: 14px;
}
section.task-3 tr th.col-1 {
    width: 120px;
}
section.task-3 tr th.col-2 {
    width: 180px;
}
section.task-3 tr th.col-3 {
    width: 265px;
}
section.task-3 tr td {
    border: 1px solid black;
    text-align: center;

    border: solid 2px #2691ff;
    margin: 0;
    height: 40px;
}
section.task-3 tr td:nth-child(3) {
    text-align: left;
    padding-left: 30px;
}
section.task-3 tr td p.feedback {
    position: relative;
    top: -38px;
    left: 132px;
    margin: 0;
    padding-left: 6px;
    font-size: 14px;
    font-weight: bold;
}
section.task-3 tr td p.feedback span {
    display: none;
    position: absolute;
}
section.task-3 tr td p.feedback span.correct {
    line-height: 38px;
    color: #43c919;
}
section.task-3 tr td p.feedback span.tryagain {
    line-height: 38px;
    color: #f90;
}
section.task-3 tr td p.feedback span.incorrect {
    margin-top: 3px;
    color: #e8383c;
}
section.task-3 tr td p.feedback span.correct:before {
    content: "";
    background-image: url(../images/sprites.png);
    background-position: -80px 0;
    background-position-x: -80px;
    background-position-y: 0;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    width: 28px;
    position: absolute;
    left: -166px;
    top: 8px;
}
section.task-3 tr td p.feedback span.tryagain:before {
    content: "";
    background-image: url(../images/sprites.png);
    background-position: -102px 0;
    background-position-x: -102px;
    background-position-y: 0;
    background-repeat: no-repeat;
    display: block;
    height: 22px;
    width: 24px;
    position: absolute;
    left: -166px;
    top: 8px;
}
section.task-3 tr td p.feedback span.incorrect:before {
    content: "";
    background-image: url(../images/sprites.png);
    background-position: -120px 0;
    background-position-x: -120px;
    background-position-y: 0;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    width: 28px;
    position: absolute;
    left: -166px;
    top: 5px;
}
section.task-3 tr td p.feedback span:focus {
    outline: 0;
}
section.task-3 tr td form {
    line-height: 38px;
}
section.task-3 tr td form label {
    position: absolute;
    left: -9999px;
    display: inline-block;
}
section.task-3 tr td form input {
    width: 55px;
    height: 24px;
    border: 2px solid #e5f0f9;
    vertical-align: middle;
}
section.task-3 tr td form a.submit {
    text-decoration: none;
    font-size: 14px;
    color: #000;
    background-color: #2691ff;
    border: solid 2px #000;
    border-radius: 6px;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding: 4px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    transition: background-color .5s;
}
section.task-3 tr td form a.submit:hover, section.task-3 tr td form a.submit:active {
    background-color: #e5f0f9;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    transition: background-color .5s;
}
section.task-3 tr td form a.submit:focus {
    outline: solid 2px #ffa500;
}
section.task-3 tr td form a.submit.complete {
    opacity: .5;
}
section.task-3 tr td form a.submit.complete:hover {
    background-color: #2691ff;
}
section.task-3.task-3a tr:nth-child(5) {
    font-weight: bold;
}
section.task-3.task-3a tr th {
    font-weight: bold;
}
section.task-3.task-3a tr th.col-1-3a {
    width: 80px;
}
section.task-3.task-3a tr th.col-2-3a {
    width: 80px;
}
section.task-3.task-3a tr th.col-3-3a {
    width: 70px;
}
section.task-3.task-3a tr th.col-4-3a {
    width: 40px;
}
section.task-3.task-3a tr th.col-5-3a {
    width: 300px;
}
section.task-3.task-3a tr td {
    font-size: 14px;
}
section.task-3.task-3a tr td:nth-child(1) {
    font-weight: bold;
}
section.task-3.task-3a tr td:nth-child(2) {
    background-color: #fcffc9;
}
section.task-3.task-3a tr td:nth-child(3) {
    text-align: center;
    padding-left: 0;
}
section.task-3.task-3a tr td:nth-child(4) {
    background-color: #d1ffb8;
}
section.task-3.task-3a tr td:nth-child(5) {
    text-align: left;
    padding-left: 30px;
}