.status.PENDING {
    background: url("/public/images/ribbon-red.png") no-repeat scroll center center transparent;
}
.status.STARTED {
    background: url("/public/images/ribbon-yellow.png") no-repeat scroll center center transparent;
    color : #000;
}

.status, .status.COMPLETED {
    color: #F4F4F4;
    font-family: sans-serif;
    font-size: 12px;
    height: 34px;
    padding: 5px 10px;
    position: relative;
    right: -18px;
    top: -20px;
    width: 134px;
    background: url("/public/images/ribbon-green.png") no-repeat scroll center center transparent;
    float:right;
    opacity: .5;
}

.box-shadow-dark {
    -moz-box-shadow: 10px 5px 5px black;
    -webkit-box-shadow: 10px 5px 5px black;
    box-shadow: 10px 5px 5px black;
}
.side-menu {
    margin-right: 5px;
}

.invoiceTable .taxRow {
    text-align:right;
    font-weight:bold;
}