.infobox-custom{
    border: 1px solid #a2a9b1;
    background-color: #f8f9fa;
    color: #000;
    margin: 0.5em 0 0.5em 0.5em;
    padding: 7px 10px;
    width:35%;
    text-align: center;
    float: right;
}
.infobox-image{
    display: block;
    margin: auto;
}
.infobox-title{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.infobox-table{
    display: inline;
    width: 100%;
}
.infobox-table tr{
    margin: 0 15px;
    border-bottom: 1px solid #DCDCDC;

}
.infobox-table th{
    float: left;
    
}
.infobox-table td{
    margin: 0 15px;
    float: right;
}
.infobox-header{
    background-color: #e4dcf6;
    color:inherit;
    line-height:normal;
    padding:0.2em;
    margin:1.7em;
}
@media (width <= 800px) {
  .infobox-custom{
    width:50%;
}
}
@media (width <= 400px) {
  .infobox-custom{
    width:100%;
}
}