.Green {
  color: #2E8B57;
}

p {
  text-align: center;
}

.Brown {
  color: hsl(30,99%,25%);
}

table {
  margin: auto;
}
  table td {
    text-align: right;
  }
    table td.Left {
      text-align: left;
    }

main img.Tool, main img.ToolLeft {
  display: none;
}

@media only screen and (min-width: 924px) {

  main {
    position: relative;
  }
  main img.Tool {
    display: block;
    position: absolute;
    top: 6rem;
    right: 0;
    width: 28%;
  }

  main img.ToolLeft {
    display: block;
    position: absolute;
    top: 7rem;
    left: 0;
    width: 22%;
  }

}