﻿body {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 12pt;
    line-height: 21px;
    margin:5px !important;
}

.maintable {
    border: 1px solid black;
    border-collapse: collapse;
    margin:12px;
}

.textbig {
    font-size: 16px;
}

.inborder {
    border-left: 1px solid #3d4341;
    border-collapse: collapse;
    border-right: 1px solid #3d4341;
}

.dark {
    font-weight: 800;
}


.topborder {
    border-bottom: 1px solid #3d4341;
    border-collapse: collapse;
}

.bottomborder {
    border-bottom: 1px solid #3d4341;
    border-top: 1px solid #3d4341;
    border-collapse: collapse;
}

.styled-table {
    /*border-collapse: collapse;*/
    font-size: 0.9em;
    font-family: sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    width: 100%;
    border-collapse: collapse;
}

    .styled-table thead tr {
        background-color: #323232;
        color: #ffffff;
    }


    .styled-table th,
    .styled-table td {
        padding: 8px 8px;
    }

    .styled-table tbody tr {
        border-bottom: 1px solid black;
    }

        .styled-table tbody tr:nth-of-type(even) {
            background-color: #f3f3f3;
        }

        .styled-table tbody tr:last-of-type {
            border-bottom: 2px solid #3d4341;
        }

        .styled-table tbody tr.active-row {
            font-weight: bold;
            color: #009879;
        }
