    .checklists-template {
        padding: 5px 0;
    }

    .checklists-template-item {
        border-left: 1px solid lightgrey;
        border-right: 1px solid lightgrey;
    }

    .checklists-template-item.optional {
    }

    .checklists-template-item.recommended {
        background-color: #FFE0B2 !important;
    }

    .checklists-template-item.required {
        background-color: #ffd6d6 !important;
    }

    .checklists-template-item-column-name {
        float: left;
        text-align: left;
        width: calc(100% - 240px);
        font-size: 9pt;
        padding-left: 10px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        min-width: 0;
    }

    .checklists-template-item-column {
        float: left;
        text-align: center;
        width: 60px;
        font-size: 8pt;
    }

    #checklists-template-create {
        float: right;
        display: flex;
        justify-content: center;
        width: 120px;
        font-size: 8pt;
        margin: auto;
        background-color: #2a70b9;
        color: white;
        cursor: pointer;
        height: var(--aonline-row-height);
        align-items: center;
    }
