.watchlist {
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    font-family: Arial;
    color: #ff1300c4;
    font-size: 12px;
    background: #ffffff;
    padding: 2px 6px 2px 6px;
    border: 2px solid #ff1300c7;
    text-decoration: none;
}

.watchlist:hover {
    color: white;
    background: #ff1300c7;
    border-color: #e84e429e;
    text-decoration: none;
}

