h4.ViewTitle {
    padding-left: 5px;
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 100;
}
.CardsContainer {
    padding-top: 20px;
}

.PostCard {
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.05);
            box-shadow: 0px 0px 4px rgba(0,0,0,0.05);
    background-color: #fff;
    /* border: 1px solid #f0f0f0; */
    /* border-bottom: 3px solid rgba(0, 0, 0, 0.06); */
    margin-bottom: 20px;
    border-radius: 6px;
}



img.PostImageSrc {
    width: 100%;
}

.PostCardTitle {
    font-size: 26px;
    padding-left: 0px;
    color: #444;
    /* text-transform: uppercase; */
    /* letter-spacing: 2px; */
}

.PostCardSubtitle {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    /* margin-bottom: 5px; */
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 2px;
}

.PostCardColorCircle {
    width: 30px;
    height: 29px;
    margin: 5px;
    border-radius: 5px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
            box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    margin-bottom: 10px;
    display: inline-block;
}

.PostCardDesc {
    padding: 17px;
    padding-top: 3px;
}

.PostCardActions {
    height: 30px;
    line-height: 40px;
}

.PostCardPrice {
    float: right;
    font-size: 27px;
    font-weight: 300;
}

.card-tips {
    margin-top: 12px;
    text-align: right;
}

.smallTip {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    /* border: 1px solid #c9ffe8; */
    border-radius: 6px;
    padding-left: 11px;
    padding-right: 10px;
    color: #ffffff;
    background-color: #105676;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    text-align: center;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
    color: rgba(28, 161, 104, 0.71);
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
    color: #105676;
    margin-right: 24px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    text-transform: uppercase;
}