.info_header {
    background:rgba(0,0,0,0.5);
    color:white;
    padding:5px;
    text-align: left;
    /*margin-top: 10px;
    margin-bottom: 10px;*/
}

.info_header:hover {
    background: rgba(220,0,80,0.6);
}

.info_header img {
    width: 10px;
    height: 10px;
    margin-left: 10px;
    margin-top: 0px;
    padding-top: 0px;
    margin-right: 10px;
}

#info_title {
    color:#000;
    position: absolute;
    top: 0px; width: 100%;
    padding: 5px;
    box-sizing: border-box;
}

.info_content {
    padding-left: 5%;
    margin-bottom: 20px;
}

#info_panel {
    display: none;
    z-index:9999;
    position: absolute;
    bottom: 40px;
    right: 0px;
    /*max-width: 28.5%;x`
    min-width: 15%;*/
    max-width:30.75%;
    max-height:95vh;/*calc(100%+50px);*/
    /*color: #fff;*/
    /*padding: 15px;*/
    /*background-color: rgba(0,0,0,0.8);*/
    background: rgba(255,255,255,0.8);
    /*max-height: calc(100vh-50px);*/
    /*height: calc(100%-50px);*/
    overflow-y:auto;
    overflow-y:auto;
}

.info_element {
    display: inline-flex;
    width: 50%;
    padding-top:10px;
    text-align: start;
}

.info_attributes {
    /*padding-left: 10%;*/
}
