.delivery-part-container {
}

    .delivery-part-container input[type="text"],
    .delivery-part-container input[type="number"] {
        border-radius: 4px;
        border: 1px solid #b3b3b3 !important;
        padding: 6px 8px;
    }

    .delivery-part-container th, .delivery-part-container td {
    }

button.delivery-part-refresh-colour md-icon {
    color: inherit !important;
}

.delivery-part-container a {
    text-decoration: none;
    color: inherit;
}

    .delivery-part-container a:hover {
        text-decoration: underline;
        color: #2196F3;
    }

.delivery-part-container md-checkbox {
    margin: 0;
}

.delivery-part-container th {
    white-space: nowrap;
}
