/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.stn_custom_fields{
	list-style-type:none;
}

.prod-safety {
    padding: 15px 15px 15px 60px;
    background-color: #ffffdc;
    background-image: url(/wp-content/plugins/stn-hub/public/img/sign-warning-icon.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    border-radius: 10px;
    border: 1px solid #e8e456;
    margin: 10px auto;
}
