.space {
  margin-top: 50px; }

html {
  scroll-behavior: smooth;
}

a:link {
  color: #0000EE;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: #0000EE;
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  color: #000000;
  background-color: transparent;
  text-decoration: underline;
 }

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
 }

.booksbg {
  background-image: url("tacc-logo.jpg");
  height: 100%;
  width: 100%; }

#information {
  font-size: 22px;
  text-align: left}

.formcenterpage {
  margin: 0 auto;
  width: 400px; }

.formstyleallinputs {
  font-size: 20px;
  height: 15px;
  width: 200px; }

.formstylemessageinput {
  font-size: 30px;
  height: 80px;
  width: 600px;
  background-color: #afbcd1; }

.center {
  margin-left: auto;
  margin-right: auto;
}

.table a
{
  display:block;
  text-decoration:none;
}

table {
      border-collapse: collapse;
      border-spacing: 0;
      width: 100%;
      border: 1px solid #ddd;
      table-layout:auto;
   }
   th, td {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      font-size: 16px;
      text-align: left;
      padding: 8px;

   }
   tr:nth-child(even) {
      background-color: #E8E8E8;
      color: black;
   }

td.details-control {
    background: url('https://www.datatables.net/examples/resources/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('https://www.datatables.net/examples/resources/details_close.png') no-repeat center center;
}

button {color: green}

.disable-button {
  color: #f00 !important;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

div.dataTables_wrapper {
        width: 80%;
        margin: 0 auto;
}

.truncate {
  max-width:200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: sticky;
}

.truncatename {
  max-width:50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trunc {
  height: 18px;
  width: 140px;
  padding: 0;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin: 0 5px 0 5px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}
div.container {
        width: 80%;
    }