body {
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Jhenghei", sans-serif;
}

hr.style1{
	border-top: 1px solid #eee;
}


.hra {
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}

.hrb {
	
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}

.hrc {
	margin-top: 0px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}

.pull-right{
	text-align:right;
	}
@media only screen and (min-width:768px) and (max-width:959px) {
.pull-right{
	float:none !important;
	display:none;
	}
}
@media only screen and (max-width:768px) {
.pull-right{
	display:none;
	}
}	
