.sc-meeting-date {
    position: absolute;
    top: 10px;
    left: -10px;
    background: gold;
    color: #000 !important;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 0px;
    text-transform: uppercase;
    min-width: 82px;
    text-align: center;
    z-index: 999;
}