﻿/* Style the tab */

.tab {
  float: left;
  width: 30%;
  height: auto;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  border-top:0;
  border-right:0;
  border-left:0;
  border-bottom:1px solid #D5D5D5;
  padding: 10px 16px 10px 0;
  width: 100%;  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  font-weight:normal;
}

/* Change background color of buttons on hover */
.tab button:hover {
font-weight:600;
}
.tab button .arrow {
 display:none;
}

/* Create an active/current "tab button" class */
.tab button.active .arrow {
 display:inline-block;
}
.tab button.active
{
	font-weight:600;
}
/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 5%;
  display:none;
  width: 70%;
  border-left: none;
  height: auto;
}
.tabcontent .active
{
	display:block;
}






/* Style the buttons inside the tab */
.tab a {
  display: block;
  background-color: inherit;
  color: black;
  border-top:0;
  border-right:0;
  border-left:0;
  border-bottom:1px solid #D5D5D5;
  padding: 10px 16px 10px 0;
  width: 100%;  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 12px;
  font-weight:normal;}

/* Change background color of buttons on hover */
.tab a:hover {
font-weight:600;
}
.tab a .arrow {
 display:none;
}

/* Create an active/current "tab button" class */
.tab a.active .arrow {
 display:inline-block;
}
.tab a.active
{
	font-weight:600;
}
/* Style the tab content */
.tabcontent1 {
  float: left;
  padding: 0px 5%;

  width: 70%;
  border-left: none;
  height: auto;
}









