@media only screen and (min-width: 767px) {
  .latestupdate {background: transparent url(/libraries/title_arrow_red.png) no-repeat scroll;
    display: block;
    float: left;
    line-height: 40px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0px 24px 0px 0px;
    font-weight: bold;
    margin: 0px;
    width: 14%;
  
}
}
.marquee-row a {
    /*color: white;*/
        color: #043b87;
    font-size: 16px;
}
.views-view-marquee {
    /*background: #008000;*/
    background: #F0F0F0;
}
marquee {
    font-size: xx-large;
     background: #F0F0F0;
    width: 86%;
    
}

.views-view-marquee.marquee-direction-left {
    height: 40px;
}
@media only screen and (max-width: 767px) {
.latestupdate p {
    margin-left: 5px !important;
    margin-top: -3px !important;
}
.latestupdate {background: transparent url(/libraries/title_arrow_red.png) no-repeat scroll;
    display: block;
    float: left;
    line-height: none !important;
    color: #FFF;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0px 24px 0px 0px;
    font-weight: bold;
    margin: 0px;
    width: 14%;
  
}
}
.marquee-row {
    margin-right: 90px;
}