.phead{
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #e1e1e1;
}
.box-separator{
	border: 1px solid #e1e1e1;
	padding: 5px;
	border-radius: 5px;
}

table table tr th,
table table tr td{
border: none !important;
/*padding: 0 !important;*/
}
.noborder{
	border:  none;
}
.yesborder{
	border-bottom: 1px solid #e1e1e1;
	/*padding: 10px 15px;*/
}

.uwidth input.form-control {
    width: 100px;
}