td.progresscol
{
    position: relative;
}

td.progresscol div.progress
{
    background: currentColor;
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
}

ul, ol
{
    padding-left: 20px !important;
}

ul>li, ol>li
{
    line-height: 1.7;
}

.ui.buttons .button:last-of-type
{
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}