﻿h1.search {
	font-size: 14px;
}

h1.heading {
	font-size: 18px;
	padding-bottom: 20px;
}

h2.subheading {
	font-size: 12px;
}

.margin-text {
    color: #000000;
    margin-top: 0.6em;
    font-style: italic;
    font-weight: bold;
}

p {
	font-size: 12px;
}

a.crossreference,
a.link,
a.link:hover {
	color: #005B99;
	text-decoration: underline;
}

/*table*/
caption {
	color: #000000;
	font-siz: 12px;
}

table {
	margin-top:	10px !important;
	margin-bottom: 20px !important; 
}

table p {
	font-size: 12px;
}

table.table.tabletype-header.table-fixed thead tr th,
table.table.tabletype-header.table-fixed tbody tr td:nth-child(1),
table.tabletype-header.table-scaled thead tr th,
table.tabletype-header.table-scaled tbody tr td:nth-child(1) {
	background-color: #D3D3D3;
}

table.table.tabletype-header.table-fixed tbody tr td,
table.tabletype-header.table-scaled tbody tr td {
	background-color: #EEEEEE;
}

table.table.tabletype-header.table-fixed thead tr th,
table.table.tabletype-header.table-fixed tbody tr td,
table.tabletype-header.table-scaled thead tr th,
table.tabletype-header.table-scaled tbody tr td {
	border: 1px solid #FFFFFF !important;
}

table.tabletype-framed.table-fixed tbody tr td:nth-child(1),
table.tabletype-framed.table-scaled tbody tr td:nth-child(1) {
	background-color: #D3D3D3;
}

table.tabletype-framed.table-fixed tbody tr td,
table.tabletype-framed.table-scaled tbody tr td {
	border: 1px solid #FFFFFF !important;
	background-color: #EEEEEE;
}

/*list*/
ul.list,
ol.list {
	margin-top: 10px;
}

ul.list > ul.list {
	margin-top: 0px;
	margin-left: 10px;
}

ol.list > ul.list {
	margin-top: 0px;
	margin-left: 15px;
}

ul.list > li,
ol.list > li {
	font-size: 12px;
	margin-top: 0em;
}

ol.list,
ol.list > li {
	padding-left: 15px;
}

ul.schema-linklist.hierarchy {
    font-size: 12px;
    color: #005B99;
}

ul.schema-linklist.hierarchy li a,
ul.schema-linklist.hierarchy li a:hover {
    color: #005B99;
}

p.index-topic a,
p.index-topic a:hover,
p.index-subtopic a,
p.index-subtopic a:hover {
	color: #005B99;
}

ul.pagination.schema-index-pagination li a {
	color: #000000;
}

ul.pagination.schema-index-pagination li a:hover {
	background-color: #EEEEEE;
}

ul.list {
	padding-left: 15px;
}

ul.list > li {
	padding-left: 10px;
}

/*instructions*/
.schema-instruction li,
.schema-intermediateresult,
.schema-result li{
	font-size: 12px;
}

.safety-header,
.safety-cause {
	font-size: 100%;
}

.safety-consequense {
	font-size: 12px;
}


.search-result-title a:hover {
	color: #005B99;
	text-decoration: underline;
}

.search-result-title a {
	color: #005B99;
}

.search-result-title {
	font-siz: 13px;
}

.search-result-content {
	font-size: 12px;
}