@charset "UTF-8";
/* CSS Document */

hr {margin-bottom:12px;
    background-color: #e5e5e5;
    border: medium none;
    box-sizing: content-box;
    color: #e5e5e5;
    height: 1px;
}
.pnx-container-4{
	border-radius:0px;
		background:#f4f4f4;
	border: none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	
	border-bottom: 1PX SOLID #bdbdbd;
	border-RIGHT: 1PX SOLID #e6e8eb;
}
select{
	width:60px;
}
Input.serial-number{
	width:150px;
	margin:0 6px 0 8px;
}
.survey-form .collapse-content{
	/*height:380px;*/
}
.survey-form label{
	display:block;
	font-weight:normal;
}
.survey-form select{
	margin-bottom:0px;
}
.product-name{
	width:300px;
}

tr.selected > td{
	font-weight:bold;
}
.pnx-table-minimal thead,
.pnx-table-minimal th,
.pnx-table-minimal tr.thead td
{
	border: 1px none #CCC;
	background: #f4f4f4 none 0 top repeat-x;
}

.pnx-table-minimal th{
	border: none;
}
.pnx-table-minimal td {
  	padding: 8px 6px;
  	vertical-align: top;
	border-bottom: 1px solid #e5e5e5;
}
