.account .col.actions .action.track-order,
.orders-history .action.track-order,
.orders-recent .action.track-order {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 10px;
    border: 1px solid #0693e3;
    border-radius: 3px;
    color: #0693e3;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}
.account .col.actions .action.track-order:hover,
.orders-history .action.track-order:hover,
.orders-recent .action.track-order:hover {
    background: #0693e3;
    color: #fff;
}
