a,
a:hover,
a:focus {
    text-decoration: none !important;
    border-bottom: none !important;
}

.limit-table {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow-x: auto;
}

.limit-table table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
}