﻿table {
    border-collapse: collapse;
    width: 100%;
}

th {
    font-weight: bold;
    background-color: #17A2B8; /*5bc0de*/
    color: white;
}

th, td {
    padding: 15px;
    text-align: left;
}

tr:hover {
    background-color: #A2D0DE !important;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

.headerSmallTable {
    color: #000000;
    font-weight: bold;
}

.textSmallTable {
    color: #808080;
}

.valueSmallTable {
    color: #000000;
}