.mobile-chart-tabs {
    display: none !important;
}
@media (min-width: 768px){
    .logged-out-company-right-column{
        position: relative;
        right: 0px;
        top: -200px;
    }

}
@media (min-width: 762px) and (max-width: 1130px) {
    .company-single-title {
        max-width: 50%;
    }
}

/**
* otc-details template style
*/
.login_menu_popop._mnuRegister,
._cpmnyPrice._login_menu_popop._mnuRegister span._price,
span._price._login_menu_popop._mnuRegister,
._priceItm p span._price {
    display: flex;
    align-items: center;
    width: 100%;
}

/**
 Mobile move the cta icons on top of the skapa konto banner
 */
@media (max-width: 768px){
    .cky-revisit-bottom-left{
        bottom: 106px!important;
    }
}
