@media (min-width: 1200px) {
    .alert-danger {
        width: 75% !important;
    }
    table {
        width: 50% !important;
    }
}
