@font-face {
    font-family: Coptic;
    src: url('Coptic.otf');
}

@font-face {
    font-family: ArialCoptic;
    src: url('ArialCoptic.ttf') format('truetype');
}

.coptic {
    font-family: ArialCoptic;
}

button {
  cursor: pointer;
}

table td, table th {
  white-space: nowrap;
}

.required:after {
  content: " *";
  color: red;
}

.navbar .navbar-collapse span {
  color: white;
}
