  body{
    background-color: #fefefe !important;
  }
  .table-height{
    max-height: 600px;
    overflow-y: auto;
  }
  .scroll th:not(:nth-child(1)){
    text-align: right;
  }
  .scroll thead th{
    position: sticky;
    top: -1px;
    z-index: 1
  }
  .scroll th{
    background-color: white;
  }
  .scroll th:first-child{
    position: sticky;
    left: 0;
  }
  .scroll thead th:first-child{
    z-index:2;
  }
  h4{
    padding:5px;
    border-left: 7px solid #d32f2f;
    border-bottom: 3px solid gray;
  }
  h2{
    font-size: 2em;
    color: #009688;
  }
  .z-depth-1{
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
  }
  .z-depth-2{
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
  }
.caution{
  color: #009688;
  margin: 15px 0;
}