div.steps.clearfix{
	display:none;
}

div.content.clearfix h3.title{
	display: none;
}

div.content.clearfix h3.title.current{
	display: block;
}

div.actions.clearfix ul{
	list-style: none;
	display: flex;
    justify-content: space-between;
    padding: 3% 4% 4% 4%;
}

div.actions.clearfix ul li a {
	border-color: #ff8e2b;
    background-color: #ff8e2b !important;
	color:white !important;
	display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
	cursor: pointe;
	text-decoration: none;
}