
#steps_flow {
    display: table-row;
}

#steps_flow * {
    font-family: "Arial", "Tahoma" !important;
    font-size: 0.8rem;
}

#steps_flow h2 {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: normal;
}

#steps_flow h3 {
    font-size: 0.85rem;
    font-weight: normal;
    letter-spacing: normal;
    margin-bottom: 0px;
}

#steps_flow * ul, #steps_flow * ol {
    padding: 20px !important;
    padding-top: 0px !important;
}

#steps_flow div.pure-u-1 {
    /*padding: 10px;*/
}

#steps_flow div.steps_flow_step {
    padding-right: 30px;
    height: 100%;
    display: table-cell;
}

#steps_flow div.steps_flow_content {
    background-color: rgba(0, 0, 0, 0.02);
    padding: 3px;
    height: 100%;
    display: inline-block;
    width: 100%;
}

.steps_flow_next {
    position: relative;
}

.steps_flow_next:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    color: rgba(0, 0, 0, 0.3);
    text-decoration: inherit;
    position: absolute;
    top: 45px;
    right: -3px;
    /*float: right;*/
    font-size: 2rem;
}

.steps_flow_next {
}

.steps_flow_next:before {
    content: "\f054";
}