﻿.border {
	border: solid 2px lightgray;
	border-radius: 4px;
}

.border-bottom {
	border-bottom: solid 2px lightgray;
	border-radius: 4px;
}

.boldSplitterLeft {
	border-left: solid 2px gray;
}

.boldSplitterRight {
	border-right: solid 2px gray;
}

.boldSplitterTop {
	border-top: solid 2px gray;
}

.boldSplitterBotton {
	border-bottom: solid 2px gray;
}

.borderedCheckbox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border: solid #ccc 1px;
	border-radius: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 4px;
}