p.skip,
#search-box,
#userNav,
#primaryNav,
#breadcrumb,
footer#globalFooter,
.share,
nav.resultlinks,
ul.tabs,
#aside-accordian,
.print-link,
#cookiewarning,
#article-references .click-i aside div,
#full-references,
#background-information,
div.all-references-print-link,
#full-reference-list > a,
#logo,
#references a.text-reference,
.js-hidden,
#article-body .preamble dt,
.propagator-tabbed-item-tab,
#home #promos,
.propagator-tabbed-area .propagator-featured-article > header,
.propagator-tabbed-item .taxonomy li div a {
	display: none;
}

/* Link locations after links are a great idea. Sometimes. */
.preamble a[href]:after,
section.general-article-panel > header a[href]:after,
#about-this-article section aside a:after,
.general-article-panel a:after,
.general-article-panel img:after {
  content: "";
}

/* Elements that use the spritesheet */
div#wrapper>header hgroup,
#article-body .tabbed-content article .findings ul li:before {
    background: transparent url('../img/spritesheet.png') top left no-repeat;
}

/*@highlight: #e58b16;*/
html {
  height: 100%;
  overflow-y: scroll;
}

body {
  font-size: 10pt;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  background: #fff;
  color: #333333;
  margin: 1cm;
}
/*
  Layout of the Evidence Map page:
  - 950px ful-width main content
  - no sidebar.
*/
body.col div#evidence-map {
  width: 940px;
  background: #cef;
}
/* Headings */
/* I choose to reset the padding/margin for clarity. */
header,h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

h1 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  color: #333;
  font-weight: normal;
  font-size: 1.5em;
}

header .prominent-header {
  font-size: 1.5em;
}
header .content-sized-header {
  font-size: 0.9em;
}

p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content h1 a {
  color: #1975d1 !important;
}

dl {
  margin: 1em 0;
  padding: 0;
  font-size: 0.8em;
  line-height: 1.2em;
}
  
dl dt {
  clear: left;
  float: left;
  width: 17%;
  margin: 0;
  padding-right: 5%;
  font-weight: bold;
  padding-bottom: 1em;
}
  
dl dd {
  float: left;
  width: 78%;
  margin: 0;
  padding-bottom: 1em;
}

ul.keywords {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
ul.keywords li {
  padding-right: 10px;
  border-right: 1px solid #666;
  margin-right: 10px;
  float: left;
}
ul.keywords li:last-child {
  padding-right: 0;
  border-right: none;
  margin-right: 0;
}
#content>h1 {
  margin-left: 2.0408163265306123%;
}

div#wrapper>header hgroup h1,div#wrapper>header hgroup h2,div#wrapper>header hgroup h3
  {
  font-size: 1em;
  margin: 0;
  text-indent: -1000px;
}
/* copy styles*/
#content {
  width: 100%;
  float: left;
  /* self clear floats*/
  background: #e9e9e9;
  padding: 60px 10px 20px;
  position: relative;
}
#content a.backlink {
  color: #333;
  position: absolute;
  top: 16px;
  left: 10px;
  font-size: 0.8em;
}
#content.browser {
  padding: 0 20px;
  width: 960px;
}

img {
  border: none;
}

input,select,button {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/* 404 error page styling */

body#error-404 .error {
	padding: 20px;
	background: white;
	text-align: center;
}

/* LINKS
--------------- */
a {
  color: #0053a1;
  text-decoration: none;
}

a:visited {
  color: #0053a1;
}

a:hover,a:active,a:focus {
  color: #1975d1;
}

em.more a {
  padding-left: 15px;
  background: transparent url(../img/elements/header_sprite.png) no-repeat scroll 0 2px;
  font-style: normal;
}

em.more-comments a {
  font-style: normal;
  padding: 7px;
}

em.more-comments:before {
  content: "|";
}
/*
.tabbed-content .resultlinks {
  font-size: 0.8em;
  padding: 0;
  margin: 0;
}*/
body#article div#main {
  font-size: 10pt;
}
body#article div > .preamble,
section.general-article-panel > header {
  background: #99bad9;
  position: relative;
  padding: 10px 20px;
  clear: left;
}

