/*
==============================================================================

 COPYRIGHT NOTIFICATION (c) HMS Networks AB, https://www.hms-networks.com/

==============================================================================

Module:
    alignment-selector.css

Function:
    Alignment selector CSS file.

==============================================================================

$Id$

==============================================================================
*/

.alignment_selector {
	display: flex;
}

.alignment_selector div {
	box-sizing: border-box;
}

.alignment_selector > div > div {
	border: 1px solid white;
	cursor: pointer;
}
