/*
Compile SASS: factory.css
*/
.factory {
  display: flex; }
  .factory .left_pane {
    width: 20rem;
    background-color: #c9c9c9;
    min-height: 100vh; }
  .factory .lesson {
    padding: 3rem; }
    .factory .lesson table {
      border-collapse: collapse; }
      .factory .lesson table .table_headers {
        background-color: lightGrey; }
      .factory .lesson table tr, .factory .lesson table th {
        border: 1px solid Grey;
        padding: 0.3rem; }
