﻿/*========================================
    General
========================================*/
.featureBlock img {
    height: 2em;
    margin: 0 auto;
    max-height: 2em;
    max-width: 2em;
}

.featureBlockTYP img {
    height: 2em;
    margin: 0 auto;
    max-height: 2em;
    max-width: 2em;
}

i {
    vertical-align: middle;
}

.fa-plus-circle {
    font-size: 2em;
    color: #8e161f;
}
.fa-comment, 
.fa-angle-left, 
.fa-wrench,
.fa-pencil-alt,
.fa-home {
    font-size: 2em;
    color: #f4f4f4;
}
.fa-angle-right {    
    position:absolute;
    top:50%;
    right:2.3em;
    transform:translateY(-50%);
}
.channel {
    display: none;
}