/*
Theme Name: Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/


.zf-item {
    border-bottom: solid 1px #cccccc;
    position: relative;
    padding: 15px 0;
    cursor: pointer;
}

.zf-left {
    width: 60px;
    height: 60px;
    background: #e2f1fc;
}

.zf-left span {
    text-align: center;
    display: block;
    color: #666666;
}

.zf-left span:first-child {
    font-size: 20px;
    font-weight: 500;
    padding-top: 8px;
}

.zf-left span:last-child {
    line-height: 12px;
    font-size: 12px;
    color: #999999;
}

.zf-right {
    position: absolute;
    margin-left: 75px;
    top: 13px;
}

.zf-title {
    padding: 5px 0;
    font-size: 20px;
    font-weight: 500;
    color: #666666;
}

.zf-title span {
    color: #E41E1E;
}

.zf-desc {
    color: #999999;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}