﻿
.alert.fixed {
    position:fixed;
    right:0;
    top: 40%;
    width:auto;
    text-align:justify;
    color:black;
    height:auto;
    z-index:99999;
}