table.adauga_serviciu_table {
    width: 50%;
}

#servicii {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

#print-awb {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgb(79, 86, 255);
    color: #fff;
    font-weight: bold
}

#tracking-awb {
    background: #46b450;
    color: #fff;
    font-weight: bold
}

#cancel-awb {
    background: rgb(255, 0, 0);
    color: #fff;
    font-weight: bold
}
