#container {
  height: 100px;
  width: 312px;
  overflow: hidden;
  background: #779;
  padding: 4px;
  font-family: monospace;
}

#boredom {
  width: 316px;
  height: 20px;
  text-align: center;
  font-family: monospace;
  border: 2px solid #844;
  letter-spacing: 1em;
  font-weight: bold;
  position: relative;
}

#fill-text {
  position: absolute;
  top: 2px;
  left: 88px;
}

#fill-bar {
  background: red;
  height: 20px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.red {
  color: #ff8;
}

.green {
  color: #8ff;
}