#ABs-wrapper {
	padding-top: 20px;
}

.CodeMirror {
	width: 100%;
	height: 300px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	cursor: text;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.ABs_updated{
	margin-bottom: 0 !important;
}