@import url(http://fonts.googleapis.com/css?family=Bree+Serif);
@import url(http://fonts.googleapis.com/css?family=Inconsolata);
* {
  font-family: sans-serif; }

#app-name {
  color: #2587d3;
  font-family: 'Bree Serif', serif;
  font-weight: bold;
  text-shadow: gray 0px 1px 4px; }

a {
  text-decoration: none; }

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%; }

#comments {
  padding: 0;
  width: 800px; }
  #comments .comment {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    #comments .comment * {
      display: inline-block; }

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

.comment-name {
  margin-right: 0.3em; }

.comment-body {
  margin-left: 0.3em; }

#comment-name {
  border: solid silver 1px;
  height: 20px;
  padding: 1px 0.5em;
  width: 10em;
  margin-right: 0.3em; }
  #comment-name {
    vertical-align: middle; }

#comment-body {
  border: solid silver 1px;
  height: 20px;
  padding: 1px 0.5em;
  width: 30em;
  margin-right: 0.3em; }
  #comment-body {
    vertical-align: middle; }

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

/* Layout */
body {
  padding: 1em; }

#app-name {
  font-size: 3em;
  margin: 0; }

/* Title and Description */
#title {
  font-size: 1.6em;
  min-height: 1em;
  margin: 0.5em 0; }

#description {
  border: solid silver 1px;
  font-size: 100%;
  min-width: 100%;
  margin-bottom: 1em;
  padding: 2px;
  min-height: 1em;
  border: 1px solid silver;
  font-family: monospace, monaco; }
  #description {
    vertical-align: middle; }