body #article-body .preamble dl {
  margin: 0;
}
body#article-body .preamble dt, body#article-body .preamble dd {
  padding: 0;
}
body#article div > .preamble .version-data {
  font-size: 0.9em;
  border-bottom: 1px solid black;
  margin-bottom: 1em;
}

body#article div > .preamble .version-data div.click-i {
  display: none;
}
body#article div > .tabbed-content article h1 {
  color: #0053a1;
  font-size: 1.1em;
}
body#article div > .tabbed-content article p {
  font-size: 0.85em;
  line-height: 1.5em;
}
body#article div > .tabbed-content article h2 {
  padding-top: 0.5em;
  padding-bottom: 10px;
  color: #0053a1;
  font-size: 1.1em;
}
body#article div > .tabbed-content article h3 {
  margin: 1em 0;
}
body#article div > .tabbed-content article div > h2 {
	border-top: none;
  margin-top: 1em;
	padding-top: 0;
}
body#article div > .tabbed-content article .findings {
  background: #99bad9;
  position: relative;
  overflow: hidden;
}
/* Separate the pro and con lists with a white bar, splitting the single blue panel into two. */
body#article div > .tabbed-content article .findings .con:before {
  width: 20px;
  height: 100%;
  content: " ";
  background: white;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
}
body#article div > .tabbed-content article .findings > div {
  width: 48%;
  float: left;
  padding: 15px;
}
body#article div > .tabbed-content article .findings .con {
  float: right;
}
body#article div > .tabbed-content article .findings ul li {
  position: relative;
  padding-left: 20px;
}
body#article div > .tabbed-content article .findings li p {
	font-size: 0.85em;
  margin: 0;
}
body#article div > .tabbed-content article .findings ul li:before {
    content: "+";
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    color: #0053a1;
    font-weight: bold;
    font-size: 14pt;
}
body#article div > .tabbed-content article .findings .con ul li:before {
    content: "-";
}
body#article div > .tabbed-content article figure {
  margin: 20px auto;
  width: 75%;
}
body#article div > .tabbed-content article figure figcaption {
  padding: 0.75em 0;
  font-size: 0.8em;
}
body#article div > .tabbed-content article figure img {
  width: 100%;
  margin: 0px auto;
  display: block;
}
body#article .tabbed-content div.long-content,
#about-this-article section,
body#article #main #article-body p>aside.open-panel {
    display: none;
}
body#article .tabbed-content div.long-content.open,
#about-this-article #further-reading.open,
#about-this-article #print-key-article-references.open,
div.all-references-print-link.open {
  display: block;
}
/* Background Info panels within the article body */
body#article #article-body div.in-situ {
  border: 1px solid #333;
  padding: 1em;
  margin-bottom: 1em;
  font-weight: bold;
}
#article-body div.in-situ p {
  padding-top: 1em;
  margin: 0;
  font-weight: normal;
}

#about-this-article > section {
  padding-bottom: 20px;
  font-size: 1em;
  display: none;
}
#about-this-article section h1 {
  margin: 0 20px 10px 0;
  padding: 0 0 10px;
  font-size: 1.2em;
  color: #0053a1;
  font-weight: bold;
}
#about-this-article #previous-versions ul {
  margin: 0 0 0 20px;
  padding: 0;
}
#about-this-article > section ul li {
  margin: 0;
  padding: 0;
  line-height: 1.4em;
}
#about-this-article #previous-versions p {
  position: relative;
}
#about-this-article > section ul.info li,
#about-this-article > section#related-articles ul li {
  position: relative;
  padding: 0 0 1em;
}
#about-this-article > section ul.info li {
  margin-left: 20px;
}
#about-this-article > section ul.info li:last-child,
#about-this-article > section#related-articles ul li:last-child {
  padding-bottom: 0;
}
#about-this-article #previous-versions div.click-i {
  float: left;
  width: 16px;
  height: 16px;
  margin-left: -20px;
  background-position: -230px -90px;
  position: relative;
}
#about-this-article #previous-versions dl {
  margin: 1em 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.2em;
}
#about-this-article #previous-versions dl dt,
#about-this-article #previous-versions dl dd {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#about-this-article #previous-versions dl dt {
  margin-top: 1em;
}
#about-this-article #related-articles a {
  display: block;
  color: #333 !important;
}
#about-this-article #evidence-map img {
  width: 100%;
}
#about-this-article #article-references > div + div {
  margin-top: 4.5em;
}
#about-this-article section ul.info li {
  margin-left: 20px;
  visibility: hidden;
  line-height: 0;
}
#about-this-article section ul.info li div.click-i {
  visibility: visible;
}
#about-this-article section ul.info li div.click-i:before {
  position: absolute;
  content: "\2022"; /* Bullet */
  top: 0.7em;
  left: -20px;
}
#about-this-article section#print-key-article-references ul.info li {
  list-style-type: disc;
  list-style-position: outside;
  visibility: visible;
  line-height: inherit;
}
#about-this-article section#print-key-article-references ul.info li div {
  display: inline;
}
#about-this-article section#print-key-article-references ul.info li div span.silenced-label {
  display: none;
}
/* "DOI:" text after DOI links - sometimes CSS amazes and delights me */
#about-this-article section dd a[href*="dx.doi.org"]:before {
  content: "DOI: ";
  color: #333;
}

