.osm_comingup_wrapper {
	display: flex;
    width: 100%;
    position: relative;
    justify-content: space-between;
    min-height: 105px;
    padding: 25px 9px 25px;
	background-color: #F1F1F1;
	text-align: left;
}
@media screen 
  and (max-width: 480px) {
	.osm_comingup_wrapper {
		display: inline-block;
  }
}


.osm_comingup_wrapper h6 {
    color: #000;
}

.osm_comingup_wrapper span {
    color: #000;
}

.osm_comingup_section {
	flex: 15%;
	padding: 0 10px;
	justify-content: center;
}

.osm_comingup_error {
	padding-left: 10px;
}

.osm_comingup_date {
	flex: 15%;
	padding: 0 10px;
	justify-content: center;
}

.osm_comingup_title {
	flex: 20%;
	padding: 0 10px;
	justify-content: center;
}

.osm_comingup_description {	
	flex: 50%;
	padding: 0 10px;
	justify-content: center;
}

.osm_comingup_parent {	
	padding: 0 10px;
	justify-content: center;
	min-width: 120px;
}

.osm_patrols th {
	font-size: 1.15em;
	font-weight: bold;
}
.osm_patrols td {
	font-size: 1.1em;
	border-bottom: 1px dotted #DFD7E6;
}
.osm_patrols .points {
	text-align: center;
}