
  svg {
    /* Default styles to be inherited */
    fill: white;
    stroke: black;
    stroke-width: 1
  }

  .outline-only {visibility:hidden}
  #terminal .outline {
    fill: beige
  }
  .computer {
    fill: beige
  }
  .light {
    fill:lightgreen
  }


