
#company_profiles .btn-purple {
    background-image: linear-gradient(101deg,#ffd00d,#ffa100);
    box-shadow: 0 5px 12px 0 rgba(255,162,0,.32);
    color: #000;
    height: 10.5rem;
    margin: 0;
    font-size: 4rem;
    border: 0.5rem solid transparent;
    transition: border 0.3s ease;
}

#company_profiles .btn-purple:hover {
    border: 0.5rem solid #ffa100;
}

.star-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

#company_profiles img {
    width: 120px;
    max-width: 120px;
}

#company_profiles tbody {
    font-size: 13px;
}

@media only screen and (max-width: 992px) {

    /* Force table to not be like tables anymore */
    #company_profiles table,
    #company_profiles thead,
    #company_profiles tbody,
    #company_profiles th,
    #company_profiles td,
    #company_profiles tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #company_profiles thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #company_profiles tr {
        border: 1px solid #ccc;
    }

    #company_profiles td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
        white-space: normal !important;
        text-align: left;
    }

    #company_profiles td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    #company_profiles td:before {
        content: attr(data-title);
    }

}

#company_profiles td {
    vertical-align: middle;
    text-align: left;
    height: auto !important;
}

#company_profiles .symbol {
    display: inline-block;
    border-radius: 50%;
    border: 5px double white;
    width: 30px;
    height: 30px;
}

#company_profiles .symbol-empty {
    background-color: #ccc;
}

#company_profiles .rating-symbol {
    font-size: 20px;
    color: #FCB016;
}

#company_profiles input.rating {
    display: none;
}

#company_profiles .btn-purple {
    background-image: linear-gradient(101deg,#ffd00d,#ffa100);
    box-shadow: 0 5px 12px 0 rgba(255,162,0,.32);
    color: #000;
    height: 42px;
    margin: 0;
    font-size: 16px;
    border: 2px solid transparent;
}

#company_profiles .btn-purple:hover {
    border: 2px solid #ffa100;
}

section.bg-white .subheader {
    margin-bottom: 50px;
}