.pulse-screen .menu .selected {
      position: absolute;
      top: 104px;
}
.smhw-screen .canvas,
.satchel-one-screen .canvas {
      padding: 10px;
}
.pulse-screen .canvas .button-holder {
      margin: 0 0 10px;
}
.pulse-screen .button-holder .blue-btn {
    margin-right: 10px!important;
}
.pulse-screen .canvas .button {
      position: relative;
      display: inline-block;
      padding: 0 10px;
      margin: 0;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      font-size: 8px;
      color: #fff;
}
.pulse-screen .canvas .outline-button {
      position: relative;
      display: inline-block;
      padding: 0 10px;
      margin: 0;
      border: 1px solid #0e79c9;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      font-size: 8px;
      color: #0e79c9;
}
.pulse-screen .canvas table {
      width: 100%;
      margin: 0;
      border-left: 1px solid #f5f7fa;
      border-top: 1px solid #f5f7fa;
      border-bottom: 1px solid #f5f7fa;
      font-size: 8px;
}
.pulse-screen .canvas table th {
      border-bottom: 1px solid #e6e9ed;
      font-weight: normal;
      line-height: 12px;
}
.smhw-screen .canvas table th,
.smhw-screen .canvas table td {
      width: 13%;
}
.pulse-screen .canvas table th,
.pulse-screen .canvas table td {
      margin: 0;
      padding: 5px;
      border-right: 1px solid #f5f7fa;
      text-align: center;
}
.pulse-screen .canvas table td {
      padding: 5px 3px 0;
}
.pulse-screen .canvas table td .assignment {
      margin: 0;
      padding: 3px;
      background-color: #8cc152;
      border: 1px solid #6d993e;
      vertical-align: text-top;
      text-align: center;
      line-height: 10px;
      color: #333;
      font-size: 6px;
}
.pulse-screen .canvas table td .past-assignment {
      margin: 0;
      padding: 3px;
      background-color: #f5f7fa;
      border: 1px solid #8cc152;
      vertical-align: text-top;
      text-align: center;
      line-height: 10px;
      color: #333;
      font-size: 6px;
}

