~mhall119/+junk/canonicalauth-package

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.tabs {
	background: #e7e7e7;
	border-bottom: 14px solid #c5c5c5;
	height: 80px;
	width: 100%;
}

.tabs h1 {
	border-bottom: 1px solid #afafaf;
	font: 36px "Ubuntu Light";
	letter-spacing: -1px;
	line-height: 80px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.tabs h1.active {
	color: #484647;
}

.tabs h1.inactive {
	color: #a0a0a0;
}

.tabs h1 span {
	padding-left: 15px;
}