p {
	margin-top: 1rem;
}

div > :first-child {
	margin-top: 0 !important;
}

.light_div {
	background-color: #FFFFFF;
	padding: 5px;
	margin-bottom: 1rem;
}

.dark_div {
	background-color: #EEEEEE;
	padding: 5px;
	margin-bottom: 1rem;
}

label {
	display: inline-grid;
	margin-bottom: 0.3rem;
	margin-left: 0.3rem;
	width: 95%;
}

input[type="radio"], input[type="checkbox"] {
	margin-top: -0.1rem;
	vertical-align: middle;
}

.div_other {
	margin-top: -0.5rem;
	margin-bottom: 1rem;
}

a {
	text-decoration: underline;
}

.div_test {
	background: #ffcccc;
	border-radius: .5rem;
	border: solid red;
	color: red;
	float: right;
	font-weight: bold;
	margin-top: -1px;
	padding: 5px;
	width: 130px;
}
.div_test > input[type="radio"] {
	display: none;
}
