﻿noscript .alert {
    width: 80%;
    max-width: 1000px;
    margin: 50px auto -100px;
}

.alert:not(.show) {
    display: none;
}

.alert-dismissible {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px auto 0px auto;
    padding: 1rem;
    width: 80%;
    max-width: 700px;
}

    .alert-dismissible .btn-close {
        position: unset;
        padding: .25rem;
        padding-left: 1.5rem;
        box-shadow: none;
    }