/* Foundation tweaks/overrides
------------------------------------------------------------------------------*/
.column, .columns {
	padding-left: 0;
	padding-right: 0;
}

.row {
	max-width: 1020px;
}

.ui-dialog *,
.ui-dialog *:before,
.ui-dialog *:after {
	box-sizing: content-box;
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
}

#theme_editor_modal input[type="text"] {
	display: inline-block;
	box-shadow: none;
	height: 30px;
	margin: 0;
}

#theme_editor_modal .colorpicker_hex input[type="text"] {
	text-align: left;
	padding-left: 5px;
	margin-top: -8px;
}

#recaptcha_area input[type="text"] {
	display: inline-block;
	height: auto;
}

#recaptcha_area table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
	line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	color: inherit;
}