* {
 	border: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	/* font-size: 10px; */
	min-height: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	height: 100%;
}

.content-container {
	position: relative;
	min-height: 100%;
}

.content {
	padding-bottom: 60px;
}

footer {
	position: absolute;
	width: 100%;
	text-align: center;
}

a {
	color: #395c75;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #202020;
}

a.button {
		-webkit-appearance: button;
		-moz-appearance: button;
		appearance: button;

		text-decoration: none;
		color: #fff;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

table.striped tbody tr:nth-of-type(2n+1) {
	background: #fafafa;
}

table.hover tbody tr:hover {
	background: #f0f0f0;
}

thead th {
	color: #666;
	/* font-size: 1.2rem; */
	/* font-weight: 600; */
	/* letter-spacing: .1rem; */
	vertical-align: bottom;
}

th {
	text-align: left;
}

td, th {
	border-bottom: 1px solid #e5e5e5;
	/* font-size: 1.2rem; */
	padding: .5rem;
}

td2, th2 {
	border-bottom: 1px solid #e5e5e5;
	/* font-size: 1.2rem; */
	padding: 10px;
}

td2.check {
	text-align: center;
	vertical-align: center;
	width: 32px;
}

td2.check > input {
	height: 0;
	line-height: 0;
}

td.check {
	text-align: center;
	vertical-align: center;
	width: 32px;
}

td.check > input {
	height: 0;
	line-height: 0;
}

table.condensed tbody td, table.condensed tbody th {
	padding: .2rem .5rem;
}

ol, ul {
	margin-left: 1rem;
}

ul {
	list-style: disc inside;
}

ol {
	list-style: decimal inside;
}

header {
	background: #1c4d78;
	color: #fff;
	padding: 12px;
}

header p {
	margin-left: 2rem;
}

menu {
	background: #0f3c62;
	color: #fff;
	width: 100%;
}

.nav2 ul {
	list-style: none;
}
.nav2 li {
	display: inline;
}

.nav2 {
	padding: 0;
	text-align: left;
}
.nav2 a:link, .nav2 a:visited {
	color: #fff;
	display: inline-block;
	padding: 5px .5em;
	text-decoration: none;
}

.menu_name {
	display: relative;
	text-align: right;
	padding: 5px 1.5em;
	text-decoration: none;
}

#nav {
	margin: 15px 15px 0 15px;
}

#nav > a{
	color: #fff;
}

#nav > a:hover{
	color: #000;
}

ul.sidenav {
	border: 1px solid #0f3c62;
	margin-left: 0;
}

.sidenav li {
	border-bottom: 1px solid #e0e0e0;
	background: #fff;
	list-style: none;
}

.sidenav li:last-child {
	border: 0;
}

.sidenav li.caption {
	background: #1c4d78;
	color: #fff;
	/* font-size: 1.1rem; */
	/* font-weight: 600; */
	letter-spacing: .1rem;
	padding: 1rem;
}

.sidenav a {
	display: block;
	/* font-size: 1.1rem; */
	padding: 0.5rem 1.2rem;
	width: 100%;
}

.sidenav a:hover {
	background: #f0f0f0;
	text-decoration: none;
}

td.code {
	width: 100%;
}

.highlight-container {
	display: inline-block;
	width: 100%;
}

.highlight-container .highlight {
	max-height: 500px;
	max-width: 100%;
	overflow: auto;
}

h1, h2, h3, h4, h5, h6, p,
dl, ol, ul,
table, img, pre {
	margin-bottom: 1rem;
}

dt, dd, label {
	margin-bottom: .5rem;
}

img {
	display: block;
	max-width: 100%;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child,
h6:last-child, p:last-child, dl:last-child, ol:last-child, ul:last-child,
img:last-child, table:last-child, dt:last-child, dd:last-child, label:last-child,
pre:last-child
{
	margin-bottom: 0;
}

.overflow-box {
	display: block;
	max-width: 100%;
	overflow-x: auto;
}

.card {
	display: block;
}

.card > .caption {
	background: #1c4d78;
	border-left: 1px solid #0f3c62;
	border-right: 1px solid #0f3c62;
	color: #FFF;
	display: block;
	/* font-size: 1.3rem; */
	/* font-weight: 600; */
	/* letter-spacing: .1rem; */
	padding: 1rem;
	width: 100%;
}

.card > .content {
	background: #fff;
	border-left: 1px solid #0f3c62;
	border-right: 1px solid #0f3c62;
	display: block;
	padding: 1.5rem;
	width: 100%;
}

.card > img {
	border-left: 1px solid #0f3c62;
	border-right: 1px solid #0f3c62;
	margin-bottom: 0;
	width: 100%;
}

.card > .caption:first-child {
	border-top: 1px solid #0f3c62;
}

.card > .caption:last-child {
	border-bottom: 1px solid #0f3c62;
}

.card > .content:first-child {
	border-top: 1px solid #0f3c62;
}

.card > .content:last-child {
	border-bottom: 1px solid #0f3c62;
}

.category {
	display: block;
}

.category > .caption {
	background: #1c4d78;
	border: 1px solid #0f3c62;
	color: #FFF;
	display: block;
	/* font-size: 1.3rem; */
	/* font-weight: 600; */
	/* letter-spacing: .1rem; */
	padding: 1rem;
	width: 100%;
}

.category > .content {
	background: #fff;
	border: 1px solid #e0e0e0;
	display: block;
	padding: 5px;
	width: 100%;
}

.category > .content:last-child {
	margin-bottom: 5px;
}

.category img {
	margin-top: 5px;
	border: 1px solid #c4c4c4;
}

.category board_title {
	margin-top: 12px;
}

.mid {
	margin-top: 12px;
}

.block {
	display: block;
}

.divdown {
	margin-top: 5px;
}

.divleft2 {
	margin-left: 2px;
}

/* hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
} */

dt {
	font-weight: 600;
	/* font-size: 1.1rem; */
	/* letter-spacing: .1rem; */
}

dd {
	color: #666;
	/* font-size: 1.1rem; */
	margin-left: .5rem;
}

label {
	cursor: pointer;
	color: #888;
	display: block;
	/* font-size: 1rem; */
	/* letter-spacing: .1rem; */
	text-transform: uppercase;
}

info_label {
	color: #888;
	/* font-size: 1rem; */
	letter-spacing: .1rem;
	text-transform: uppercase;
}

board_title {
	cursor: pointer;
	color: #000;
	display: block;
	/* font-size: 2rem; */
	/* letter-spacing: .1rem; */
	margin-left: 25px;
	letter-spacing: .1rem;
}

info_data {
	cursor: pointer;
	color: #000;
	/* font-size: 1.4rem; */
	/* letter-spacing: .1rem; */
	margin-top: 5px;
}

code {
	background: #f1f1f1;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	/* font-size: 1.2rem; */
	margin: 0 .2rem;
	padding: .2rem .5rem;
	white-space: nowrap;
}

pre > code {
	display: block;
	padding: 1rem 1.5rem;
	white-space: pre;
	width: 100%;
}

small {
	/* font-size: 1rem; */
}

li { margin: 2px 0; cursor: pointer; }
li.selected { outline: 1px solid red; }
li.child { margin-left: 20px; }