.title-area {
	padding: 0.5rem 0.75rem 0.5rem;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 0.75rem;
}
.title-area p {
	font-size: 1rem;
	color: #434343;
	font-weight: 700;
	text-align: center;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.title-area span {
	display: block;
	font-size: 0.7rem;
	padding-top: 1rem;
	color: #9E9E9E;
}
.display-none {
	display: none;
}
.title-area  font {
	display: inline-block;
	position: relative;
	float: right;
}
.title-area  font:before {
	border-left: 1px solid #bbb;
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	bottom: 0;
	-webkit-transform: scaleX(.5);
	-webkit-transform-origin: 0 0;
}
.title-area  font:after {
	border-right: 1px solid #bbb;
	content: "";
	position: absolute;
	top: 0;
	right: 0px;
	bottom: 0;
	-webkit-transform: scaleX(.5);
	-webkit-transform-origin: 0 0;
}
.title-area font i {
	display: inline-block;
	font-style: normal;
	position: relative;
	padding: 0.15rem;
	line-height: 0.75rem;
	font-size: 0.6rem;
	margin-top: -0.15rem;
}
.title-area font i:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	border-top: 1px solid #bbb;
	-webkit-transform: scaleY(.5);
	-webkit-transform-origin: 0 0;
}
.title-area font i:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border-bottom: 1px solid #bbb;
	-webkit-transform: scaleY(.5);
	-webkit-transform-origin: 0 0;
}
.vote .content {
	margin-bottom: 40px;
}
.content-padded {
	margin-top: 0;
}
.vote .content-padded{
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.content-padded p {
	padding-bottom: 0.5rem;
	line-height: 1.2rem;
	font-size: 0.8rem;
	color: #404040;
}
.content img {
	margin: 0.75rem auto;
	width: 100%;
	height: auto;
}
.vote .content img {
	margin-top:0;
}
/*.vote .content li {
	padding-bottom: 15px;
}*/
.vote .content .col-xs-6 {
	padding: 0.25rem;
}
.content-padded .btn a {
	color: #FFFFFF;
}

.bar {
	font-size: 0.8rem;
}
.bar-tab {
	border-top: 1px solid #dedede;
}
