.list-table {
	border-collapse:collapse;
	margin:0px;
	padding:20px;
	width:100%
}

.list-table > tbody > tr > td{
	border-width:1px;
  	border-style:dashed;
  	border-color:#cccccc;
}

.list-table thead {
	 color: #ffffff;
	 background-color: #8FACD4;
}

.list-table td{
  	padding:3px;
  	padding-left:6px;
}

.list-table input[type="image"] {
	background-color: #8FACD4;
	border:none;
}










