﻿.table {
    margin: 0px !important;
}

.table th {
    border: none !important;
    background: #6B7A8F;
    color: white;
    padding: 5px;
}

.table tr {
    border: none !important;
}

.table td {
    border: none !important;
    padding: 5px;
}

.table-striped th {
    background-color: #6B7A8F;
    color: white;
    font-weight: normal;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: whitesmoke; 
    rgba(255, 1, 1, 0.05);
}


.table-striped tbody tr:nth-of-type(odd) {
    background-color: white;
    background-color: #EFEFEF;
}





















.table a {
    text-decoration: none;
    color: #6B7A8F;
}

    .table a:link {
        color: #6B7A8F;
    }

    .table a:visited {
        color: #6B7A8F;
    }

    .table a:active {
        color: #6B7A8F;
    }

    .table a:focus {
        color: #6B7A8F;
    }



    .table a:hover {
        color: #7C8EA5;
    }


