#popupLabelContainer{
    position: fixed; 
    right: 0px; 
    top: 200px; 
    float:right;
    width: 0px;
    z-index: 100;
}

div.popoutLabel { 
    float: left;
    /*    right: -200px;*/
    width: 220px; 
/*    height: 50px; */
    
    color: #FFF;
    padding: 10px;
    margin: 0px 0 10px -30px;
/*    font-size: 10px;*/

    box-shadow: 3px 3px 6px #BBB;
}

table.popupLabel{
    width: 100%;
}

td.popoutLabelContent { 
    width:100%;
    
/*    font-size: 10px;*/
}

div.popoutLabelDiv { 
    color: #FFF;
    
/*    font-size: 10px;*/
}

.popoutLabelPull {
     vertical-align: middle; 
     font-size: 20px; 
     color: #fff;
     padding-right:15px;
}

.popoutlabelActions {
    float: right;
}

.jsPopoutLabelRead {
    background-color: #4285f4; 
    color: #FFF;
}

.invoice {
    background-color: #FF0000 !important; 
}

.jsPopoutLabelNotRead  {
    background-color: #4285f4; 
    color: #FFF;
}
.popoutLabel.jsPopoutLabelNotRead {
    margin-left: -230px;
}

.popoutLabel a { color: white; }
.popoutMessageGeneral {
    color: #fff;
    text-decoration: none;
}