﻿.groupOverviewTable {
    width: 100%;
    height: 100%;
}


    .groupOverviewTable tr:hover {
        /*background-color: #f6f6f6;*/
    }

    .groupOverviewTable tr {
        text-align: center;
    }

    .groupOverviewTable th:first-child {
        text-align: right;
    }

    .groupOverviewTable td {
        border: 0px solid #808080;
/*        width: 16%;*/
        padding: 10px;
        background-image: url("/Images/SimpleCross.svg");
        background-repeat:no-repeat;
        background-position:center;
        background-size:cover
    }

.bases {
    color: #0E6EBA;
    font-weight: bold;
    font-size: 13px;
    background-color: #e0e0e0;
    text-decoration: underline;
    cursor: pointer;
}

    .bases:hover {
        color: #0E6EBA;
        background-color: #bdbdbd;
    }

/*            .bases td {
                color: dodgerblue;
                background-color: cornflowerblue;

            }*/

.groupTable {
    /*            width: 100%;*/
    /*            height: 100%;*/
    margin: 0 auto;
    max-width: 90% !important;
    max-height: 300px !important;
    background-color: #F3F3F3;
    border-radius: 20px;
    /*            box-shadow: rgb(128, 128, 128, .4) 0px 0px 4px;*/
}

    .groupTable:hover {
        box-shadow: rgb(128, 128, 128, .4) 0px 0px 15px;
    }

    .groupTable td {
/*        border: 1px solid #bababa;*/
        text-align: center;
        padding: 5px;
     /*   border-bottom: 1px solid #808080;*/
        background-image: none;
    }

    .groupTable tr {
           border-bottom: 1px solid #808080;
    }

    .groupTable tr:last-child {
        border-bottom: 0px solid #808080;
    }


        .groupTable td:hover {
            background-color: #e0e0e0;
        }

    .groupTable img {
        max-width: 50px;
    }
