

/* ================================
   DagensHockey Live Ticker
   ================================ */

#dh-live-ticker {
    background-color: #ffffff !important;
    color: #000000 !important;

    padding: 12px 16px;
    margin: 10px 0 20px 0;

    border-left: 4px solid #0073aa;
    border-radius: 3px;

    box-sizing: border-box;
}

.dh-ticker-wrapper {
    background: #ffffff;
    padding: 12px;
    margin: 10px 0 20px 0;
    border-radius: 4px;
}


/* Enskild rad */
#dh-live-ticker .dh-ticker-item {
    background-color: #ffffff !important;
    line-height: 1.45;
    margin-bottom: 6px;
}

/* Tid */
#dh-live-ticker .dh-ticker-time {
    font-size: 12px;
    color: #666666;
    margin-right: 6px;
    white-space: nowrap;
}

/* Länkar */
#dh-live-ticker a {
    color: #0073aa;
    text-decoration: none;
}

#dh-live-ticker a:hover {
    text-decoration: underline;
}

/* Mobil */
@media (max-width: 600px) {
    #dh-live-ticker {
        font-size: 14px;
        padding: 10px;
    }
}

.dh-new-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #e10600;
    border-radius: 50%;
    margin-right: 6px;
    position: relative;
    top: -1px;
}