.tabbed-content .tabs {
  position: relative;
  margin: 0;
  padding: 0;
}

.tabbed-content .tab {
  float: left;
  list-style: none;
  margin: 0;
  padding: 4px 15px;
  background: #ccc;
  display: inline-block;
  line-height: 22px;
}

.tabbed-content .tab.active {
  background: white;
}

.tabbed-content .tab.active.backdrop.globe {
  background: #99bad9;
}

.tabbed-content .tab.icon > header > h1:before {
  content: " ";
  width: 20px;
  height: 15px;
  background-position: -90px -90px;
  display: block;
  float: left;
  margin-top: 5px;
}
#content li.tab > header,
.tabbed-content li.tab > header {
  clear: none;
}
#content li.tab > header > h1,
.tabbed-content li.tab > header > h1 {
  font-size: 1em;
  margin: 0;
  clear: none;
}
.tabbed-content .tab-panel {
  background: white;
  display: none;
  padding: 15px 0;
  clear: left;
}

.tabbed-content .tab-panel.backdrop {
  padding-right: 250px;
}

.tabbed-content .tab-panel.backdrop.globe {
  background: #99bad9 url('../img/wireframe-globe.png') 300px center no-repeat;
}

.tabbed-content .tab-panel.active {
  display: block;
}

.tabbed-content .tab-panel p {
  line-height: 1.5em;
  margin: 0;
}

.tabbed-content .tab-panel p a {
  text-decoration: underline;
  color: #333;
}

#article-body .tabbed-content .tab-panel p a {
  text-decoration: none;
  color: #0053a1;
}

.tabbed-content .tab-panel ul,
.tabbed-content .tab-panel ul li,
#about-this-article ul,
#about-this-article li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tabbed-content .tab-panel ul.article-data {
  padding-top: 3px;
}

.tabbed-content .tab-panel ul li {
  font-size: 0.8em;
  line-height: 1.3em;
}

#article-body .tabbed-content .tab-panel ul li {
  font-size: 1em;
}

.tabbed-content .tab-panel ul.article-data ul,
.tabbed-content .tab-panel ul.article-data ul li {
  display: inline;
  font-size: 1em;
}

.tabbed-content .tab-panel ul.article-data ul li > a {
  text-decoration: underline;
  color: #0053a1;
  padding-right: 5px;
  border-right: 1px solid #0053a1;
  margin-right: 5px;
  line-height: 1em;
  display: inline-block;
}

.tabbed-content .tab-panel ul.article-data ul li:last-child a {
  margin-right: 0;
  padding-right: 0;
  border: none;
}

