/**
 * Custom styles for user-editable forms.
 */
.table-form tr td.title {
	white-space: normal;
	width: auto;
	max-width: 150px;
}


/**
 * Remove grid setup on smaller screens
 */
@media (max-width: 1023px)
{

}

/**
 * Include some fancy animations on big screens
 */
@media (min-width: 1024px)
{

}
