.motto-list {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

/* Tags */
.tags-box {
    margin-top: 10px;
}
.tags-box span {
    font-size: 14px;
    margin-right: 10px;
}

.tags-box .tag-links a {
    background-color: #f0f0f0;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    display: inline-block;
    color: #333;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin: 0 14px 5px 0;
    padding: 0 5px 0 9px;
    position: relative;
}

.tags-box .tag-links a:hover {
    color: #fff;
    text-decoration: none;
}

.tags-box .tag-links a:after {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 9px solid #f0f0f0;
    position: absolute;
    top: 0;
    right: -9px;
}
.tags-box .tag-links a:hover:before {
    color: #00A65A;
}
.tags-box .tag-links a:hover {
    background-color: #00A65A;
}
.tags-box .tag-links a:hover:after {
    border-left-color: #00A65A;
}
.quote {
    background-color: #f7f7f7;
    border-radius: 4px;
    color: #333;
    /*margin: 20px 0;*/
    padding: 15px 30px;
    font-size: 16px;
    position: relative;
}

.quote:before {
    background: url("../images/quote-left.png") no-repeat 0 0;
    background-size: 12px 12px;
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    top: 7px;
    left: 7px;
    position: absolute;
    opacity: 0.2;
}

.quote:after {
    background: url("../images/quote-right.png") no-repeat 0 0;
    background-size: 12px 12px;
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    bottom: 7px;
    right: 7px;
    position: absolute;
    opacity: 0.2;
}

.quote .excerpt-text {
    color: #333;
    position: absolute;
    left: 40px;
    top: -12px;
    font-size: 17px;
}