
table{
    max-width: 667px;
    width:85%;
}
#table2{
    display:none;
}
.gps > tbody > tr > td, .gps > tbody > tr > th{
    border-color:var(--main-color);
}

@media screen and (max-width: 580px) {
    #table1{
        display:none;
    }
    #table2{
        display:table;
    }
}