@media (min-width: 786px){
table {
    width: 100% !important;
}
}
@media (min-width: 1024px){
table {
    width:  580px !important;
}
}
@media (min-width: 1200px){
table {
    width:  725px !important;
}
}

@media (min-width: 1440px){
table {
    width:  775px !important;
}
}
