/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 11 2025 | 09:39:37 */
.site-info {
  display: none;
}

table {
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 0 auto;
  text-align: center;
  width: 600px;
}

table th,
table td {
  border: 1px solid #999;
  padding: .5em 1em;
}

table th {
  background: #eee;
}

@media (max-width: 650px) {
  table {
    width: 100%;
  }

  table th,
  table td {
    display: block;
  }
	
  table th,
  table td {
    border-top: none;
  }

  table tr:first-child th {
    border-top: 1px solid #999;
  }
}

@media (max-width: 650px) {
  .permission {
    width: 100%;
  }

  .permission th,
  .permission td {
    display: revert;
  }
	
  .permission th,
  .permission td {
    border-top: none;
  }

  .permission tr:first-child th {
    border-top: 1px solid #999;
  }
}


.noborder td {
  border: none;
}

.jisseki td {
  font-size: 12px;
}

@media only screen and (max-width: 768px) {
  .scrollable-element {
    overflow-x: scroll;
    white-space: nowrap;
  }
}