.ticker {
    width: 100%;
    max-width: 353px;
    margin: 16px 21px 27px 21px;
    div {
        padding: 25px;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.16);
        box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.16);
        background-color: @white;
        margin: 0 auto;
        p {
            .fa-play:before {
                font-size: 21px;
            }
        }
        .bold {
            font-weight: bold;
        }
        .less {
            margin: 10px 0 0 0;
        }
        .stock {
            color: @brand-color;
        }
        .price {
            font-size: 61px;
            color: black;
            line-height: 41px;
        }
        a {
            p {
                line-height: 9px;
            }
        }
        .p-heading-italic {
            font-weight: bold;
            font-style: italic;
        }
        .p-heading-italic:after {
            content: '';
            width: 5px;
            background: url(/etc.clientlibs/centene/clientlibs/clientlibs-main/resources/images/arrow-blue.svg) no-repeat;
            height: 5px;
            display: inline;
            overflow: visible;
            margin: 0 0 0 20px;
            padding: 0 15px;
        }
        .p-heading-italic:hover {
            text-decoration: underline;
        }
    }
}
.cerise {
    color: @centenedotcom-cerise;
}
.leaf {
    color: @centenedotcom-leaf;
}
.inline {
    display: inline;
}