
.table {
	width:90%;	
	margin-top:10px;
}

#resultsPerPageDropdown{
	
	width:70% !important;
}

select[name="filtersDisplayLocation"] {
	
	width:70% !important;
}

#tableSearchButton {
	
	margin-left:5%;
	background-color:white;
	border-width:3px;
	border-color:#b7b5b5;
	width:10%;
	
}

input[name="clear"],input[name="reset"] {
	
	/*margin-left:5%;*/
	background-color:white;
	border-width:3px;
	border-color:#b7b5b5;
	width:10%;
}

#submitButton,.btn-default {
	
	background-color:white;
	border-width:3px;
	border-color:#b7b5b5;
	
}





#centrecontent {
	
	margin-left:180px !important;
}

/* This is a bootstrap setting that defaults table background to white and overwrites our css*/
.table>:not(caption)>*>* {
	background-color:unset;
}

/*
.form-control {
		width:unset;
}*/

.readonly {
    background-color:#ccc !important;
}

/*.btn	{
	border-radius:unset;
	border:unset;
} */