#stockWarn {
    top: 0;
    background: red;
    color: white;
    padding: 5px;
    border: 2px dashed white;
    text-align: center;
}

#stockWarn p {
    margin: 0 !important;
    text-align: center;
}

#stockWarn p strong {
    color:yellow;
}

#warning-date, .warning-y-b {
    color: yellow;
    font-weight: bold;
}

.star-text {
	margin: 0 10% 0 10%;
    color: #fff;
    text-align: justify;
    font-size: 13px;
}