.orders {
    margin-bottom: 31px;
}
.orders h3 {
    padding-bottom: 31px;
}
.orders__title {
    margin-bottom: 15px;
    display: flex;
}
.orders__title > div, .orders__item > div {
    width: 19.5%;
    vertical-align: middle;
    height: 100%;
    padding: 15px 0;
}
.orders__title > div > div {
    margin: 0 5px;
    padding: 20px 0px;
    text-align: center;
    background: rgba(51,51,51,.6);
    border-radius: 10px;
    font-size: 0.8em;
    font-weight: bold;
    border: 1px solid #3c3c3e;
}
.orders__item {
    border-bottom: 1px solid rgba(255,255,255,0.75);
    display: flex;
    align-items: center;
}
.orders__item > div > div {
    /*padding: 30px 0px;*/
    text-align: center;
    /*border-right: 1px solid rgba(255,255,255,0.75);*/
}
.orders__item > div > div > span {
    text-transform: uppercase;
}
.orders__item > div:last-child > div {
    border-right: none;
}
.orders__item > div > div.action {
    padding: 5px;
}
.orders__item > div > div.action button {
    width: 80%;
    display: inline-flex;
    line-height: 16px;
    height: auto;
    padding: 5px 0px;
    font-weight: bold;
}
.orders__item > div > div.action button:first-child {
    margin-bottom: 10px;
}

@media screen and (max-width: 900px) {
    .cancel_record, .move_record {
        white-space: unset;
        width: 100%;
    }
}
