﻿.pure-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
    empty-cells: show;
}

    .pure-table caption {
        color: #0078A8;
        font: italic 85%/1 arial, sans-serif;
        padding: 1em 0;
        text-align: center;
    }

    .pure-table thead {
        background-color: #e9f2f8;
        color: #0078A8;
        text-align: left;
        vertical-align: bottom;
    }

    .pure-table tbody {

    }
    
.pure-table th {
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: 5px 10px 4px !important;
    height: 44px;
    line-height: 30px;
    color: #2980b9 !important;
    border: none !important;
    position: relative;
    text-overflow: ellipsis;
}

    .pure-table td {
        font-size: inherit;
        margin: 0;
        overflow: visible;
        padding: 5px 10px 4px !important;
        height: 26px;
        color: #2980b9;
        border-color: #e9f2f8 !important;
        line-height: 17px;
        position: relative;
        text-overflow: ellipsis;
    }

    .pure-table tbody tr:nth-child(even) {
        background-color: #ffffff;
    }

    .pure-table tbody tr:nth-child(odd) {
        background-color: #fafafa;
    }

.pure-table-column-number {
    text-align: right;
}

