#new-order-heading {
    height: 126px;
    cursor: default;
}

#new-order-heading .block {
    float: left;
    width: 65px;
    text-align: center;
}

#new-order-heading .block .text {
    text-align: center;
    height: 50px;
}

#new-order-heading .block .text a {
    text-decoration: none;
    font-weight: bold;
}

#new-order-heading .arrows {
    width: 58px;
    /*
    margin-left: 15px;
    margin-right: 16px;
    */
    margin-left: 54px;
    margin-right: 54px;
}

#new-order-heading .arrows img {
    margin-top: 60px;
}

