body {
    font-family: 'Kosugi Maru', sans-serif;
}

h1 {
    border-bottom: double black 3px;
}

.loading {
  height: 300px;
  background-image: url(images/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
}
/*
#list {
  display: none;
}
*/
.btn {
  width: 80px;
}

.tabulator .tabulator-header .tabulator-col,
.tabulator-header .tabulator-col-row-handle {
  background-color: #888;
  color: white; 
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
  background-color: #999;
}

.dl-icon {
  width: 24px;
}

.icon-disabled {
  opacity: 0.2;
}

#loading-modal {
  opacity: 0.1;
}
#loading-img {
  opacity: 1;
}
