body {
	padding: 0px;
}

.mobile-only {
	display: inline;
}

.page-container {
	width: 100%;
	margin: 0px;
}

#header {
	margin-bottom: 20px;
}

#header img {
	width: 100px;
	height: auto;
	padding: 15px 0px 0px 15px;
}

#header h1 {
	font-size: 20px;
	line-height: 20px !important;
	margin-top: 20px;
	left: 110px;
	padding-right: 50px;
}

#banner {
	display: none;
}

#breadcrumb ul {
	height: auto;
}

#breadcrumb ul li {
	display: block;
}

#breadcrumb ul li a {
	padding: 5px !important;
	border-width: 0px;
}

#navigation {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 20000;
	background-color: rgba( 255, 255, 255, 0.7 );
	top: 0px;
	left: 0px;
	background: #ffffff url(../images/ytt_logo_1.png) 15px 15px no-repeat;
	background-size: 75% auto;
	margin-top: 0px;
	display: none;
}

#navigation ul {
	margin-top: 100px;
}

#navigation ul li {
	display: block;
	padding-left: 70px;
	margin-bottom: 10px;
}

#navigation ul li a {
	color: #1a0050;
}
#navigation ul li a.selected {
	color: #000000;
	font-weight: bold;
}

#mobile-navigation, #mobile-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	font-size: 2em;
	color: #1a0050;
	cursor: pointer;
}
#reorder, #quick_swap {
	float: none;
}

#content {
	padding: 0px 20px;
	width: 100%;
	float: none;
}
.content img {
	width: 100%;
	height: auto !important;
	max-width: 100%;
}
#content h1 {
	margin-bottom: 20px;
	font-weight: normal;
}

#sub-navigation {
	width: 100%;
	float: none;
}

.box.image, 
.box.latest-news {
	display: none;
}

table {
	max-width: 100%;
}

td {
	vertical-align: top;
	display: block;
	width: 100%;
}


table tr td:last-child {
	padding-bottom: 20px;
}

#search_form input[type=text] {
	width: 50%;
}

.archive-item-list li .image {
	margin: 10px;
}

.archive-item-list li .title {
	font-size: 18px;
	padding-top: 10px;
}

.archive-item-list li .date {
	font-size: 12px;
}

.archive-item-list li .ref,
.archive-item-list li .added {
	position: static;
}

.archive-item-list li {
	border-bottom: 1px solid #ddd;
}

#archive-item-container .copyright {
	position: static;
}

#archive-item-container .doc_icon {
	float: none;
}

.doc_icon .fa-3x {
	font-size: 2em;
}

#timeline-container h4 {
	float: none;
	text-align: center;
	font-size: 15px;
}

#timeline-container .archive-item-list {
	width: 100%;
}

#select-archive-method ul li {
	display: block;
	width: 50%;
	text-align: left;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	background-color: #fff;
	height: auto !important;
}

#select-archive-method ul li a {
	height: auto !important;
}