@charset "utf-8";
/* CSS Document */

.quote-featured {
    display: table;
    padding: 15px;
    color: #999999;
    line-height: 48px;
    /* text-shadow: 0 -1px 0 rgba(0,0,0,.4); */
    text-shadow: 0 1px #fff;
    width: 100%;
	border: 1px solid #CCCCCC;
	margin-top: 30px;
}

.quote-featured .quote-box {
    display: table;
    float: left;
    margin-bottom: 0px;
    width: 100%;
}

.quote-featured .quote-box h3 span {
	display: block;
    width: auto;
    /* padding-right: 10px; */
    text-shadow: 0 1px #fff;
    text-align: center;
}

.quote-featured .quote-box h3 span.zh {
    font: normal 300 28px/32px 'Noto Serif SC', Times, serif;
}

.quote-featured .quote-box h3 span.en {
    font: normal 300 21px/24px 'Open Sans',Helvetica,sans-serif;
}

.quote-featured .initial {
    width: auto;
    /* padding-right: 10px; */
    text-shadow: 0 1px #fff;
    text-align: center;
}

.quote-featured .quote-box  .initial span {
    display: inline-block;
    height: 1px;
    width: 50px;
    border-top: 1px solid #cccccc;
    margin: 3px 10px;
}

.quote-featured .quote-box  .initial {
	font-size: 12px;
}