.chart-filters {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 20px;
}
.chart-filters > label + a
{
 display:none;	
}
.chart-filters > label
{
    float: left;
    margin-right: 10px;
}
.chart-filters-list {
    float: left;
    width: 87%;
    margin-left: 14px;
}
.responsive-select {
    float: left;
    width: 140px;
    margin-right: 6%;
	margin-bottom:10px;
	position:relative;
}
.responsive-select-value:before {
    background: url(/wp-content/plugins/spotifychart-data/botarrow.png);
    content: "";
    width: 16px;
    height: 11px;
    background-size: 100%;
    float: right;
    background-repeat: no-repeat;
    position: absolute;
    right: 7px;
    top: 11px;
}
.responsive-select-value {
    border: 1px solid #333;
    background: black;
    color: #fff;
    padding: 4px 0px 4px 13px;
	cursor:pointer;
    border-radius: 4px;
}
.responsive-select ul {
    padding: 5px 0 5px 0;
    max-height: 200px;
    background: #999;
	display:none;
    overflow: auto;
    margin-left: 2px;
    position: absolute;
    width: 136px;
}
.responsive-select ul li {
    list-style: none;
	font-size:13px;
    color: #fff;
    padding-left: 6%;
    cursor: pointer;
}
.responsive-select ul li:hover {
	background:#333;
}
td.chart-table-track strong {
    font-size: 15px;
	cursor:pointer;
}
td.chart-table-track span {
    font-size: 10px;
}
.chart-table-trend__icon {
    max-width: 60px;
}