.pesistulokset-details {
	margin-top: 20px;

	summary {
		padding: 10px 20px;
		border: 1px solid #ccc;
		border-radius: 5px;
		background-color: #f9f9f9;
		cursor: pointer;
	}
}

section.pesistulokset-admin-section {
    background: white;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 5px;
    border: 1px solid #ddd;

	> h2 {
		margin-top: 0;
	}
}

.pesistulokset-options-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

	.pesistulokset-main-col {
		flex: 1 1 75%;
	}

	.pesistulokset-sidebar-col {
		flex: 1 0 25%;
	}
}
