body
        {
            padding: 5%
        }
        .centerbox {
            margin: 0 auto;
            text-align: center;
        }

        .apply {
            background: red !important;
            color: #fff;
            border: 1px solid darkslategray !important;
        }

        .small {
            width: 200px;
            height: auto;
        }

.closed {
    text-decoration: line-through !important;
    background: gray !important;
}