/*your custom css goes here*/

.red-text {
    color: red;
}

.request-for-quotation-list {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    height: 2.4em;
    max-height: 2.4em;
    line-height: 1.2em;
    font-size: 12px;
}

.sepia-filter {
    filter: sepia(0.4);
}
