﻿.wrap{
    width: 65%;
    margin: auto;
}
th:first-child,
td:first-child {
    width: 50%;
}
table {
    border-collapse: collapse;
    border: 1px solid #000;
    height: fit-content;
    width: 100%;
    border-top: none;
}



th, td {
    padding: 5px;
    border: 1px solid #000;
}

th {
    background-color: #CCFFFF;
    border-top: none;
}

.tabele-area {
    height: 0;
    overflow: hidden;
    transition: .5s ease;
    margin-bottom: 30px;
}


.table-btn {
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    border-radius: unset;
    padding: 5px;
    background-color: #CCCCCC;
    border: 1px solid #000000;
    cursor: pointer;
}

.back_btn_area {
    margin: 50px 0;
    text-align: center;
}

@media screen and (min-width:399px) {
    .table-btn {
        font-size: 16.6px;
    }
}

@media screen and (min-width:769px) {
    .table-btn {
        font-size: 18px;
    }
}