﻿/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */

.tig_row_block > .tig_col_block > .tig_col_flex > *:first-child {
	margin-top: 0px;
}

.tig_row_block > .tig_col_block > .tig_col_flex > *:last-child, .tig_row_block > .tig_col_block > .tig_col_flex > *:last-child > *:last-child  {
	margin-bottom: 0px;
}

.tig_col_flex {
	flex: 1;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.tig_col_block_hcenter {
	align-items: center;
}

.tig_col_block_hright {
	align-items: end;
}

.tig_col_block_vcenter {
	justify-content: center;
}

.tig_col_block_vend {
	justify-content: end;
}
