body{
	background: #EEEEDD
}
table {
	align: center;
}
th, td {
    padding: 4px;
}
td {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
img {
	height: 210px;
}
p {
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 24px;
	margin-top: 1em;
	margin-bottom: 0.2em;
	color: #226611
}
.boxed {
  border: 1px solid green ;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #EEFFDD ;
  font-size: 18px;
  max-width: 660px;
  font-family: Arial, Helvetica, sans-serif;
} 
.menuboxed{ 
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #EEFFDD ;
  font-size: 18px;
  max-width: 710px;
  font-family: Arial, Helvetica, sans-serif;
}
.topboxed {
  text-align: center;
  border: 1px solid #000000 ;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #E5FFE5 ;
  font-size: 18px;
  max-width: 660px;
  font-family: Arial, Helvetica, sans-serif;
} 
.hrc { 
border: 0; 
height: 1px; 
background: linear-gradient(to right, rgba(0, 175, 0, 0), rgba(0, 55, 0, 0.75), rgba(0, 175, 0, 0)); 
width: 70%;
}
.hrl {
border: 0; 
height: 1px; 
background: linear-gradient(to right, rgba(0, 175, 0, 1), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)); 
width: 100%;
background-position: left center;
background-repeat: no-repeat;
margin-bottom: 1em;
}

/* taken from w3schools.com */

/* Style the tab */
.tab {
  overflow: hidden;
  border: none;
  background-color: inherit;
}


/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: center;
  border: 1px solid darken($gray, 50%);
  background-color: $gray;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 20px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #bbccbb;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: inherit;
  border: 4px solid #000;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

</style>
