.cmbw-logo {
    max-width: 100px;
    max-height: 50px;
    width: auto;
    height: auto;
    margin-bottom: 10px;
}
h1.cmbw-title {
    margin: 0 0 15px 0;
    font-size: 26px !important;
    font-weight: 700;
    color: #f57900;
}
h2.cmbw-title {
    margin: 0;
    padding: 0 0 15px 0;
    font-size: 20px !important;
    font-weight: 700;
    color: #f57900;
    border-bottom: 5px solid #ddd;
}
h1.cmbw-title.mtd,
h2.cmbw-title.mtd {
    color: #95c501;
}
h1.cmbw-title.mon,
h2.cmbw-title.mon {
    color: #c91b1b;
}
.cmbw-shop {
	margin-top: 15px;
}
.cmbw-shop-logo {
	width: 150px;
	height: 50px;
	max-width: 100%;
	max-height: 100%;
    vertical-align: middle;
}
.cmbw-shop-logo-link {
	display: block;
    text-align: center;
    padding: 4px;
    margin-bottom: 10px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.cmbw-shop-logo-link:hover {
	border-color: #337ab7;
}
.cmbw-shop-title {
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    display: block;
    color: #333;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cmbw-post article .list-thumbnail-fixed {
    margin: 10px auto;
    height: 200px;
    width: 200px;  
}
.cmbw-post article header {
    height: 46px;
    overflow: hidden;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .voting-bar-control {
        display: block;
        margin: auto;
    }
}
.cmbw-post .entry-footer {
    height: 34px;
}
.max-text-lines-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.max-text-lines-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.max-text-lines-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.blackweek-post > div:not(.voting-bar-control),
.blackweek-post > header {
    padding:15px;
    background-color:#fff;
}
.blackweek-post > header {
    padding-bottom: 0 !important;
}
.blackweek-post .voting-bar-control {
    background-color:#fff;
    padding: 0 15px;
}
.blackweek-post .entry-footer > a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
