@charset "utf-8";
	.ecomment-pluser {
	font-size:0.85em;
	margin:-15px 0 10px;
	color:#999;
}
.list-date {
	float:right;
	margin:25px 0 10px;
	color:#e9e9e9
}
.table {
	width:100%;
	max-width:100%;
	margin-bottom:1px;
}
.table-bordered > tbody > tr > td,.table-bordered > tbody > tr > th,.table-bordered > tfoot > tr > td,.table-bordered > tfoot > tr > th,.table-bordered > thead > tr > td,.table-bordered > thead > tr > th {
	border:0px solid #FFF !important;
}
.table-bordered {
	border:0px solid #FFF !important;
}
table,th,td {
	border:0px solid #FFF !important;
	padding:1px 1px !important;
}
#username1 {
	background:#fff;
	width:73%;
	height:30px;
	margin:1px 1px 1px 1px;
	padding:0 5px;
	border:1px solid #ddd !important;
	border-radius:5px;
}
#password1 {
	background:#fff;
	width:73%;
	height:30px;
	margin:1px 1px 1px 1px;
	padding:0 5px;
	border:1px solid #ddd !important;
	border-radius:5px;
}
.inputText {
	background:#fff;
	width:60px;
	height:30px;
	margin:5px 10px 10px 0;
	padding:0 5px;
	border:1px solid #ddd !important;
	border-radius:5px;
}
.ecomment {
	margin:0;
	padding:0;
}
.ecomment {
	margin-bottom:12px;
	overflow-x:hidden;
	overflow-y:hidden;
	padding-bottom:3px;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
	background:#FFFFEE;
	border-radius:5px;
	border:1px dotted #dddddd !important;
}
.ecommentauthor {
	float:right;
	color:#e9e9e9;
	font-size:8px;
}

.ecommenttext {
	clear:left;
	margin:0;
	padding:0;
}
.showpage #plpost {
	margin-top:10px;
	border:1px solid #FFFFFF;
}
.showpage #plpost .title {
	border:0px solid #AACCEE !important;
}
.showpage #plpost .title span {
	color:#CC0000;
}
.showpage #plpost #saytext {
	display:block;
	margin:0 0 10px;
	padding:8px;
	height:100px;
	width:97%;
	border:1px solid #ccc !important;
	border-radius:5px;
}
.name1 {
	display:block;
	color:#666666;
	font-size:16px;
	font-weight:500;
}
.name1 img {
	height:50px !important;
	width:50px !important;
	border:#DDD solid 1px;
	border-radius:50%;
	transition:all 1.0s;
	margin:8px 0 -15px;
}
.name1 img:hover {
	transform:rotate(720deg);
}
.table-responsive {
	border:0px;
	min-height:.001%;
	overflow-x:auto;
}
@media screen and (max-width:767px) {
	.table-responsive {
	border:0px !important
}
}@media screen and (max-width:736px) {
	#username1 {
	background:#fff;
	width:100%;
	height:30px;
	margin:1px 1px 1px 1px;
	padding:0 5px;
	border:1px solid #ddd !important;
	border-radius:5px;
}
#password1 {
	background:#fff;
	width:100%;
	height:30px;
	margin:1px 1px 1px 1px;
	padding:0 5px;
	border:1px solid #ddd !important;
	border-radius:5px;
}
.inputText {
	background:#fff;
	width:60px;
	height:30px;
	margin:5px 10px 10px 0;
	padding:0 5px;
	border:1px solid #ddd !important;
	border-radius:5px;
}
}