div.pops {
	width: 100%;
	padding:0px; margin: 0px;
}
	div.pops form {
		text-align: right;
		padding-right: 0px;
		padding-bottom: 8px;
	}
	div.pops table {
		width: 100%;
		border-collapse: collapse !important;
		/*border-spacing: 4px !important;*/
		empty-cells: show !important;
	}
		div.pops table th, table.pops td {
			text-align: left !important;
			padding: 0px !important;
			padding-bottom: 10px !important;
			padding-right: 10px !important;
			
		}
		div.pops table td {
			border-top: solid 1px #dfdfdf;
			height: 20px !important;
			padding-top: 7px !important;
		}
		div.pops table thead tr:first-child th {
			width: 30%;
		}
		div.pops table tbody tr:first-child td {
			border-top: none;
			width: 30%;
		}