.price-chart .period-menu,
.price-chart .currency-menu
{
list-style: none;
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: left;
gap: 5px;
padding: 5px 0;
}
.price-chart .period-menu .os_chart_period.active,
.price-chart .currency-menu .os_chart_currency.active
{
background-color: white; }
.price-chart ul {
list-style: none;
}
.price-chart ul li:before {
left: 0;
content: "";
height: 0;
width: 0;
position: relative;
background-color: transparent;
border-radius: 0;
top: 0;
}