/*
 Theme Name:   Center For Prevention
 Theme URI:    http://www.centerforprevention.org/
 Description:  A Minamaze child theme 
 Author:       WPBeginner
 Author URI:   http://www.wpbeginner.com
 Template:     Minamaze_Pro
 Version:      1.8.3
*/

@import url("../Minamaze_Pro/style.css");



li.listing-item {
clear: both;
margin: 10px 0;
overflow: hidden;
list-style: none;
height: 110px;
    border-bottom: 1px solid #c2c2cc;
   
}

li.listing-item a.image {
float: left;
margin-right: 15px;
    padding: 5px;    
    height: 95px;
    width: 95px;
    
}

li.listing-item a.title {
    font-size: 16px;
    font-weight: bold;
}

li.listing-item span.excerpt-dash {
display: none;
}

li.listing-item span.excerpt {
clear: right;
display: block;
margin-top: 5px;
    font-size: 12px;
}
