/* Style the tab */
.tab {
  float: left;
  border: 1px solid #33cc33;
  background-color: #ccffcc;
  width: 30%;
  height: 100%;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 10px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
}

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

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #33cc33;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  
  width: 70%;
  border-left: none;
  height: 100%;
  display: none;
}

/* new-tab */
/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}


/* Style the headings. Note: hidden by default */
.font{
font-family: 'Roboto', sans-serif;
font-family: 'Annie Use Your Telescope', cursive;}

/* Style the other content. Note: hidden by default */
p.other-content
{
font-family: 'Indie Flower', cursive !important;
}

td.center
{
text-align:center;
}

P.center
{
text-align:center;
}

