    .trackActivity ul li em {
        font-weight: 500
    }

    .trackEntry {
        background: white;
    }

    #tracking-textarea {
        min-height: 185px;
        border: 1px solid #f5d177
    }

    #tracking-textarea textarea {
        resize: none;
        border: 0;
        line-height: 1.8rem;
        min-height:210px;
        width: calc(100% - 70px);
    }

    .pdk_trackForm .trackForm button {
        width: 100%;
        background: orange;
        color: white;
        border: 1px solid darkgoldenrod;
    }

    .progress {
        height: 0.6rem
    }
    .progress-bar {
        background: lightblue
    }
    .progress-bar.progress-delivered {
        background: green
    }
    .progress-bar.progress-error {
        background: red
    }
