/* Style the tab */
.tab {
overflow: hidden;
border-bottom: 1px solid #ccc;
}
/* Style the buttons inside the tab */
.tab a {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 10px 16px;
transition: 0.3s;
font-size: 18px;
font-weight: bold;
color: #999;
}
/* Create an active/current tablink class */
.tab a.active {
border-bottom:5px solid #006436;
font-size:24px;
color:#60b944;
}
/* Style the tab content */
.tabcontent {
display: none;
padding-top: 10px;
border-top: none;
}