.csstable
{
  border: none;
  border-collapse: collapse;
  width: 1200px;
  font-size: 18px;
  text-align: center;
}

.csstable th, .rowNumHead
{
  background-color: #a5a5a5;
  color: #233f67;/*whitesmoke;*/
  font-weight: bold;
  padding: 5px;
}
.csstable td
{
  padding: 3px;
  border: 1px solid black;
  color: black;
  width: 1%;
  padding: 3px;
}
.groupHead
{
  background-color: #b9cebb;
  text-align: center;
}

.csstable tbody {
  min-height: 600px
}


#csstable table, table{
  border-collapse: collapse;
}
#csstable table td{
  border: 1px solid gray;
}
.csstable tr {
  background-color: white;
  border-right: 2px solid grey;
  border-left: 2px solid grey;
}
.csstable tbody:nth-child(1) {
  border-top: 2px solid grey;
}
.csstable tr:last-child {
  border-bottom: 2px solid grey;
}
.csstable tr:hover {
  background-color: #d7d7d7;
}
.csstable tbody tr td:nth-child(1) {
  text-align: center;
}
.csstable tbody tr td:nth-child(2) {
  text-align: center;
}
.csstable tbody tr td:nth-child(4) {
  text-align: center;
}
.tableframe {
  width: 1200px;
  background-color: transparent;
  margin-bottom: 100px;
  font-size: 18px;
  text-align: center;
}
.tableframe tbody {
  min-height: 600px;
}
.tableframe td, th {
  width: 1%;
  border: 1px solid black;
  padding: 3px;
}
.tableadmin {
  margin-bottom: 100px;
}
.tableadmin tbody:nth-child(1) {
  border-top: 2px solid grey;
}
.tableadmin tr:last-child {
  border-bottom: 2px solid grey;
}
.FEtable {
  display: inline;
}

.FEtable tr:hover
{
  background-color: rgba(125,153,233,0.5);
}

@media screen and (max-width: 1500px) {
  .tableframe {
    width: 800px;
    font-size: 16px;
  }
  .tableadmin {
    width: 800px;
    font-size: 16px;
  }
  .csstable {
    width: 800px;
    font-size: 16px;
  }
  .FEtable td {
    padding: 4px;
  }
}

table#add_edit {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 25px;
  padding-top: 0;
  margin: 0;
  border: 2px solid #eee;
  box-shadow: 0 2px 22px rgba(147, 112, 241, 0.2), 0 0 40px rgba(255, 0, 255, 0.05) inset;
  background-color: #1D1F20;
  border-radius: 3px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
table:before,table:after {
  content:'';
  position: absolute;
  bottom: 10px;
  height: 50%;
  box-shadow:0 8px 16px rgba(0,0,0,0.3);
  z-index: -1;
}
table:before {
  left: 15px;
  -webkit-transform: skew(-15deg) rotate(-6deg);
}
table:after {
  right: 15px;
  -webkit-transform: skew(15deg) rotate(6deg);
}

#add_edit td {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
  width: 750px;
}

#add_edit tbody {
  display: inline;
}
