.rawt-comrecipe br {
    margin-bottom: 1em;
}

/**
 * Overview
 */
.rawt-recipe-overview.comrecipe-overview .categories .rawt-taxonomy-links {
    display: inline-block !important;
}

.rawt-recipe-overview.comrecipe-overview .categories .rawt-taxonomy-links > li {
    display: inline !important
}

/**
 * Index Footer
 */
.rawt-comrecipe-index-footer p {
    font-size: 0.9em;
}

/**
 * Trending Grid
 */
.block-rawtcomrecipe-trending-grid .rawt-entity-grid h2 {
    text-align: center;
    font-family: 'Indie Flower';
    /*   color: #797f89;*/
    font-size: 1.4em;
}

.block-rawtcomrecipe-trending-grid .rawt-entity-grid {
    margin-bottom: 1em;
}

.block-rawtcomrecipe-trending-grid .rawt-entity-grid h2 .icon:before {
    content: "\f007";
}

.block-rawtcomrecipe-trending-grid {
    padding: 1em 0 2em 0;
}

.rawt-comrecipes-trending-gridd p {
    font-size: 0.9em;
}

/**
 * Recipe Home
 */
.rawt-comrecipes-home .member-home-section p {
    font-size: 0.9em;
}

/**
 * Recipe Meta
 */
.rawt-recipe-overview.comrecipe-overview .rawt-recipe-meta-info ul li h4,
.rawt-comrecipe .rawt-recipe-meta-info ul li h4 {
    background: url(images/stripes.png) top left repeat;
    background-size: 5px 5px;
    border-radius: 0.3em;
    border: none;
    margin: 0 -0.3em 0.7em -0.3em;
    padding: 0.2em 0.5em;
}

.no-background-size .rawt-recipe-overview.comrecipe-overview .rawt-recipe-meta-info ul li h4,
.no-background-size .rawt-comrecipe .rawt-recipe-meta-info ul li h4 {
    background: url(images/stripes5.png) top left repeat;
}

/**
 * Recipe Add
 */
.rawt-add-recipe-desc {
    font-weight: 100;
    color: #888;
}

/**
 * Entity Icons
 */
.rawt-search-workspace .search-type-comrecipe .icon:before,
.search-result-comrecipe .search-result-type-icon:before,
.rawt-entity-index .comrecipe-section caption .icon:before,
.rawt-entity-tree .comrecipe-section .icon:before {
    font-family: inherit !important;
    content: "\f007" !important;
}