
.is-shown-link-container-complete {
    display: flex;
    margin-top: 30px;
    flex-direction: column;
    .link-desc {
        color: #ff0000;
    }
    a {
        display: inline-flex;
        margin-top: 10px;
        padding: 5px 10px;
        background-color: #ff0000;
        color: #ffffff;
        font-size: 15px;
        line-height: 40px;
        height: 40px;
        border-radius: 3px;
        width: fit-content;
    }
}

table.list tbody tr td.title .is-shown-link-container {
    a {
        font-size: 13px;
        color: #ff0000;
        font-weight: normal;
        cursor: pointer;
    }
}

table.list tbody tr td.title {
    width: 38%;
}

table.list tbody tr td.off {
    width: 7%;
}
