.changenowscamalert-banner {
    background: #b80f0a;
    height: 40px;
    display: inline-block;
    position: relative;
    width: 95%;
    font-family: Arial, Helvetica, sans-serif;
    color: #ccc;
    border: solid;
    border-color: #000000;
    border-width: 1px;
    transition: background 0.5s ease;
}
.changenowscamalert-banner:hover {
    background: #fcfcfc;
}
.changenowscamalert-banner:hover  .changenowscamalert-subject {
    height: 32px;
    display: inline-block;
    position: relative;
    color: #000;
}
.changenowscamalert-subject {
    height: 32px;
    display: inline-block;
    position: relative;
    font-family: "Arial";
    font-weight: normal;
    color: #fcfcfc;
    line-height: 38px;
    font-size: 23px;
    text-align: left;
    text-shadow: 0px 0px 5px rgb(0, 255, 0);
    transition: text-shadow 0.75s ease;
    font-weight: bold;
}
.changenowscamalert-subject1 {
    height: 32px;
    display: inline-block;
    position: relative;
    font-family: "Arial";
    font-weight: normal;
    color: #fcfcfc;
    line-height: 38px;
    font-size: 23px;
    text-align: left;
    text-shadow: 0px 0px 5px rgb(255, 0, 0);
    transition: text-shadow 0.75s ease;
    text-decoration: line-through;
}
.changenowscamalert-subject2 {
    height: 32px;
    display: inline-block;
    position: relative;
    font-family: "Arial";
    font-weight: normal;
    color: #fcfcfc;
    line-height: 38px;
    font-size: 23px;
    text-align: left;
    text-shadow: 0px 0px 5px rgb(255, 0, 0);
    transition: text-shadow 0.75s ease;
}
.changenowscamalert-span1 {  
    float: left;
    display: inline-block;
    height: 40px;
    width: 230px;
    transition: opacity 0.75s ease;
    margin-left: 10px;
    float: left;
    font-family: "Arial";
    font-weight: bold;
    color: #fcfcfc;
    text-transform: uppercase;
    display: block;
    line-height: 38px;
    font-size: 27px;
    text-align: left;
    text-shadow: 0px 0px 5px rgb(255, 0, 0);
    transition: text-shadow 0.75s ease;
}
.changenowscamalert-banner:hover .changenowscamalert-span1 {
    color: #fcfdfd;
    text-shadow: 0px 0px 5px rgb(255, 0, 0);
}
.changenowscamalert-span2 { 
    float: right;
    display: inline-block;
    height: 40px;
    width: 230px;
    transition: opacity 0.75s ease;
    margin-right: 10px;
    float: right;
    font-family: "Arial";
    font-weight: bold;
    color: #fcfcfc;
    text-transform: uppercase;
    display: block;
    font-size: 27px;
    text-align: right;
    position: relative;
    line-height: 38px;
    text-shadow: 0px 0px 5px rgb(255, 0, 0);
    transition: text-shadow 0.75s ease;
}
.changenowscamalert-banner:hover .changenowscamalert-span2 {
    color: #fcfdfd;
    text-shadow: 0px 0px 5px rgb(255, 0, 0);
}
