/* Random Number CSS */
.LuckyColour-box > *:not(h1) {
    width: 100% !important;
}
#LuckyColour-val {
    max-width: 350px;
    background: #fffaca;
    border-top: 6px double #e2651d;
    border-bottom: 6px double #198754;
    margin-top: 5px;
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
	color: #d76016;
}
#LuckyColour-val span {
    font-size: 42px;
    letter-spacing: 3px;
    margin: -2px -6px 0 0;
    display: inline-block;
    font-weight: 600;
	white-space: nowrap;
    overflow: hidden;
	transition: width 1.3s;
	line-height: 68px;
}
.luckyDate100 {
	width: 100% !important;
}