body {
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 14px;
  color: #444;
}

table.green {
  border: 2px solid #42b983;
  border-radius: 3px;
  background-color: #fff;
}

table.green th {
  background-color: #42b983;
  color: rgba(255,255,255,0.66);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

table.green td {
  background-color: #f9f9f9;
}

table.green th, td {
  min-width: 120px;
  padding: 10px 20px;
}

table.green th.active {
  color: #fff;
}

table.green tfoot td {
  background-color: #f0f0f0;
}

.invisibleclickable {
  opacity: 0
}

th.bookmark_actions {
  min-width: 100px;
}

th.bookmark_words {
  min-width: 150px;
}

.footer {
  width: 100%;
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

.table tbody>tr>td.vert-align{
  vertical-align: middle;
}

.button_align {
  //vertical-align: middle;
  margin-top: -0.125em;
}
