/* Site-wide changes that ordinarily would go in main.css, but which messes up formatting of generated tables in CaseSearch */

.panel-content th, .panel-content td {
	padding: .1em .6em;
}

#submit-email-form {
	margin-bottom: 0;
	input {
		margin-bottom: 0;
	}
}

input.resizable-text-input {
	resize: horizontal;
	width: 90%;
	height:20px;
	background-color: #f3f3f3;
	padding: 2px 8px;
	margin-bottom: 0;
}

input.resizable-text-input:active {
	width: auto;   
}

input.resizable-text-input:focus {
	min-width: 20px;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
