
.w3-bar-block .w3-bar-item {
    padding: 20px
}

.center {
    margin: auto;
    width: 80%;
}

.mymodal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.4);
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}

.mymodal-content {
    position: fixed;
    bottom: 0;
    background: #fefefe;
    width: 100%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s
}

.close {
    color: black;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.mymodal-header {
    padding: 8px 24px;
    background: #eeeeee;
    color: black;
}

.mymodal-body {
    padding: 8px 24px;
}

.mymodal-footer {
    padding: 8px 24px;
    background: #dddddd;
    color: black;
}

@-webkit-keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.button {
    background: rgb(192, 192, 192);
    border: none;
    color: black;
    padding: 10px 26px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 360px;
}

.fixed_header {
    width: auto;
    table-layout: fixed;
    border-collapse: collapse;
}

.fixed_header tbody {
    display: block;
    width: 100%;
    overflow: auto;
    height: 300px;
}

.fixed_header thead tr {
    display: block;
}

.fixed_header thead {
    background: rgb(66, 66, 66);
    color: #fff;
}

.fixed_header tbody tr:nth-child(even) {
    background: #f2f2f2;
}

.fixed_header tbody tr {
    background: #ffffff;
}

.fixed_header th,
.fixed_header td {
    padding: 5px;
    text-align: center;
    width: 100px;
    border: 1px solid #fff;
}

.fixed_header2 {
    width: auto;
    table-layout: fixed;
    border-collapse: collapse;
}

.fixed_header2 tbody {
    display: block;
    width: 100%;
    overflow: auto;
    height: auto;
}

.fixed_header2 thead tr {
    display: block;
}

.fixed_header2 thead {
    background: rgb(114, 168, 78);
    color: #fff;
}

.fixed_header2 tbody tr:nth-child(odd) {
    background: #f2f2f2;
}
.fixed_header2 tbody tr {
    background: #ffffff;
}

.fixed_header2 th,
.fixed_header2 td {
    padding: 5px;
    text-align: center;
    width: 160px;
    border: 1px solid #fff;
}

.fixedSecTable {
    width: auto;
    table-layout: fixed;
    border-collapse: collapse;
}

.fixedSecTable tbody {
    display: block;
    width: 100%;
    overflow: auto;
    height: auto;
}

.fixedSecTable thead tr {
    display: block;
}

.fixedSecTable thead {
    background: rgb(99, 81, 202);
    color: #fff;
}

.fixedSecTable tbody tr:nth-child(odd) {
    background: #f2f2f2;
}

.fixedSecTable th,
.fixedSecTable td {
    padding: 5px;
    text-align: center;
    width: 240px;
    border: 1px solid #fff;
}