@import url(http://fonts.googleapis.com/css?family=Inconsolata);
table {
  border: 1px solid black;
  border-collapse: collapse;
  text-align: center; }
  table th, table td {
    padding: 3px;
    border: 1px solid black;
    overflow: auto; }

select {
  cursor: pointer;
  background: none;
  text-align: center;
  margin: 0 auto; }

.record {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: table-cell;
  margin: 0 auto;
  background: none;
  border: none; }
  .record::-ms-expand {
    display: none; }

tr.is-fixed {
  background-color: #88f193; }

.term-col {
  text-align: left;
  position: relative;
  overflow: hidden; }

.term {
  font-size: 100%;
  font-family: 'Inconsolata', monospace; }

#term-text {
  border: solid silver 1px;
  height: 20px;
  padding: 1px 0.5em;
  border-right: none;
  margin-right: 0;
  min-width: 25ex;
  font-size: 100%;
  font-family: 'Inconsolata', monospace; }
  #term-text {
    vertical-align: middle; }
  #term-text::-ms-clear {
    display: none; }

#add-term {
  border: solid silver 1px;
  height: 24px;
  cursor: pointer;
  width: 24px;
  padding: 2px;
  background-color: white; }
  #add-term {
    vertical-align: middle; }
  #add-term img {
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%; }

.delete-term {
  border: solid silver 1px;
  height: 24px;
  cursor: pointer;
  width: 24px;
  padding: 2px;
  background-color: white;
  position: absolute;
  right: 3px;
  margin-bottom: 3px;
  opacity: 0; }
  .delete-term {
    vertical-align: middle; }
  .delete-term img {
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%; }

.term-col:hover .delete-term {
  opacity: 1; }

#participant-name {
  border: solid silver 1px;
  height: 20px;
  padding: 1px 0.5em;
  width: 5em; }
  #participant-name {
    vertical-align: middle; }

#add-participant {
  border: solid silver 1px;
  height: 24px;
  cursor: pointer;
  width: 24px;
  padding: 2px;
  background-color: white; }
  #add-participant {
    vertical-align: middle; }
  #add-participant img {
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%; }

.delete-participant {
  border: solid silver 1px;
  height: 24px;
  cursor: pointer;
  width: 24px;
  padding: 2px;
  background-color: white; }
  .delete-participant {
    vertical-align: middle; }
  .delete-participant img {
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%; }
