.container {
	display: table;
	width: 99.5%;
}

.alpaca-item-container-last {
	border-bottom: none;
}

.alpaca-fieldset-item-container {
}
.alpaca-fieldset-item-container:nth-child(odd) {background: #f5f5f5}

.row  {
	display: table-row;
	width: 82%;
	float: left;
}


.ui-widget-header {
	width: 16%;
	float: right;
	border: none;
	background: none;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
}

.header { 
	font-weight: bold;
}

.col-name, .col-parameter, .col-type, .location, .col-description {
	display: table-cell;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
}

.col-name {
	width: 20%;
}

.col-parameter {
	width: 20%;
}
 
.col-type, .location{
	width: 0%;
    display:none !important;
}

.col-description {
	width: 59%;
}

.ui-widget-content { 
	border: none;
	background: none;
	color: none;
}

.ui-state-default {
	float: none;
	text-align: left;
}

button.ui-button-icon-only {
	width: 2em;
	height: 2em;
}
