@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@600&display=swap');

body {
	background: #1e1e1e;
	color: #FFF;
	font-family: 'Noto Sans', sans-serif;
	text-align: center;
	margin: 0px;
  }
  
 .wrapper {
	width: 960px;
	margin: 0 auto;
}

.wrapper header {
	width: 960px;
	padding: 0;
}

.wrapper nav,
.wrapper section {
  float: left;
}

.wrapper nav {
  width: 200px;
  margin-right: 10px;
  min-height: 500px;
}

.wrapper section {
  width: 960px;
}

.wrapper .ul,
.wrapper li {
	display: inline;
	padding: 10px;
	text-align: center;
}

.wrapper .ul {
	border-top: #fff 1px solid;
}

.wrapper p {
	font-size: 1.1em;
}

.error {
	font-size: 1.4 em;
	color: #FF016C;
}

h2 {
	font-size: 24px;
	font-weight:bold;
	color: #427fb4;
}
h3 {
    font-size: 18px;
	font-weight:bold;
	color: #ff0000;
}

h4 {
	font-size: 20px;
	font-weight:bold;
	color:#F00;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper header,
.wrapper nav,
.wrapper section {
  border: 1px solid rgba(255,255,255,0.8);
  margin-bottom: 10px;
  border-radius: 3px;
}

.wrapper header {
  padding: 3px 0;
}

.wrapper nav,
.wrapper section {
	padding: 20px 10px 0 10px;
}

.wrapper a:link,
.wrapper a:visited {
	text-decoration:none;
	color: #999;
}

.wrapper a:hover {
	color: #fff;
}

.wrapper li {
	padding: 10px;
}

.wrapper table {
  border-collapse: separate;
  border-spacing: 0;
  color: #000;
}
.wrapper table tr th,
.wrapper table tr td {
  border-right: 1px solid #427fb4;
  border-bottom: 1px solid #427fb4;
  padding: 5px;
}
.wrapper table tr th:first-child,
.wrapper table tr td:first-child {
  border-left: 1px solid #427fb4;
}
.wrapper table tr th {
  background: #47a8f3;
  border-top: 1px solid #427fb4;
  text-align: centre;
}
.wrapper table td {
	background-color: #FFF;
	color: #000;

}
/* top-left border-radius */
.wrapper table tr:first-child th:first-child {
  border-top-left-radius: 6px;
}

/* top-right border-radius */
.wrapper table tr:first-child th:last-child {
  border-top-right-radius: 6px;
}

/* bottom-left border-radius */
.wrapper table tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}

/* bottom-right border-radius */
.wrapper table tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}
.error {
	color: #F00;
	font-style: italic;
}
.wrapper .smltext {
	font-size: 11px;
	font-weight: 200;
}
.wrapper .medtext {
	font-size: 13px;
	font-weight: 300;
}
.wrapper .yell {
	color: yellow;
}
.summary2 {
	background-color: cornsilk;
	color: #000;
}