body#article #main .click-i>aside {
  color: #333;
  font-size: 1em;
  z-index: 999999;
}
body#article #main .click-i>aside:before {
  content: " ";
  position: absolute;
  height: 16px;
  width: 31px;
  bottom: -16px;
  background-position: -340px -90px;
  right: 171px;
}
.close-i {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 21px;
  height: 21px;
  background-position: -310px -90px;
}
body#article #main .click-i>aside h1 {
  margin-right: 20px;
  font-size: 1.1em;
}
body#article #main .click-i>aside blockquote {
  margin: 0 20px 0 0;
  font-size: 1.2em;
}
body#article #main .click-i>aside blockquote:before,
body#article #main .click-i>aside blockquote:after {
  content: "\"";
}
#about-this-article section aside dl {
  font-size: 0.9em;
  margin: 0;
}
#about-this-article section aside dt, #about-this-article section aside dd {
  padding: 0.25em 0.25em 0 0;
}
#about-this-article section aside dt:first-of-type, #about-this-article section aside dd:first-of-type {
  border-top: none;
}
#about-this-article section aside dt {
  display: none;
  width: auto;
  padding: 0.25em 0.25em 0 0;
}
#about-this-article section aside dt:after {
  content: ":";
}
#about-this-article section aside dd {
  width: auto;
  display: inline;
}
/* Tweaks for print: page breaks and duplicate content removal */
body#article #main #background-information .click-i>aside h1,
body#article #main #background-information header,
body#article #main #background-information ul {
	display: none;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}

body#article .tabbed-content div.long-content {
	page-break-before: always;
}
/* Search results: hide the filter stuff for now, and tidy up the results. */
#search-results-panel header,
#search-results-panel .form-fields,
#result-filters {
  display: none;
}
#search-results-panel table th, #search-results-panel table td {
  padding: 0.5em;
  font-size: 0.81475em;
  vertical-align: top;
}
#search-results-panel table thead {
  border-bottom: 1px solid #333;
}
#search-results-panel table thead tr th:first-child,
#search-results-panel table thead tr th:last-child {
  width: 10em;
}
#search-results-panel table tbody tr {
  display: none;
}
#search-results-panel table tbody tr.result-details {
  display: table-row;
  border-bottom: 1px solid #ddd;
}
#search-results-panel table tbody tr.result-details td:first-child{
  padding-right: 2em;
  border-right: 1px solid #ddd;
}
#search-results-panel table tbody tr.result-details td:last-child {
  padding-left: 2em;
  border-left: 1px solid #ddd;
}
#search-results-panel table thead{
  display:table-header-group;/*repeat table headers on each page*/
}
#search-results-panel table tbody{
  display:table-row-group;
}
/* Simplification of .resultlinks separation styling */
/* Specific to .listed-article and #search-results-form. Perhaps the float:left is incorrect? */
.resultlinks {
    float: none;
}
#article-body .resultlinks {
    float: right;
}

/* Where are we using ul.links, and what for? */
.resultlinks ul,
ul.links {
    margin: 0;
    padding: 0;
}
.general-article-panel ul.links,
.general-article-panel ul.links li {
  list-style: none;
  float: left;
}
.resultlinks ul li {
    margin: 0;
    padding: 8px 0;
}
.resultlinks ul li,
ul.links li {
    position: relative;
}

.resultlinks ul li > a {
    text-decoration: underline;
    color: #0053a1;
    line-height: 1em;
    display: inline-block;
    font-size: 0.9em;
}

ul.article-data ul li > a:after,
.resultlinks ul li > a:after,
ul.links li > a:after {
    background: #0053a1;
    content: " ";
    display: inline-block;
    width: 1px;
    height: 0.9em;
    margin: 0 5px;
}
ul.article-data ul li:last-child > a:after,
.resultlinks ul li:last-child > a:after,
ul.links li:last-child > a:after  {
    content: "";
    width: 0;
}
.general-article-panel ul.links li > a {
  color: #333;
}

/* Full Ref List page */
.references-page ul, .references-page ul li {
    list-style: none;
}
.references-page ul {
    margin: 0.5em 0;
    padding: 0;
}
.references-page a.print-link {
    position: absolute;
    top: 1em;
    right: 1em;
}
.references-page > header {
    margin-right: 4em;
}
.references-page > header > h1 {
    font-weight: bold;
}
.references-page > section h1 {
    font-size: 1.25em;
}
.references-page section h1 {
    font-size: 1.25em;
    margin-top: 1em;
}
,
#about-this-article section aside#full-reference-list > a {
  display: block;
  content: " (" attr(href) ")";
}
/* Reference panels in situ */
body#article #main #article-body p>aside.in-situ {
    position: static;
    margin-bottom: 0.5em;
    font-size: 0.8em;
    padding: 0.5em;
    border: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #333;
}
body#article #main #article-body p>aside.in-situ:last-child {
    border-bottom: none;
}
#article-body p>aside.in-situ dl {
    margin: 0.5em;
}
#article-body .in-situ .close-i {
    display: none;
}

