.button-5 {
    padding-left: 0 !important;
}

a[href*="javascript:markReviewed"] {
    visibility: hidden !important;
}

a[href*="javascript:markReviewed"]::after {
    content: "! Click here to mark that you have read and understood the above"; 
    visibility: visible;
    position: relative;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    font-family: Arial;
    color: #4B515D;
    font-size: 16px;
    background: #ffbb33;
    padding: 15px 20px 15px 20px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    float: left;
}

a[href*="javascript:markUnreviewed"] {
    visibility: hidden !important;
}

a[href*="javascript:markUnreviewed"]::after {
    content: "✓ I agree to the above requirements" !important;
    visibility: visible;
    position: relative;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    font-family: Arial;
    color: #ffffff;
    font-size: 16px;
    background: #2BBBAD;
    padding: 15px 20px 15px 20px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    float: left;
}

