/*
 * Style Terms of Use page
 */
.tou .card_panel button, .tou .card_panel input[type="checkbox"] {
	display: block;
	margin: auto;
}

.tou .card_panel {
	font-weight: normal;
	padding: 8px;
}

.tou .card_panel p:first-child {
	margin-top: 0;
}

.tou p:last-child {
	margin-bottom: 0;
}

.tou p {
	text-align: justify;
	margin-bottom: .3rem;
}

.tou ul {
	margin-top: 0;
	margin-bottom: 0;
}

.tou dt {
	margin-top: 6px;
}

.tou dd {
	margin-top: 2px;
}

.tou h1 {
	margin-top: 2.5rem;
	font-size: 120%;
}

.tou h1:first-child {
	margin-top: 1rem;
}

.tou h2 {
	margin-top: 2rem;
	font-size: 100%;
}
.tou h2:first-child {
	margin-top: 1rem;
}
