table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
  border-top: 0px solid #ddd;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}
.textfield300 {
	margin:2px;
}
.textfield150 {
	margin:2px;
}
.textfield300 {
        font-size: 16px !important;
        color: #000000;
        max-width: 300px !important;
        height: 30px !important;
        margin: 2px;
        border: 1px solid #443929 !important;
        border-radius: 3px;
        background-color: #fff !important;
        padding: 0px;
        padding-left: 10px;
}
.textfield150 {
        font-size: 16px !important;
        color: #000000;
        max-width: 150px !important;
        height: 30px !important;
        margin: 2px;
        border: 1px solid #443929 !important;
        border-radius: 3px;
        background-color: #fff !important;
        padding: 0px;
        padding-left: 10px;
}
.textfield200 {
        font-size: 16px !important;
        color: #000000;
        max-width: 200px !important;
        height: 25px;
        margin: 2px;
        border: 1px solid #443929 !important;
        border-radius: 3px;
}
.textfield301 {
        font-size: 16px;
	color: #000000;
	max-width: 300px !important;
	width:100%;
	height:90px;
  	scrollbar-arrow-color:#443929;
  	scrollbar-3dlight-color:#FFFFFF;
  	scrollbar-highlight-color:#443929;
  	scrollbar-face-color:#FFFFFF;
  	scrollbar-shadow-color:#443929;
  	scrollbar-darkshadow-color:#FFFFFF;
  	scrollbar-track-color:#FFFFFF;
  	margin:2px;
	border: 1px solid #443929;
	border-radius:3px;
        background-color: #fff !important;
        padding: 0px;
        padding-top: 5px;
        padding-left: 10px;
}
.textfieldKnop {
        font-size: 16px !important;
	width: 150px !important;
	height:35px !important;
  	margin:2px !important;
	border: 1px solid #443929 !important;
	border-radius:3px !important;
	line-height: 20px;
	background: #443929;
	color: #fff;
}
	#tables table tr td{
		padding: 4px;
		vertical-align: middle;
	}

@media(max-width:796px)
{
	#tables table tr td{
		display:block;	
		max-width:100% !important;
		text-align:left;
		width:auto !important;
	}

}
