﻿small a {
    color: silver !important;
}

h1.table-title {
    font-size: 1.5em;
    margin-bottom: 2em;
}

/*table*/
table.data-table {
    font-size: 10px;
    margin-left: auto;
    margin-right: auto;
    min-width: 850px;
}

table.data-table th {
    font-weight: normal;
    max-width: 100px;
}

table.data-table th,
table.data-table td {
    text-align: right;
    padding: .2em;
    border-bottom: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}

table.data-table tr:first-child th {
    border-top: 1px solid #ededed;
}

table.data-table td:first-child,
table.data-table th:first-child {
    border-left: 1px solid #ededed;
}

table.data-table tbody tr th:first-child {
    text-indent: -1em;
    padding-left: 1.5em;
    min-width: 120px !important;
    max-width: none;
}

table.data-table tr th:last-child, 
table.data-table tr td:last-child {
    padding-right: 0em;
}

.indent1 {
    padding-left: 2em !important;
}

.indent2 {
    padding-left: 3em !important;
}

.indent3 {
    padding-left: 4em !important;
}

.cell1 {
    text-align: left !important;
}

/*header*/
table.data-table thead th.header {
    border-bottom: 1px solid #282828 !important;
    vertical-align: bottom;
}

/*notes*/
.notes {
    border-top: 1px solid #282828 !important;
    padding-top: 10px;
    margin: 20px 0px;
}

/*data*/
table.data-table tbody.data tr th {
    text-align: left;
}

/*notes*/
table.data-table tbody.note tr td {
    text-align: left;
}

table.data-table tbody.note tr:first-child td {
    border-top: 1px solid #282828;
}

/*hover*/
table.data-table tbody.data tr:hover {
    background-color: rgba(9, 157, 208, 0.1);
}

table.data-table .highlighted {
    background-color: rgba(9, 157, 208, 0.1);
}

table.data-table th.highlighted {
    background-color: #e6f6fb;
}

/*freeze headers*/
table.data-table {
    border-collapse: separate; /* Don't collapse */
    border-spacing: 0;
}

table.data-table th {
    background-color: white;
}

table.data-table thead {
    position: sticky;
    top: 0;
    z-index: 1;
}

table.data-table th:nth-child(1) {
    position: sticky;
    left: 0;
/*    border-right: 1px solid #282828;*/
}

table.data-table thead th:nth-child(1) {
    z-index: 2;
}

/*buttons*/
.btn {
    font-size: 1em;
}
