/** Stylesheet for the reference study */

body {
    margin: 0.5in;
    width: 7in;
}

table.obj-examples {
    border: 2px black solid;
    border-collapse: collapse;
    margin: auto;
}
.obj-examples td, th {
    border: 2px black solid;
    padding: 4px;
}
table.obj-examples tr td:nth-child(3) {
    text-align: center;
  }
