/* Thesis CSS */

button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.hidden {
  display: none;
}