
a.btn {text-decoration: none;}
a.nav-link {text-decoration:none;}
.thead-dark a, .thead-dark a:visited {color:White;}
.alert{margin-bottom:.5rem;}
@media only screen and (max-width:900px) {
    .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        max-width: 900px !important;
    }
      
    .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
    } 

    .dropdown-menu {
        width:100%;
    }
}

