#promotions_table_cms tr td,
#promotions_table_cms tr th {
    padding: 10px !important;
}

.sln_blog_post_promotion_wp_col {
    background-color: #f3ac02;
}

#blog_promotion_ebook_title {
    font-size: 22px;
    font-style: italic;
}

.blog_promotion_ebook_description {
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
}

.blog_promotion_shop_button {
    background-color: darkblue;
    color: white;
    width: 160px;
    border-radius: 10px;
    padding: 5px 15px 5px 15px;
    font-family: "Tahoma";
    letter-spacing: 1.5px;
}

.blog_promotion_img_row {
    width: 100%;
    margin-top: 20px;
}

.blog_promotion_img_col {
    display: inline-block;
}

.blog_promotion_img_col img {
    max-height: 300px;
}

@media only screen and (max-width: 436px) {
    .blog_promotion_img_col img {
        max-height: none;
    }
}