
.tickercontainer {
    background: #bb0101;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    line-height: 20px;
}

.tickercontainerInner {
    border: 1px solid #a6a6a6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px
}

.tickercontainer .mask {
    position: relative;
    left: 10px;
    top: 10px;
    width: 100%;
    overflow: hidden;
    background: #bb0101;
}

div.newsticker {
    position: relative;
    left: 750px;
    font-size: 12px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.newsticker li {
    float: left;
    margin: 0;
    padding: 0;
    background: #bb0101;
}

div.newsticker a {
    font-family: 'Roboto Condensed' !important;
    white-space: nowrap;
    padding: 0;
    color: #FFFFFF;
    margin: 0 50px 0 0;
    font-size: 14px;
}

div.newsticker span {
    margin: 0 10px 0 0;
}

.tickercaption {
    color: #000000!important;
    height: 40px;
    width: 70px;
    margin: 0;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    padding-left: 10px;
    padding-top: 3px;
    background: #FFFFFF;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.tickercaption2,
.tickercaption3 {
    line-height: 15px;
    width: 100%;
    float: left;
    text-align: left;
}

.tickercaption2 {
    font-size: 13px;
    padding-top: 10px;
}

.tickercaption3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.padZro {
    padding: 0;
    margin: 0;
}

.padZro:after {
    top: 18px;
    left: -8%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(19,36,14,0);
    border-top-color: #FFFFFF;
    border-width: 10px;
    margin-left: -10px;
    transform: rotate(90deg);
}