#lck_jsMarquee {
    background-color: #ccc;
    box-sizing: border-box;
    color: #333;
    display: flex;
	font-family: courier new, monospace;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    height: 3em;
    margin: 0;
    overflow: hidden;
    padding: 6px 0;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
#lck_jsMarquee :is(span, a) {
    color: #000;
}
/* text space between */
#lck_jsMarquee span.space {
    padding: 0 0 0 5vw;
}
#lck_jsMarquee img {
    padding: 0 0.5em;
}
