#success-container {
    min-height: 60vh;
}

#success-message {
    color: #0dae15;
    border: solid 1px #0dae15;
    padding: 25px 40px;
    margin-bottom: 5vh;
}

.success-directions {
    margin-bottom: 5vh;
}

.success-controls {
    border: solid 1px #000;
    min-height: 18vh;
    position: relative;
    background: #fafafa;
    padding-top: 15px;
}

.success-controls-footer {
    position: absolute;
    bottom: 15%;
    left: 0;
    width: 100%;
    text-align: center;
}

.success-button {
    width: 35%;
}
#dp-success-button{
    background-color: lightgrey;
    color: black;
    border-color: black;
    padding: 4px 22px;
}
#dp-success-button:hover{
    background-color: lightgrey;
    color: black;
}
#dp-success-ok{
    font-size: 71px;
    -webkit-text-stroke: 12px white;
    position: relative;
    left: -25%;
}
#dp-transaction-msg{
    margin-bottom: 2%;
    margin-top: -5%;
}
.step-counter{
    padding: 7px 11px;
    background-color: #5cb85c;
    border-radius: 2px;
    color: white;
    font-weight: 700;
}
#dp-success-controls{
    padding-top: 27px;
    padding-bottom: 27px;
    min-height:0;
}