#category_label{
    font-weight: normal;
    margin-bottom:0;
}

#mobile:hover{
    color: #ffc694!important;
}

.btn-platforms{
    line-height: inherit;
    font: inherit;
    color: white;
    background: #ff9300;
    padding-right: 10px;
    margin: 5px 5px 5px 0;
    text-transform: uppercase;
    border: none;
    border-radius: 2px;
    transition: .1s all;
}

.company-plus{
    width: 200px;
}

#view{
    display: none;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
}

.background-white{
    background: white;
    border-top: 1px #e5e5e5 solid;
}

.right{
    float: right;
}

#img_company{
    width: 200px;
    float: right;
    margin-top: 20px;
}

@media (max-width: 767px){
    #img_company {
        width: 50%;
        display: block;
        margin: auto;
        float: none;
    }
}