body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 1.3rem;
  color: #111;
  background: #fff;
  font-family: 'IBM Plex Sans', sans-serif;
}

.tt {
  font-family: 'IBM Plex Mono', monospace;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}

p {
  font-size: 14px;
  text-align: left;
}


/*svg {*/
  /*outline: 1px solid red;*/
/*}*/

/*.container_svg {*/
  /*outline: 1px solid blue;*/
/*}*/

/*svg {*/

  /*margin: 1em;*/
/*}*/

a {
    color: #076D20;
    /*opacity: .9;*/
}

#ERD {
  background: #eee

}

a.fk {
  font-family: 'IBM Plex Mono', monospace;
}

section.even {
  background: #fff;
}

section.odd {
  background: #ddd;
}


h1 {
  font-size: 25px;
  line-height: 1.3;
}

h2 {
  font-size: 20px;
  line-height: 1.35;
  margin-top: 20px;
  margin-bottom: 10px;
}

h3 {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 10px;
}

.container {
  max-width: 1200px;
  min-width: 800px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; 
}

/*#ERD {*/
  /*position: fixed;*/
  /*left: 0px;*/
  /*right: 0px;*/
  /*top: 0px;*/
  /*bottom: 800px;*/
/*}*/

table {
  width: 100%;
}

table thead {
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}

th, td {
  font-weight: unset;
  padding-right: 10px;
}


thead {
  font-weight: 600;
  font-size: 15px;
  color: #fa4251;
  line-height: 1.4;
  background-color: transparent;
  text-align: left;
}

td {
  font-weight: 400;
  font-size: 12px;
  color: #222;
  line-height: 1.4;
  text-align: left;
}

tr:nth-child(even) {background: #DDD}
tr:nth-child(odd) {background: #FFF}

tr.select {
  background: #29B2FA
}
table {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
}
