summaryrefslogtreecommitdiff
path: root/css/mcoop.css
blob: dbf51eea39fcc472ed66aa6b17db5bbe12c07d9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
div.main_container {
	background-color: #a59565;
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	margin-right: -7px;
	margin-left: -7px;
}

div.hidden_results_table {
	visibility: hidden;
}

div.results_table {
	visibility: visible;
}