.box-content .tab-content > div:last-child {
    padding-bottom: 20px !important;
}
#stock-ticker .symbol-stats h1 {
    font-size: 24px;
    margin-bottom: 0px;
}
#performance-chart {
    width: 100%;
    height: 500px;
}
#chart-industries, #chart-holder {
    display: block;
    width: 100%;
    height: 220px;
    margin: -15px auto 5px auto;
}
.info-profile h4 {
    font-size: 18px;
}
#stock-ticker .symbol-profile .profile-item {
    width: 100%;
}
#stock-ticker .symbol-profile .profile-link {
    font-size: 16px;
}
#stock-ticker .symbol-chart .time-chart {
    top: 56px;
}
.same-list .same-item button {
    font-size: 16px;
    width: 220px;
    white-space: normal;
}
.same-item button a {
    color: #001f3f;
    font-weight: 500;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-align: start;
    line-clamp: 2;
    -webkit-line-clamp: 2;
}
.same-item button a:hover {
    color: #f5a504;
}
.same-item button p:last-child {
    font-weight: 500;
}
.funds-performance .save-chart {
    position: absolute;
    right: 20px;
    top: 86px;
    z-index: 100;
    cursor: pointer;
}
@media (max-width: 768px) {
    .box-content .breadcrumbs {
        margin-top: 80px;
    }
}
@media (max-width: 480px) {
    #stock-ticker .symbol-stats .title {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    #stock-ticker .symbol-stats h1 {
        font-size: 20px;
        font-weight: 600;
    }
    #stock-ticker .symbol-stats .symbol-exchange, #stock-ticker .symbol-stats h2 {
        display: none;
    }
    .same-list .same-item button {
        font-size: 15px;
    }
}