@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Verdana, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	color: #000000;
	margin: 0;
}

/*
h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
}
*/

p, li {
	line-height: 1.5;

}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

sub { 
  top: 0.4em; 
}

a {
	color: #0066CC;
	font-weight: bold;
}

a:hover {
	color: #000066;
}

a:visited {
	color: #669999;
}

.contentsheading, .footnote, .msnumber, .thumbheading, .thumbcaption {
	font-size: smaller;
}

.msnumber {
	font-weight: bold;
}

iframe {
	border-style: none;
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.header, .footer {
  height: 50px;
  margin-left: 10px;
}

.content {
  display: flex;
  flex: 1;
}

.columns {
  display: flex;
  flex: 1;
}

.main {
  flex: 1;
  order: 2;
  margin-right: 10px;
}

.sidebar-first {
  width: 208px;
  order: 1;
  margin-left: 10px;
  margin-right: 10px;
}

.sidebar-second { 
  width: 201px;
  order: 3;
  margin-right: 10px;
}

body.aside p {
	line-height: 1.2;
}
