﻿.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: blue;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}
body {background-color: }
{max-width:650px;height:auto;}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: yellow;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: Tomato;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}
footer {
  text-align: center;
  padding: 3px;
  background-color: #0000ff;
  color: lightgray;
}
  .auto-style2 {
	  font-size: x-small;
  }
  .auto-style3 {
	  font-size: medium;
  }

 .auto-style13 {
	  padding: 3px;
  background-color: #0000ff;
  color: gray;



}
.auto-style14 {
	text-align: center;
}

.container {
	  padding: 20px;
  background-color: #0000ff;
  color: white;
}

.auto-style22 {

  border: 2px solid white;
  padding: 20px;
  margin: ;
  color: white;
  font-family: courier;
  font-size: 120%;
  background-color: #0000ff;
}

#more {display: none;}

.auto-style23 {
	border: 2px solid white;
	padding: 20px;
	color: white;
	font-family: courier;
	font-size: 120%;
	background-color: #0000ff;
	text-align: center;
}
.auto-style24 {
	text-decoration: none;
}
.auto-style25 {
	color: #FFFFFF;
}

.auto-style26 {
	color: blue;cursor: pointer;
  width: 100%;
}

.auto-style27 {
	color: blue;
	cursor: pointer;
	width: 100%;
	text-align: left;
}
.auto-style28 {
	border: 2px solid white;
	padding: 20px;
	color: white;
	font-family: courier;
	font-size: 120%;
	background-color: #0000ff;
	text-align: left;

}

.auto-style29 {
	color: red;cursor: pointer;
  width: 100%;
}

.button23 {
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 300px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button23 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button23 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button23:hover span {
  padding-right: 25px;
}

.button23:hover span:after {
  opacity: 1;
  right: 0;
}
