.rawt-fav .fav-toggle .icon {
    color: #000;
    text-decoration: none;
}

.rawt-fav.fav-disabled .fav-toggle .icon {
    color: #777;
}

.rawt-fav.fav-active .fav-toggle .icon {
    color: #ffffaa;
}

/**
 * Icon
 */
.rawt-fav-icon .icon {
    font-size: 1em;
    margin: 0;
}

/**
 * Entity Index
 */
.rawt-entity-index th.fav,
.rawt-entity-index td.fav {
    padding-left: 1em;
    padding-right: 1em;
    width: 1.7em;
    text-align: center;
}

.rawt-entity-index th.fav .icon {
    margin: 0;
    padding: 0 0.35em;
    font-size: 1.2em;
}

.rawt-entity-index td.fav .icon {
    font-size: 1.9em;
}