/* The Big References Page */
/* Article References page styling here */
body#article .full-article-references .preamble header {
    margin-right: 3em;
}
body#article .full-article-references ul.info {
    list-style: none;
    margin: 1em 0 0;
    padding: 0;
}
body#article .full-article-references ul.info li {
    margin: 1em 0 0;
}
body#article .full-article-references section + section {
    margin-top: 20px;
}

/* Styling for RHS lists, by and large */
aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0.5em 0;
}

/* Author Bio page styling */
#author-bio-panel > header figure {
    margin: 0 1em 1em 0;
    float: left;
}
#author-bio-panel > header figure img {
    border: 1px solid white;
}
#author-bio-panel > header dl,
#author-bio-panel > header dl dt,
#author-bio-panel > header dl dd {
    float: none;
    clear: none;
    margin: 0;
}
#author-bio-panel header dl dt {
    width: 24%;
    display: inline-block;
    float: left;
    padding: 0 1% 0 0;
}
#author-bio-panel header dl dd {
    padding: 0;
    display: table-cell;
}
#author-bio-panel > header dl {
    min-height: 2.5em;
    /* Making space in case the dd is empty. */
    font-size: 1em;
}
#author-bio-panel > header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#author-bio-panel > header ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
/* Be careful not to break the publication listing. */
#author-bio-panel > header > ul > li {
    display: block;
    min-height: 3em;
}
#author-bio-panel > header dd ul li {
    padding: 0;
}
#author-bio-panel .listed-article {
    float: left;
    position: relative;
}
#author-bio-panel .listed-article > p {
    line-height: 1.4em;
}
#author-bio-panel .listed-article > nav.resultlinks,
#author-bio-panel .listed-article > p.datetime {
    margin-right: 0;
}
#author-bio-panel .listed-article > p.datetime {
    position: absolute;
    top: 20px;
    right: 20px;
}
#author-bio-panel .listed-article p.attribution a,
#author-bio-panel .listed-article > nav.resultlinks > ul > li > a {
    text-decoration: underline;
}

/* Homepage-specific styling */
#intro-subjects-1 {
  background: #99bad9;
  padding: 1em;
}
#intro-subjects-1 > a {
  display: none;
}
body#home #wrapper-3 .propagator-tabbed-item .listed-article .article-data {
  margin: 1em 0;
}

/* Tidying up Taxonomy tab on homepage */
.propagator-tabbed-item .taxonomy {
    margin: 0;
    padding: 0;
    position: relative;
}
body#home #wrapper-3 .propagator-tabbed-item ul,
body#home #wrapper-3 .propagator-tabbed-item ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.propagator-tabbed-item .taxonomy li div {
    font-size: 1.5em;
}
.propagator-tabbed-item .taxonomy li.active div {
    display: block;
}

.propagator-tabbed-item ul.taxonomy li h3 {
  display: none;
}
.propagator-tabbed-item .taxonomy li div h4 {
    font-size: 0.9em;
}
.propagator-tabbed-item .taxonomy li div p {
    font-size: 0.65em;
}
.propagator-tabbed-item .taxonomy li div a {
    font-size: 1em;
}
body#home #wrapper-3 .propagator-tabbed-area .propagator-tabbed-item.active {
    display: block;
}

body#home #wrapper-3 .propagator-tabbed-item.active {
    display: block;
}

body#home #wrapper-3 .propagator-tabbed-item#intro-subjects-1 h1 {
    margin: 8px 0;
    letter-spacing: -1px;
}

.propagator-tabbed-item ul.taxonomy li h3:hover, .propagator-tabbed-item ul.taxonomy li.active h3 {
    color: #0053a1;
}

/* Article listings, on such pages as Subject Areas page, Author Bio page etc */
.propagator-tabbed-area p {
  font-size: 0.9em;
}
.tabbed-content .tab-panel p {
  line-height: 1.5em;
  margin: 0 0 1em;
}
#author-bio-panel > header {
  margin-bottom: 1em;
}
#author-bio-panel .listed-article ul > li {
    font-size: 0.8em;
    line-height: 1.5em;
}

