* {
    /* box-sizing: border-box; */
  }
  body {
    background: steelblue;
    font-family: "Open Sans", arial;
    padding-bottom: 100px;
  }
  p {
    margin: 3px;
  }
  table {
    width: 100%;
    /* max-width: 600px; */
    /* height: 320px; */
    border-collapse: collapse;
    border: 1px solid #38678f;
    /* margin: 50px auto; */
    background: white;

    table-layout: fixed;
  }

  #table-head {
    margin: 0px;
    padding: 0px;
  }
  #table-head td{
    height: auto;
    text-align: center;
  }
  th {
    background: steelblue;
    height: 54px;
    /* width: 25%; */
    font-weight: lighter;
    text-shadow: 0 1px 0 #38678f;
    color: white;
    border: 1px solid #38678f;
    box-shadow: inset 0px 1px 2px #568ebd;
    transition: all 0.2s;
    padding: 3px;

    text-align: center;
  }
  th:first-child{
    /* white-space: nowrap; */
    /* width: 150px; */
  }
  th, td {
    width: 70px;
    /* min-width: 70px; */
  }
  tr {
    border-bottom: 1px solid #777777;
  }
  tr:last-child {
    border-bottom: 0px;
  }
  td {
    border-right: 1px solid #777777;
    padding: 3px;
    transition: all 0.2s;
    height: 64px;
  }
  td:last-child {
    border-right: 0px;
  }
  td.selected {
    background: #d7e4ef;
    z-index: 0;
  }
  /* td input {
    font-size: 14px;
    background: none;
    outline: none;
    border: 0;
    display: table-cell;
    height: 100%;
    width: 100%;
  } */
  td input:focus {
    box-shadow: 0 1px 0 steelblue;
    color: steelblue;
  }
  ::-moz-selection {
    background: steelblue;
    color: white;
  }
  ::selection {
    background: steelblue;
    color: white;
  }
  .heavyTable {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    animation: float 5s infinite;
  }
  .main {
    /* max-width: 600px; */
    /* padding: 10px; */
    padding: 10px;
    margin: auto;
  }
  .content {
    color: white;
    text-align: center;
  }
  .content p,
  .content pre,
  .content h2 {
    text-align: left;
  }
  .content pre {
    padding: 1.2em 0 0.5em;
    background: white;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.9);
    color: #38678f;
  }
  .content .download {
    margin: auto;
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    padding: 1em 1em;
    border-radius: 12em;
    margin-bottom: 2em;
  }
  .content .button {
    display: inline-block;
    text-decoration: none;
    color: white;
    /* height: 48px; */
    /* line-height: 48px; */
    padding: 0 20px;
    border-radius: 24px;
    border: 1px solid #38678f;
    background: steelblue;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 3px rgba(255, 255, 255, 0.2);
    transition: all 0.1s;
  }
  .content .button:hover {
    background: #4f8aba;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 0 10px rgba(255, 255, 255, 0.1);
  }
  .content .button:active {
    color: #294d6b;
    background: #427aa9;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 0 5px rgba(0, 0, 0, 0.2);
  }
  .content .button:focus {
    outline: none;
  }
  h1 {
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
  }

  .extra_time {
      background-color: rgb(209, 209, 209);
  }

  .button {
    border-radius: 5px;
    color: white;
    padding: .5em;
    text-decoration: none;
    line-height: 42px;
    height: 42px;
  }
  .button:focus,
  .button:hover {
    color: White;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  }
  .button-red {
    background-color: Crimson!important;  
  }
  
  .button-red:focus,
  .button-red:hover {
    background-color: FireBrick!important;
  }
  .button-blue {
    background-color: #2196F3!important;
  }
  .button-blue:focus,
  .button-blue:hover {
    background-color: #1165A2!important;
  
  
  }
  
  .button-green{
    background-color: #4CAF50!important;
  }
  
  .button-green:focus,
  .button-green:hover {
    background-color: #309020!important;
  }
  /* .table-fixed {
    width: 100%;
    background-color: #f3f3f3;
  }
  .table-fixed tbody {
    height: 200px;
    overflow-y: auto;
    width: 100%;
  } */
  .table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    /* display: block; */
  }
  .table-fixed tbody td, .table-fixed tbody th {
    /* float: left; */
  }
  
  .table-fixed thead tr th {
    /* float: left; */
    /* background-color: #f39c12;
    border-color: #e67e22; */
  }

  .calendar-month {
    width: 25%;
  }

  .c-sunday, .c-saturday {
    background-color: #ffc8c8;
  }