﻿#secondarychart {
    width: 100%;
    height: 350px;
    background-color: #fff;
}

#myImage {
    width: 100%;
    height: 500px;
    display: none;
}

.am5exporting-icon.am5exporting-valign-top {
    margin-top: -40px;
    margin-right: 10px !important;
}

.am5exporting-icon {
    width: 40px !important;
    opacity: 1 !important;
    height: auto !important;
    /*border: 1px solid #808080;*/
}

.am5exporting-type-separator {
    display: none;
}

.am5exporting-icon:hover {
    background: #eee !important;
}

.am5exporting-icon:focus {
    outline: none !important;
}

.am5exporting-menu-open .am5exporting-icon {
    background: #eee !important;
    opacity: 1 !important;
}

.am5exporting a {
    text-decoration: none !important;
}

.am5exporting-icon:before {
    content: "\e0da";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    float: left;
    font-size: 3em;
    margin-right: 4px;
    vertical-align: middle !important;
}

.am5exporting-icon svg {
    display: none;
}

.am5exporting-list {
    background: #eee !important;
    font-size: 1.2em !important;
    margin-top: 10px !important;
}

.am5exporting-label-alt {
    color: #000 !important;
    }
