.link {
    color: #007bff !important;
    text-decoration: none;
    background-color: transparent !important;
    border: 0 solid transparent;
    cursor: pointer;
    -webkit-appearance: none !important;
}

.green {
    color: green;
}

.red {
    color: red;
}

.no-style {
    background: none;
    border: none;
    padding: 0;
}

.filter {
    border: 1px solid #000;
    padding: 5px;
    border-radius: 5px;
    width: auto;
}
