﻿.tsk_word1 {
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
    padding-right: 2px;
    cursor: pointer;
}

.tsk_ref {
    font-family: Georgia;
    border-radius: 8px;
    padding-right: 3px;
    padding-left: 3px;
    cursor: pointer;
    user-select: none;
}

.tsk_ref.nt {
    color: #cd5832;
}

.tsk_ref.ot {
    color: #154292;
}

.tsk_ref:hover {
    text-decoration: underline;
}

.tsk {
    font-size: 16px;
    font-family: Georgia;
    padding: 5px 10px;
    line-height: 1em;
}