body{
    background-color: whitesmoke;
}

.wrap{
    background-color: black;
    padding: 100px 150px;
    border-radius: 25px;
    box-shadow: 0px 0px 25px black;
    color: white;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    table, th, td{
        border: 1px solid black !important;
        border-collapse: collapse !important;
        padding: 2px 2px !important;
        text-align: center !important;
    }
    th:first-child{
        width: 20% !important;
    }
    th:nth-child(2){
        width: 20% !important;
    }
    th:nth-child(3){
        width: 20% !important;
    }
    th:nth-child(4){
        width: 20% !important;
    }
}


table{
    width: 100%;
}

th:first-child{
    width: 9%;
}
th:nth-child(2){
    width: 70% !important;
}
th:nth-child(3){
    width: 9% !important;
    text-align: center;
}
th:nth-child(4){
    width: 9% !important;
    text-align: center;
}
th:nth-child(5){
    width: 11% !important;
    text-align: center;
}
td:nth-child(1){
    text-align: center;
}
td:nth-child(3){
    text-align: center;
}
td:nth-child(4){
    text-align: center;
}
td:nth-child(5){
    text-align: center;
}

table, th, td{
    border: 1px solid black;
    border-collapse: collapse;
    padding: 10px 25px;
}

.home-form{
    margin: 0;
}

.right{
    text-align: right;
}

.dropdown {
    position: relative;
    display: inline-block;
    min-width: 160px;
}

@media screen and (min-width:920px) {
.dropdown{
    min-width: none;
}
}

.dropdown_content {
    display: none;
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
}
.dropdown_content li{
    list-style: none;
}
.dropdown:hover .dropdown_content {
    display: block;
}

.filter-space{
    display: none;
}

.dropdown:hover .filter-space {
    display: block;
}
