.navigable-steps__header {
    height: 40px;
}

.navigable-steps__action-left {
    float: left;
    text-align: left;
    display: table;
    height: 100%;
    width: 15%;
}

.navigable-steps__action-right {
    float: right;
    text-align: right;
    display: table;
    height: 100%;
    width: 15%;
}

.navigable-steps__action-content {
    display: table-cell;
    vertical-align: middle;
}

.navigable-steps__title {
    margin: 0 auto;
    display: table;
    width: 70%;
    height: 100%;
    text-align: center;
}

.navigable-steps__title-content {
    display: table-cell;
    vertical-align: middle;
}

.navigable-steps__action-first:hover,
.navigable-steps__action-back:hover,
.navigable-steps__action-next:hover,
.navigable-steps__action-last:hover {
    cursor: pointer;
}