﻿body {
}
/* status.css */
.status-paid {
    background-color: #ddf5f0;
    color: #00AB55;
    text-align: center;
    margin-top: 7px;
    width: 75px;
    height: 21px;
    line-height: 21px;
}
.status-pending {
    background-color: #f2eafa;
    color: #805DCA;
    text-align: center;
    margin-top: 7px;
    width: 75px;
    height: 21px;
    line-height: 21px;
}
