section#simEx {
    text-align: center;
}

section#simEx div#makeNewOrder button {
    background:transparent;
    cursor: pointer;
    color:inherit;
    border:0;
    border-bottom: 1px;
    border-style: dashed;
    margin-top:10px;
    font-family: inherit;
}

section#simEx div.hr {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .1);
    margin:20px 0;
}