/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
table#bssreport tr {
    border-bottom: 1px solid #ccc;
    line-height: 1.8em;
}
table#bssreport tr:nth-child(even) {
    background-color:#f1f1f1;
}

table#bssreport {
    border-collapse: collapse;
    width: 100%;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;        
    font-size: 0.85em;
}
