
.amcharts-container {
margin: auto;
overflow: hidden;
position: relative;
max-width: 100%;
}
.amcharts-legend-div{
position: relative;
}
.amcharts {
width: 100%;
height: 100%;
}
.amcharts-interactive-table {
margin-top: 40px;
}
.amcharts-interactive-table .table-title {
font-size: 1.8rem;
color: #931034;
font-weight: 600;
padding-bottom: 15px;
}
.amcharts-interactive-table .interactive-checkbox {
margin: 0;
background-image: url(../images/checkbox.png);
background-repeat: no-repeat;
background-size: 100% auto;
cursor: pointer;
display: inline-block;
height: 16px;
margin-right: 8px;
width: 16px;
vertical-align: -20%;
}
.amcharts-interactive-table .interactive-checkbox.active {
background-image: url(../images/checkbox-active.png);
}
.amcharts-interactive-table table {
width: 100%;
}
.amcharts-interactive-table table tr td {
color: #666;
font-size: 1.3rem;
padding: 15px 0 15px 5px;
}
.amcharts-interactive-table table tr.table-row-head, .amcharts-interactive-table table tr.category {
border-top: 1px solid #e9e9e9;
border-bottom: 1px solid #e9e9e9;
}
.amcharts-interactive-table table tr.category td {
font-size: 1.4rem;
font-weight: 600;
color: #252525;
}
.amcharts-interactive-table table tr.table-row-head td {
font-size: 1.4rem;
font-weight: 600;
color: #252525;
}
.amcharts-interactive-table table tr.table-row-colored td {
color: #931034;
}
.amcharts-interactive-table table.with-hover tr:not(.table-row-head):not(.category):hover {
background-color: #f1f1f1;
}
.currency-container .currency {
float: right;
margin-bottom: 20px;
}
.currency-container .currency svg, .currency-container .currency .content {
display: inline-block;
vertical-align: middle;
}
.currency-container .currency svg {
width: 32px;
height: 32px;
}
.currency-container .currency svg path {
fill: #333;
}
.currency-container .currency .content {
font-size: 1.4rem;
margin-left: 10px;
}
.currency-container .currency .content >* {
display: inline-block;
}
.currency-container .currency .content a {
margin-left: 10px;
text-decoration: none;
color: #333;
}
.currency-container .currency .content a.active {
color: rgb(255,98,0);
}
