/* 
    Document   : bugs
    Created on : Apr 13, 2011, 12:03:22 AM
    Author     : david2096
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div.invoices {
    margin-left: 20px;
    padding-bottom: 8px;
    border: 1px solid #666666;
    background: #E8EDFF;
    padding: 6px;
    margin-bottom: 5px;
}

div.invoices h3 {
    color: maroon;
    font-size: 1.6em;
    font-weight: bold;
    padding-top: 5px;
}

.small-highlight {
    font-style: italic;
    font-family: serif;
}

.short-desc {
    font-family: serif;
    color: #333333;    
}

.pagination {
    text-align: center;
}

