infobox {
    z-index: 10;
    color: black;
    background: #696969;
    width: 260px;
    height: auto;
    display: flex;
    flex-direction: column;
    border-style: solid;
    border-color: #464646 #161616 #161616 #464646;
    padding: 1px;
    position: static;
    margin: 8px;
    float: right; 
}

infobox > h3 {
    text-align: center;
    line-height: 16px;
    margin: 4px 0 0 0;
}


infobox > img {
    width: 92%;
    position: static;
    border-style: solid;
    border-color: #161616 #464646 #464646 #161616;
    box-sizing: content-box;
    margin: 0 auto;
    margin-top: 6px;
}

infobox > table {
    width: 96%;
    box-sizing: content-box;
    border: 2px solid;
    border-color: #161616 #464646 #464646 #161616;
    margin: 0 auto;
    margin-bottom: 4px;
}

infobox th {
    background: lightgrey;
}

infobox td {
    background: grey
}