.dokan-dashboard-wrap .dokan-dashboard-content .my_account_quotes td:first-child a {
    color: #6d6d6d;
    transition: .2s linear;
}
.dokan-dashboard-wrap .dokan-dashboard-content .my_account_quotes td:first-child a:hover {
    color: #000;
}
div.dokan_convert_to_order_button button {
    float: right;
    background: green;
    color: white;
    border-radius: 3px;
}
div.dokan_convert_to_order_button {
    width: 100%;
    overflow: hidden;
    margin-top: 1em;
}
