/*
 Theme Name:   Twenty Seventeen Child
 Template:     twentyseventeen
*/

@media screen and (min-width: 48em){
h2.widget-title {
    font-size: 15px;
}
}
.mt30 {
    margin-top: 30px;	
}
dl.blog dt {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}
dl.blog dd {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
    padding-left: 8em;
}