.tab-content .tab-pane {
    display: none;
}

.tab-content .tab-pane.active {
    display: block;
}

.next, .previous {
    cursor: pointer;
}
.next{
    background-color: #ff9200;
    border: none;
}
.previous:hover{
    text-decoration: none;
    background-color: #e3e1e1;
}
.next:hover {
    text-decoration: none;
    background-color: #ff9200;
}
.tab-pane {
    padding: 10px;
}