body#home #wrapper-3 .propagator-tabbed-item ul.article-data ul,
body#home #wrapper-3 .propagator-tabbed-item ul.article-data ul li,
#author-bio-panel .listed-article ul.article-data ul,
#author-bio-panel .listed-article ul.article-data ul li {
    display: inline;
    font-size: 1em;
}

.listed-article h2 {
    font-size: 1.1em;
    margin-top: 0.5em;
    margin-bottom: 0;
    font-weight: normal;
}

.listed-article p {
    margin-top: 0;
}

.listed-article h1 {
    font-size: 1.2em;
    font-weight: bold;
}
.listed-article h1 a,
.listed-article ul.article-data a {
    color: #0053a1;
    text-decoration: underline;
}

ul.article-data a {
    font-size: 1em;
}

ul.article-data > li {
    margin-bottom: 5px;
}

#articles-cta .listed-article {
    margin-bottom: 1em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
}

/* Only remove dividing line for the last Latest Articles item */
#articles-cta-2 .listed-article:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.subjectTop {
    padding: 1em;
    background: #99bad9;
}
.subjectTop h3 {
    padding-top: 1em;
    padding-bottom: 0.3em;
    font-size: 0.9em;
    font-weight: bold;
}
.subjectTop h3:first-of-type {
    border-top: 1px solid #999;
}
.subjectTop p {
    line-height: 1.1em;
    margin: 0 0 1.5em;
}
.subjectTop p.editor {
    margin-bottom: 0.6em;
}
.subjectTop h3,
.subjectTop p {
    font-family: "Verdana", Arial, Helvetica, sans-serif;
}
#classificationExplorer .subjectTop h1 {
    margin-bottom: 0.3em;
}
#classificationExplorer .editor span {
    width: 21em;
    display: block;
    float: left;
}
#classificationExplorer .editor a span {
    color: #333;
    text-decoration: underline;
}
.subjectArticles,
.all-articles-panel {
    position: relative;
}
.all-articles-panel {
    margin-top: 3.25em;
    z-index: 1;
}
.tabbed-content .tab .sort {
    position: absolute;
    top: 0;
    right: 0;
}

.subjectArticles article,
.all-articles-panel article {
    padding: 1.5em 0;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.subjectArticles article header h1,
.all-articles-panel article header h1 {
    width: 80%;
}
.subjectArticles article time,
.all-articles-panel article time {
    display: inline;
}

.subjectArticles article nav.resultlinks,
.all-articles-panel article nav.resultlinks {
    display: none;
}

.subjectArticles article .summary h3 a,
.all-articles-panel article .summary h3 a {
    color: #0053a1;
    font-size: 0.9em;
    display: block;
    width: 75%;
}

.subjectArticles article .summary h4,
.all-articles-panel article .summary h4 {
    font-size: 0.9em;
    margin-top: 0.5em;
    font-weight: normal;
    width: 75%;
}

.subjectArticles article .summary > p,
.all-articles-panel article .summary > p {
    font-size: 0.8em;
    margin-top: 0;
}
.subjectArticles article nav.resultlinks ul,
.all-articles-panel article nav.resultlinks ul {
    padding: 0;
}

.subjectArticles article nav.resultlinks ul li:last-child,
.all-articles-panel article nav.resultlinks ul li:last-child {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
}

.subjectArticles article nav.resultlinks ul li a,
.all-articles-panel article nav.resultlinks ul li a {
    font-size: 1em;
}

.subjectArticles .pagination,
.all-articles-panel .pagination {
    font-size: 0.8em;
    line-height: 1em;
}
.subjectArticles .pagination select,
.all-articles-panel .pagination select {
    margin-right: 10px;
}
.subjectArticles > .tabs,
.all-articles-panel > .tabs {
    position: static;
}
.all-articles-panel > .tabs {
    display: none;
}
.subjectArticles article p.datetime,
.all-articles-panel article p.datetime {
    position: absolute;
    top: 20px;
    right: 20px;
    font-style: italic;
}
.subjectArticles .controls,
#subjectArticles .controls,
.all-articles-panel .controls {
    font-size: 0.8em;
}
