body {
  background: #e39ecb url('/images/checkered.jpg');
  color: #000000;
  font-family: 'Verdana';
  font-size: 15px;
  overflow-x: auto;
}

a {
  color: #045086;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img {
  max-width: 100%;
}

@font-face {
	font-family: 'Point Betsie';
	src: url('myfont-webfont.eot?#iefix') format('embedded-opentype'),
	url('/fonts/PointBetsie.woff2') format('woff2'),
	url('/fonts/PointBetsie.ttf')  format('truetype'),
	url('myfont-webfont.svg#svgFontName') format('svg');
	font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'Monster Blood';
	src: url('myfont-webfont.eot?#iefix') format('embedded-opentype'),
	url('/fonts/MonsterBlood.woff2') format('woff2'),
	url('/fonts/MonsterBlood.ttf')  format('truetype'),
	url('myfont-webfont.svg#svgFontName') format('svg');
	font-weight: normal;
  font-style: normal;
}

h1 {
  font-family: 'Point Betsie';
  font-size: 45px;
}

h2 {
  font-family: 'Point Betsie';
  font-size: 35px;
  text-align: right;
}

.side {
  margin: 10px;
  margin-left: 25px;
  width: 150px;
  position: absolute;
  border: 0px solid #1894ca;
  text-align: center;
  padding: 5px;
  margin-top: 30px;
  border-radius: 5px;
}

.sidecon {
  background: #75cebc;
  text-align: left;
  color: #ffffff;
  padding: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 5px;
  list-style-type: none;
  margin: 0 auto;
  margin-left: -35px;
  margin-right: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.sidecon a {
  color: #ffffff;
  text-decoration: none;
}

.sidecon a:hover {
  text-decoration: underline
}

.box {
  margin: 0 auto;
  border: 8px #ffffff double;
  border-radius: 5px;
  background: #ceeee9;
	overflow: auto;
	width: 60em;
	height: 50em;
	margin-top: 5.5%;
	margin-bottom: 5.5%;
}

.box-inner {
  height: 100%;
  margin-left: 200px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: scroll;
}

.footer {
  padding: 10px;
  padding-top: 25px;
  bottom: 5px;
  text-align: center;
}
  
 @media(max-width:950px) {
.box {
  font-size: 16px;
  width: 700px;
}

.box-title {
  min-width: 640px;
   }
}

@media(max-width:750px) {
.box {
  font-size: 14px;
  width: 550px;
}

.box-title {
  min-width: 490px;
}

.box-inner {
  margin-left: 140px;
}

.side {
  font-size: 15px;
  width: 120px;
  margin-left: 10px;
  }
}

@media(max-width:600px) {
.box {
  min-width: 150px;
  max-width: 530px;
  margin-left: 0;
  margin-right: 5px;
}

.box-inner {
  margin-left: 100px;
}

.side {
  font-size: 12px;
  width: 90px;
  margin-left: 1%;
  margin-right: 1%;
}

.footer {
  padding-top: -5px;
  }
}

@media(orientation: portrait){      
body {
  font-size: 20px
}

.box-title {
  width: 90%;
  margin-right: 0px;
}

.box {
  width: 95%;
  margin: 0 auto;
  }
}

.row {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}

.column {
  flex: 50%;
  padding: 5px;
}

table {
  background: #75cebc;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 16px;
}

tr:nth-child(even) {
  background-color: #fcf5e5;
}