/* give div elements a margin at the top and bottom */
.visdatatabledatahorizontal div {
   padding: 10px 0;
}
/* display overhead items at the top of a line */
.visdatatabledatahorizontal .div-data-controls > div {
   display: inline;
}
/* label bold, like title */
.visdatatabledatahorizontal span.vfdvlabel {
   font-weight: bold;
   padding: 0 10px;
}
/* : insert after the label */
.visdatatabledatahorizontal span.vfdvlabel:after {
   contents: ":";
}
/* add some space to the front and back of the value */
.visdatatabledatahorizontal span.vfdvvalue {
    padding: 0 10px;
}
/* Limit maximum size for images */
.visdatatabledatahorizontal img {
   max width: 50%
}