table.move_info_show_table {
    table-layout: fixed;
    word-break: break-word;
    word-wrap: break-word;
}

.footer-btn {
    position: static !important;
    width: 91.4vw !important;
    padding: 37px 0 0 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
}

@media screen and (min-width: 600px) {
    .footer-btn {
        width: 100% !important;
    }
}
