#alert{
    height: 100px;
    background-color: #fff;
    margin-top: 0px;
}

.alert-div {
    display: table; 
    width:100%;
    height: 100%;
}

.alert-date {
    display: table-cell; 
    vertical-align: middle; 
    text-align: center;  
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
}

.alert-intern_div{
    height: 66px;
    width: 210px; 
    overflow: hidden;
    text-align:center;
}

.alert-box-container{
    font-family: "Montserrat", sans serif !important; 
    font-weight: initial !important;
    text-shadow: 0 0px 0 !important;
}

.alert-box {
    line-height: 0;
    display: inline-block;    
    height: 100%;
    width: 66px;
    color: aliceblue;
    font-size: 100%;
    position:relative;
}

.alert-instrument{
    display: table; 
    width: 100%; 
    height: 10px; 
    text-align: center; 
    position: absolute; 
    margin-bottom: 2%
}

.alert-instrument_text{
    display: table-cell; 
    vertical-align: middle; 
    text-align: center; 
    font-size: 80%; 
}

.alert-class{
    display: table; 
    bottom:0%; 
    margin-left:10px;
    margin-top:0%;
    width: 54px;
    height: 10px; 
    float: left; 
    font-size: larger; 
    position: absolute;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -ms-transform-origin: left bottom; /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: left bottom; /* Chrome, Safari, Opera */
    -moz-transform: rotate(-90deg); /* Firefox Mac */
    -moz-transform-origin: left bottom; /* Firefox Mac */
    transform: rotate(-90deg);
    transform-origin: left bottom;
}

.alert-class_text{
    display: table-cell; 
    vertical-align: middle; 
    text-align: center;
    letter-spacing: 1px;
    font-size: 55%;
}

.alert-description{
    display: table; 
    bottom: 0%; 
    left: 12px;     
    position: absolute; 
    width:54px; 
    height:54px;
}

.alert-description_text{
    font-size: 300%; 
    display: table-cell; 
    vertical-align: middle; 
    text-align: center;
}

#alert-error{
    width: 1090px; 
    height: 90px;   
    font-size: xx-large;
    display: table-cell; 
    vertical-align: middle; 
    text-align: center;
}

.popbox-info_title{
    margin-top: 8px;
    text-align: center;    
    color: aliceblue;
}

.popbox-info_text{   
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 2px;
}
