/* Add custom CSS rules here *//* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.product-datasheet-icon {
    color: #a90202;
}

.product-datasheet-label {
    font-size: 18px;
    font-weight: 600;
    line-height: 42px;
    vertical-align: top;
    padding-left: 6px;
    color: #000;
}

.product-datasheet a:hover {
    text-decoration: none;
}

.product-datasheet a:focus {
    outline: none;
    text-decoration: none;
}

.product-datasheet-label {
    font-size: 18px;
    font-weight: 600;
    line-height: 42px;
    vertical-align: top;
    padding-left: 6px;
    color: #000;
}

.product-datasheet-label:hover {
    text-decoration: underline;
}