

.highlight {
	background-color: orange
}

.wrapper {
	text-align: center;
	margin: 40px 10% 0
}

.header {
	padding: 20px 20px 0;
	background: linear-gradient(180deg, #fff 60%, #fff0 90%);
	top: 0;
	left: 0;
	width: auto;
	position: relative;
	z-index: 100
}

.search-field {
	max-width: 500px;
	margin: auto
}

.search {
	width: 100%;
	position: relative;
	display: flex
}

.searchTerm {
	width: 100%;
	border: 3px solid #d3d3d3;
	border-right: none;
	padding: 5px;
	height: 20px;
	border-radius: 5px 0 0 5px;
	outline: 0;
	color: #d3d3d3;
	font-size: 1.1em;
	font-weight: 500;
	transition: .3s
}

.searchTerm:focus {
	color: #009fe3
}

input#search-input:focus {
	border-color: #009fe3
}

.searchButton {
	width: 40px;
	height: 34px;
	border: 1px solid #009fe3;
	background: #009fe3;
	text-align: center;
	color: #fff;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	font-size: 20px
}

.searchButton img {
	width: 60%;
	position: relative;
	top: 15%;
	filter: invert(1)
}

html {
	scroll-behavior: smooth
}

body {
	font-family: myriad-pro, sans-serif;
	line-height: 1.25;
	scroll-behavior: smooth;
	margin: 0
}

.rfc-list {
	padding: 0 20px;
	border-radius: 3px;
	margin-top: 166px;
	overflow-y: auto;
	overflow-x: inherit;
	height: 82vh;
	scroll-behavior: smooth;
	position: absolute;
	margin-top: 0;
	max-height: calc(100% - 230px)
}

.rfc-list .menu {
	display: none
}

table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed
}

table tr {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	padding: .35em
}

table td,
table th {
	padding: 10px;
	text-align: center;
	word-wrap: break-word
}

table thead {
	font-size: .85em;
	letter-spacing: .1em;
	text-transform: uppercase
}

table thead tr {
	display: table-row;
	height: 64px;
	background-color: #002c58;
	color: #eaeaea
}

.number>a {
	padding-top: 18px
}

a {
	color: #009fe3
}

a:active,
a:hover {
	color: #f7a600
}

.activeRow {
	background-color: #f7a600
}

.activeRow a:hover {
	color: #333
}

.footer {
	background: #002c58;
	z-index: 100;
	position: fixed;
	bottom: 0;
	width: 100%;
	color: #eaeaea;
	height: auto
}

.footer p {
	display: inline-block;
	margin: 0;
	vertical-align: middle
}

.footer img {
	width: 120px;
	vertical-align: middle;
	margin: 12px 10px 8px
}

.red {
	color: red;
}

@media screen and (min-width:1071px) {
	table tbody td {
		text-align: left
	}
	table tbody tr {
		vertical-align: top
	}
	.number {
		width: 10%
	}
	.title {
		width: 40%
	}
	.date {
		width: 15%
	}
	.obsoletedBy,
	.obsoletes,
	.topic,
	.updatedBy,
	.updates {
		padding: 5px 10px;
		width: 8.75%
	}
}

@media screen and (max-width :1070px) {
	.wrapper {
		margin: 0
	}
	.header {
		position: fixed;
		bottom: 0;
		background: #002c58;
		z-index: 100;
		top: auto;
		padding: 10px;
		height: auto;
		box-shadow: 0 0 15px #7e7e7e
	}
	.search-field {
		width: 320px
	}
	.search-field label {
		margin-right: 0;
		display: none
	}
	.search-field p {
		display: none
	}
	.footer {
		top: 0;
		position: relative;
		margin: 0 0 10px
	}
	.rfc-list {
		padding: 0 15px;
		border: none;
		box-shadow: none;
		position: absolute;
		margin-top: 0;
		max-height: calc(100% - 30px);
		height: 80%
	}
	table {
		border: 0
	}
	table caption {
		font-size: 1.3em
	}
	table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px
	}
	table tr {
		display: block;
		margin-bottom: 2em;
		padding: 0;
		border: 1.5px solid #333;
		border-radius: 4px;
		box-shadow: 0 5px 5px #d1d1d1
	}
	table tr .number a {
		font-weight: 700;
		font-size: 1.3em
	}
	table td {
		border-bottom: 1px solid #5e5e5e;
		display: block;
		font-size: .8em;
		text-align: right;
		min-height: 18px
	}
	table td::before {
		content: attr(data-label);
		float: left;
		font-weight: 700;
		text-transform: uppercase
	}
}

@media screen and (min-width :900px) {
	.wrapper {
		margin: 0
	}
}

