div.stock-price {
    width: 182px;
    float: left;
    margin-top: -3px;
}

iframe.stockprice {
    border: none;
    height: 24px;
    width: 100%;;
    overflow: hidden;
}
.stock-price.mobile-only {
    z-index: 1;
    position: absolute;
}
/* Shareprice fix 02-10-2015 CSen */
@media (min-width: 770px) and (max-width: 800px){
    .stock-price.mobile-only{
        right: 145px !important;
    }
}
@media (max-width: 767px) {
    .stock-price.mobile-only {
        right: 117px;
        top: 17px;
    }
}
@media (min-width: 768px) and (max-width: 990px) {
    .stock-price.mobile-only {
        right: 95px;
        top: 19px;
    }
}
@media (min-width: 769px) and (max-width: 990px) {
    .stock-price.mobile-only {
        top: 29px;
    }
}
@media (max-width: 405px) {
    .stock-price.mobile-only {
        left: 0px;
        top: 58px;
        position: absolute;
        width: 100%;
        padding-left: 19px;
        background: white;
        border-top: 1px #D1D1D3 solid;
        z-index: -1;
    }
}