.alert {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    position: relative;
    bottom: 0px;
    right: 1px;
    float: right;
    clear: right;
    background-color: white;
}
.alert-red {
    color: white;
    background-color: #DA4453;
}
.alert-green {
    color: white;
    background-color: rgb(255,154,67);
}
.alert-blue {
    color: white;
    background-color: #4A89DC;
}
.alert-yellow {
    color: white;
    background-color: #F6BB42;
}
.alert-orange {
    color: white;
    background-color: #E9573F;
}
#ohsnap {z-index: 9999999999999999999999999999999; position: fixed;top: 8px;right: 8px;}