body {
	margin: 0;
	font-family: Helvetica, sans-serif;
}

/* PHONE */
#content {
	margin-left: 16px;
	margin-right: 16px;
	/*padding-top: 200px;*/
}

#archive-navigator {
	/*position: fixed;*/
    background: white;
    z-index: 999;
    /*box-shadow: 0px 0px 4px 1px #8a8a8a;*/
    /*padding-top: 64px;*/
    padding-bottom: 8px;
    margin-left: 16px;
    margin-right: 16px;

}

#year-selector {
	font-weight: normal;
	font-size: 12pt;
}

#title-selector {
	font-weight: normal;
	font-size: 12pt;
}

#num-insertions {
	font-weight: bold;
	color: #6C6389;
}

#num-deletions {
	font-weight: bold;
	color: #6C6389;
}

#page-title {
	
	padding-top: 64px;
	padding-bottom: 16px;
}

#page-title-text {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 22pt;
	font-weight: normal;
	text-align: center;
}

#title-year-overview {
	padding-top: 16px;
	padding-bottom: 16px;
	margin-left: 16px;
    margin-right: 16px;
}

#section-title {
	padding-bottom: 16px;
}

#section-title-text {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 22pt;
	font-weight: normal;
	text-align: center;
}

hr {
	margin-left: 32px;
	margin-right: 32px;
}

.position-title {
	font-style: italic;;
}

.branch-title {
	font-weight: bold;
}

.democrat-d {
	color: #00AEF3;
}

.independent-i {
	color: #777777;
}

.republican-r {
	color: #D8171E;
}

.page-content {

}

.page-content-internal {

}

.usc-title-head {
	font-size: 20pt;
	font-weight: normal;
	text-align: center;
	
}

.usc-title-ital-spanner {
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	color: #a3a3a3;
}

.chapter-head { 
	font-size: 16pt;
	font-weight: normal;
    /*color: #3369E8;*/
}

/* 1994.13 */
.subchapter-head {
	font-size: 16pt;
	font-weight: normal;
    /*color: #3cba54;*/
}

.section-head {
	font-weight: normal;
	font-size: 14pt;
}

.subsection-head {

}

/* USC 1994.2*/
.formula {

}

.statutory-body {
	font-weight: normal;
	font-size: 12pt;
}

.statutory-body-1em {
	font-weight: normal;
	font-size: 12pt;
	margin-left: 24px;
}

.statutory-body-2em {
	font-weight: normal;
	font-size: 12pt;
	margin-left: 48px;
}

.statutory-body-3em {
	font-weight: normal;
	font-size: 12pt;
	margin-left: 72px;
}

.source-credit {
	font-weight: normal;
	font-size: 12pt;
	font-style: italic;
	color: #a3a3a3;
}

ins {
	color: #3cba54;
	text-decoration: none;
	visibility: visible;
	font-size: 12pt;
}

del {
	color: #db3236;
	visibility: visible;
	font-size: 12pt;
}

table {
	/*white-space: nowrap;*/
	overflow-x: auto;
}

/*.5800I50 {
	visibility: hidden;
	font-size: 0pt;
}*/

/*.5800I45 {
	visibility: hidden;
	font-size: 0pt;
}*/

/*p {
	visibility: hidden;
	font-size: 0pt;
}*/

/* TABLET */
@media screen and (min-device-width: 600px) and (max-device-width: 768px) {
	/*#content {
		font-family: Helvetica, sans-serif;	
		width: 540px;
		margin: 0 auto;
	}*/
}

/* DESKTOP */
@media screen and (min-device-width: 768px) {
	#content {	
		width: 540px;
		margin: 0 auto;
	}

}