@CHARSET "UTF-8";

#summary-content {
	position: fixed;
	height: 80%;
	width: 100%;
	overflow: auto;
}

a.summary-op {
}

span.summary-item {
	padding: 0 10px;
/* 	border: 2px solid green; */
}

span.summary-item-page {
	padding: 0 10px;
	border: 2px solid orange;
/* 	float: left; */
}

ul.ul-summary, ul.ul-items {
	background-color: #000;
	}

ul.ul-items {
	margin-right: 20px;
}

li.li-item {
	
	padding: 5px 0;
	background-color: #fff;
}

.textsumedit input {
	min-width: 250px !important;
}


