<style>
.tab-links {
    display: flex!important;
}
.tab-links a {
    display: block;
	width:33.3333%;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    background-color: #eeeeee;
}
 
.tab-links a.active {
       border-bottom: 4px solid #d99604;
    background-color: #065632;
    color: #ffffff;
}
 
.tab {
    display: none;
}
 
.tab.active {
    display: block;
}
</style>