
.nav {
    /*border: 2px solid blue;*/
    height: 50px;
    background: snow;
}




.left {
    float: left
}

.marginfive {
    margin-left: 5px;
}

.colornightblue {
    color: midnightblue
}

.marginthirty {
    margin-left: 30px
}

.custom-delete-alert{
    z-index: 3;
    position: absolute;
    background: blue;
    width: 100%;
    height: 100%;
    opacity: 40%;

}

.inside-alert{
    background: blue;
    padding-left: 5%;

}



