/**********************************************************************************************************************/
/************************************************** Estimate styles ***************************************************/
/**********************************************************************************************************************/

.analytics {
    color: black;
    margin-bottom: 0;
}

a.estimateHistory {
    padding: 3px 10px 3px 10px;
    border: solid 2px #888;
    border-radius: 15px;
    background: linear-gradient(#CCC, #888);
    color: #FFF;
}

#currentRecommendationDistribution {
    width: 100%;
}

#historicDataHeader a {
    font-weight: bold;
    color: forestgreen;
}

    #historicDataHeader a.active {
        color: #0078C3;
        border-bottom: solid;
    }

.recommendationInfo {
    margin: 5px 0 10px 0;
    cursor: pointer;
    z-index: 3;
    display: inline;
}

#recommendation_gradient {
    background-image: url(http://feed.ne.cision.com/estimate/images/RecommendationGradient.png);
    position: relative;
    background-size: 100%;
    width: 100%;
    height: 36px;
    display: block;
    font-weight: bold;
    margin: 5px 0 7px 0;
}

#rekBar tr {
    padding-bottom: 5px;
}

#currentRecommendationDistribution .recommendation-bar {
    height: 20px;
    margin: 0;
}

.analysts {
    bottom: 3px;
    color: black;
    font-size: 10px;
    left: 3px;
    position: relative;
    text-align: left;
}

