.module_on_the_charts {

}
    .charts_table_sm {
        border: 0;
        margin: 0 0 24px;
    }
        .charts_table_sm thead th {
            color: #b2b2b2;
            font: 12px/1.5 sans-serif;
            background: transparent;
            text-transform: none;
            text-align: left;
        }
            .charts_table_sm thead tr.title th {
                text-align: center;
                font: 14px/20px sans-serif;
                padding: 11px 0 9px;
                color: #737373;
            }
                .charts_table_sm thead tr.title th b {
                    display: block;
                    color: #fa3d33;
                    text-transform: uppercase;
                    text-align: center;
                    font-weight: normal;
                }
            .charts_table_sm thead th.chart_week {
                text-align: center;
                background: #f8f8f8;
                width: 35px;
                padding: 3px 0;
            }
            .charts_table_sm thead th.title_artist {
                background: #f8f8f8;
            }
        .charts_table_sm tbody td {
            font: 14px/20px sans-serif;
            vertical-align: middle;
        }
        .charts_table_sm tbody td strong {
            font-family: sans-serif;
        }
        .charts_table_sm tbody td.title_artist {
            padding: 10px 9px 7px;
        }        
        .charts_table_sm tbody .chart_pos {
            vertical-align: middle;
            font-size: 14px;
            text-align: center;
            padding: 15px 0;
        }
            .charts_table_sm .chart_pos.third_week.gain span,
            .charts_table_sm .gain span {
                border-radius: 999px;
                text-align: center;
                background: #fff;
                display: inline-block;
                line-height: 25px;
                width: 25px;
                color: #1A1A1A;
            }
            .charts_table_sm .chart_pos.first_week.gain {
                background: #d9d9d9;
            }
            .charts_table_sm .chart_pos.second_week.gain {
                background: #b2b2b2;
            }
            .charts_table_sm .chart_pos.third_week {
                background: #000;
                color: #fff;
            }