.mobile_cell{
	border: 1px solid #bbb;
    border-radius: 5px;
    padding: 15px;
    float: left;
    box-sizing: border-box;
    background-color: #f8f8f8;
    margin: 10px 5px;
}

.mobile_venue{
    font-size: 1.2rem;
    color: #428BCA;
    margin-bottom: 0;
    padding-bottom: 0;	
}

.mobile_contact{
	float: right;
	font-size: 1.5rem;
	color: #0A6893;
	font-weight: 600;
	border-left: 1px solid #0A6893;
}

.mobile_date{
	font-weight:800;
	color: #D22B2B;
}