.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.bold {
	font-weight: 400;
}

.bottom {
	vertical-align: bottom;
}

.capitalize {
	text-transform: capitalize;
}

.clear {
	clear: both;
}

.detached {
	margin: 10px 0 0 0;
}

.detached-double {
    margin: 20px 0 0 0;
}

.full-width {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
	width: 100%;
}

.half-width {
	width: 50%;
}

.inline-block {
	display: inline-block;
}

.left {
	float: left;
}

.max-width {
	max-width: 100%;
}

.middle {
	vertical-align: middle;
}

.no-image {
	background: #c1c1c1;
	color: #595959;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	padding: 0 10px;
	text-transform: uppercase;
}

.no-link {
	cursor: default;
}

.nowrap {
	white-space: nowrap;
}

.normal {
	font-style: normal;
	font-weight: normal;
}

.one-fifth-width {
	width: 20%;
}

.one-fourth-width {
	width: 25%;
}

.preview {
	max-height: 128px;
	max-width: 128px;
}

.hidden {
	display: none;
}

.right {
	float: right;
}

.table {
	display: table;
}

.table > * {
	display: table-row;
}

.table > * > * {
	display: table-cell;
	padding: 5px;
	vertical-align: middle;
}

.two-thirds-width {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
	width: 66%;
}

.ui-sortable-helper {
	cursor: move;
}

.watermark {
	color: #7a7a7a;
	font-size: 13px;
	font-style: italic;
}
