.bmtm-widget {
    width: 100%;
    max-width: 300px;
    border: 1px solid #f1f1f1;
    padding: 8px;
    box-sizing: border-box;
}

.bmtm-widget h2,
.bmtm-widget h3 {
    margin: 0;
}

.bmtm-widget h2.widget-title {
    color: #000;
    width: auto;
    padding: 7px 25px 10px 0;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: .5px;
    margin: 0px;
    display: inline-block;
    display: inline-block;
    margin: 0px 0px -1px 0px;
    background-color: inherit !important;
}

.bmtm-widget h2.widget-title.blue {
	border-bottom: 3px solid #1f31c9;
}

.bmtm-widget h2.widget-title.red {
	border-bottom: 3px solid #ca1e24;
}

.bmtm-widget h2.widget-title.green {
	border-bottom: 3px solid #21ca1e;
}

.bmtm-widget h2.widget-title.georgia {
	font-family: Georgia, Times, "Times New Roman", serif !important;
}

.bmtm-widget h2.widget-title.arial {
	font-family: arial, sans-serif !important;
}

.bmtm-widget .widget-content {
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
}

.bmtm-widget .widget-content .widget-article {
    border-top: 1px solid #e6e6e6;
    padding-top: 8px;
    margin-bottom: 8px;
}

.bmtm-widget .widget-content .widget-article .article-image {
    margin-bottom: 7px;
}

.bmtm-widget .widget-content .widget-article .article-image span.image {
    display: block;
    width: 281px;
    height: 196px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bmtm-widget .widget-content .widget-article .article-title {
    font-size: 16px;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
}

.bmtm-widget .widget-content .widget-article .article-title a {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}

.bmtm-widget .widget-content .widget-article .article-title a:hover {
    color: #19abff;
    text-decoration: none;
}