textarea {
	row: 3;
	cols: 50px;
	outline-offset: 0px !important;
	outline: none !important;
	border: 1px solid gray !important;
	box-shadow: 0 0 0px  !important;
	-moz-box-shadow: 0 0 0px  !important;
	-webkit-box-shadow: 0 0 0px  !important;
}

table {
	width: 100%
}

a.disabled {
	pointer-events: none;
	cursor: default;
	background-color: rgb(245, 245, 245);
}
