.status-dot {
    width: 1em;
    height: 1em;
    border: 1px solid #000;
    border-radius: 1em;
    display: inline-block;
    margin: 2px;
}

.red-dot {
    background-color: red;
}

.green-dot {
    background-color: lime;
}

#payment-status-indicator {
    display: block;
}

.custom-td {
    text-align: center!important;
}