.grid-view .filters input {
	width: 90%;
}

.search-button {
	float: right;
}

.cDetailView td.attributeCell {
	width: 20%;
}

.table-detail th {
	background: #efefef;
	text-align: left;
	font-size: 100%;
    width: 200px;
}

th.button-column {
	width: 70px;
}

.grid-view select {
    width: auto;
}

#welcomePanel {
    position: absolute;
    z-index: 25;
    top: 8px;
    left: 230px;
    color: #efefef;
}