#share-price-homepage .sp_currency, #share-price-page .sp_currency {
    padding-right: 10px;
}
#highlight_block .block_title, #news_block .block_title, #share_price_block .block_title {
    color: #bed600;
}
#highlight_block .block_title, #news_block .block_title, #markets_carroussel .block_title, #share_price_block .block_title {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 10px 13px 8px;
}
#share-price-homepage, #share-price-page {
    font-size: 18px;
    font-weight: bold;
    margin-left: 8px;
    position: relative;
}
#share-price-homepage .sp_currency, #share-price-page .sp_currency {
    padding-right: 10px;
}
#share-price-homepage .sp_value, #share-price-page .sp_value {
    color: #00a9e0;
    padding-right: 10px;
}
#share-price-homepage .green, #share-price-page .green {
    background: transparent url("/css/img/green.png") no-repeat scroll left 0;
    color: #bed600;
}
#share-price-homepage .red, #share-price-page .red {
    background: transparent url("/css/img/red.png") no-repeat scroll left 0;
    color: #ff0000;
}
#share-price-homepage .sp_offset, #share-price-page .sp_offset {
    font-weight: normal;
    padding-left: 20px;
}
#share-price-homepage .sp_last, #share-price-page .sp_last {
    color: #aaaaaa;
    font-size: 13px;
    margin-top: 3px;
}
.capsule{
    cursor: pointer;
}
.capsule p{
    margin:0px;

}
.title{
    color: #BED600;
    font-size: 24px;
    font-weight: bold;
    padding-top : 11px;
}
.reference{
    padding-top: 10px;
    color: #BED600;
    font-size: 13px;
    font-weight: bold;
}
.index{
    color: #AAAAAA;
    font-size: 13px; 
    font-weight: normal;
}