.taskContent {
    width: 100%;
    font-size: 10px;
}

.taskContentStart,
.taskContentStop {
    text-decoration: underline;
    cursor: pointer;
}

.taskContentStart:hover,
.taskContentStop:hover {
    color: #1a1a1a;
}

.task {
    padding: 3px 5px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.taskLeft {
    font-weight: 700;
}

.examid {
    font-size: 10px;
    color: #555555;
}

.answerTitle {
    padding-right: 0px;
}

.answerWrapper {
    font-weight: 700;
    padding: 0 5px;
    padding-bottom: 5px;
}

.answerInput {
    border: 0 !important;
    font-size: 16px !important;
    max-width: 200px !important;
    margin: 0 !important;
    font-size: 10px!important;
}

.answerInput:focus {
    outline: none !important;
}

.taskTitle {
    font-size: 9px;
    padding: 0 5px 5px 5px;
    box-sizing: border-box;
    width: 100%;
}

.abacusTimerValue {
    font-size: 10px;
    color: rgb(121, 121, 121);
}

.elapsedValue {
    width: auto !important;
    padding: 0 3px;
}

.elapsedButton {
    margin-left: 5px;
}


.simpleButton.completed .simplebuttonLeft{
    /*background:#52ad62*/
}
.simpleButton.processing .simplebuttonLeft{
    /*background:#e0ac00*/
}
.simpleButton.failed .simplebuttonLeft{
    /*background:#f56363*/
}    