#custom-global-variables-table-definitions {
  width: 100%
}

#custom-global-variables-table-definitions>tbody>tr>td {
  text-align: center;
  vertical-align: top
}

#custom-global-variables-table-definitions>tbody>tr>td:first-child {
  width: 30%
}

#custom-global-variables-table-definitions>tbody>tr>td:first-child input {
  border-top: 0;
  border-left: 0;
  border-right: 0
}

#custom-global-variables-table-definitions>tbody>tr>td.value-input {
  width: 55%
}

#custom-global-variables-table-definitions>tbody>tr>td.options {
  width: 5%
}

#custom-global-variables-table-definitions>tbody>tr>td.options .delete {
  cursor: pointer;
  height: auto;
  margin: 0.65em 0 0.65em 0.65em;
  opacity: 0;
  transition: all .2s ease-in-out;
  width: 100%
}

#custom-global-variables-table-definitions>tbody>tr>td input,#custom-global-variables-table-definitions>tbody>tr>td textarea {
  border: 1px solid #ddd;
  box-shadow: none;
  padding: 0.75em;
  width: 100%
}

#custom-global-variables-table-definitions>tbody>tr>td textarea {
  height: 5em
}

#custom-global-variables-table-definitions>tbody>tr>td .equals {
  color: #999;
  display: block;
  padding: 0.75em
}

#custom-global-variables-table-definitions>tbody>tr:hover>td.options .delete {
  opacity: 1
}


.codeCopy{
  cursor: pointer;
}
