li {
	position:inline-block;	
}
.label {
	display: inline;
	padding: 0.9em 1.5em 1.0em;
	border:1px solid #000;
	background:#555;
	/* font-weight: 700; */
	line-height: 5;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	cursor:pointer;
}
.highlight{
	background:orange !important;	
}
.image_container{
	color: #000;
	display: inline;
	width:28%;
	float:left;
	margin-left:5px;
}
input[type=text], select{
	border:1px solid #ddd;
	height:30px;		
	width:100%;
	margin-top:10px;
	padding-left:5px;
}
td p{
	color:red;
}
img{
	width:100%;
}
.table-strip {
	border-spacing: 0px !important;
}
.table-strip td{
	border:1px solid #ddd;
	padding:10px;
	vertical-align: top;
	border-spacing: 0px;
}
