/**
 * @file
 * CSS to hide or display "X" button beside the text field.
*/

.hide_button {
  display: none;
}

.show_button {
  display: block;
}
