
/* especial links */
.label-link {
    display: table-cell;
    padding-right: 5px;
}

.link {
    display: table-cell;
    white-space: nowrap;
}

.link a {
    text-decoration: none;
}

p.special-link {
    color: white;
    background-color: #960050;
    padding: 5px;

}

.link a p.changed-link span {
    position: relative;
    content: 'Idear';

}

.link:hover {
    /*width: 64px;*/
}

.link:hover a p.changed-link span {
    display: none;
}

.link:hover a p.changed-link:after {

    content: '';
}
