@media only screen and (max-width: 600px) {
	#editortableresponsive tr {
		display: table;
		width: 100%;
	}

	#responsiveditor td {
		display: table-row;
	}
	
	input.textbox {
		min-width: 100%;
		max-width: 100%;
	}
}

#smilietable tr {
    display: table-row;
    width: 100%;
}

#smilietable td {
    display: table-cell;
}

code {
	white-space: break-spaces;
}