﻿.admin-table1 {
    width: 88%;
    background-color: white;
    margin-left: 6%;
    margin-right: 6%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 8px;
    border: 2px solid #f3f3f3;
    overflow: hidden;
}

    .admin-table1 table {
        /*border-collapse: separate !important;
        border-style: solid;
        border-color: #DBDBDB;
        border-width: 2px;
        border-radius: 10px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;*/
        /*border-spacing: 0;
        border-collapse: separate;
        border-radius: 10px;
        border: 1px solid black;*/
    }

    .admin-table1 th, td {
        font-family: Tahoma;
        font-size: 14px;
        color: black;
        padding: .5rem .5rem
    }

    .admin-table1 th {
        background-color: #071B62;
        color: white;
        /*border-top-left-radius: 10px;*/
    }

    .admin-table1 tr {
        /*border-radius: 6px;*/
        /* background-color: blue;*/
    }

    .admin-table1 tr:hover {
        background-color: aliceblue;
    }

    /*.admin-table1 td:first-child, th:first-child {
    }
*/

.button-link {
    background: none;
    border: none;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    font: inherit;
    padding: 0;
}