.web_event{
	padding: 15px;
	border-radius: 3px;
	border-inline-start: solid 2px #FBC02D;
	margin-bottom: 10px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	position: relative;
	clear: both;
}
.web_event::before {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 40px #00000011 inset;
	z-index: -1;
}

/* */
.web_event dt{
	padding:5px;
	background:#293942;
	color:#fff;
}
.web_event dd{
	padding:5px;
	background:#BEC7CC;
}