.reverted a:hover {
    color: #ffffff;
}

.bg-accent a:hover {
    color: #ffffff;
}

.hidden {
    display: none;
    visibility: hidden;
}

.warning {
    color: red;
}

.light_warning {
    color: chocolate;
}

.alert {
    color: #ff596d;
    background-color: #000;
}

.alert a {
    color: #2ed3ae;
}

.long-label {
    transform: translateY(0%);
}

.icon-color-black {
    color: black !important;
}

.score_good {
    color: green;
}

.score_middle {
    color: gray;
}

.score_poor {
    color: darkred;
}

.copy {
    cursor:crosshair;
    color:darkgreen;
}

.copy:hover {
    color:red;
}

.profit_plus {
    color:green;
}

.profit_minus {
    color:red;
}

.seen td {
    color:lightgray;
}

.seen td a {
    color:lightgray;
}

.verified_button {
    color:lightgreen;
}

.black_list_button {
    color:black;
}

.state_clicked{
    color:red;
}

.state_clicked:visited{
    color:red;
}

.state_clicked:hover{
    color:red;
}

.state_changed{
    color:lightgray;
}

.state_changed:visited{
    color:lightgray;
}

.state_changed:hover{
    color:lightgray;
}

.state_changed:active{
    color:lightgray;
}

.disabled_button {
    color:lightgray;
}

.orange_button {
    color:orange;
}

.sold_by_me {
    color: red;
}

.table_closed_allegro {
    background-color: #fff7f7;
}

.table_opened_allegro {
    background-color: #f7f7ff;
}

.table_opened_olx {
    background-color: #f7fff7;
}

.table_closed_olx {
    background-color: #fff7f7;
}
