/*
 * Stylesheet for the "stats" page
 */

.stats { 
    display:            table;
    margin-left:        7em;
}

.stats-rad { 
    display:            table-row;
}

.stats-rubrik { 
    display:            table-cell;
    text-align:         left;
    font-weight:        bold;
    color:              #006400;
    width:              10em;
}

.stats-namn { 
    display:            table-cell;
    spacing:            5em;
    text-align:         right;
    align:              left;
    color:              #006400;
    width:              5em;
}

