#main-content > section {
  margin: 2em 0 0 0;
}

#main-content > section > h1 {
  font-size: 24px;
  margin-bottom: 0.5em;
}

ul.lead {
//  margin-top: 1.5em;
  padding-left: 2em;
}

.text-table {
  width:100%;
  margin-top: 1em;
}

.text-table th,
.text-table td {
  padding: 0.5em 1em;
//  border:1px solid #338bec;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  vertical-align: top;
  font-size: 18px;
  text-align:left;
  line-height: 1.4em;
}

.text-table th {
  text-align: center;
  border-top: solid 2px #cccccc;
  border-bottom: solid 2px #cccccc;
}

.text-table th.cnt {
  width: 5em;
}

.text-table td.cnt {
  text-align: center;
}

.text-table th.number {
  width: 3em;
}

.text-table th.author {
  width: 12em;
}

.text-table th.target {
  width: 6em;
}

.text-table td.target {
  text-align: center;
}

.text-table td .org {
  font-size: 15px;
  line-height: 1.2em;
}

span.num {
  display: inline-block;
  background-color: var(--site-main-color);
  color: #ffffff;
  line-height: 1em;
//  padding: 0.5em 0;
//  width: 2em;
  text-align: center;
  border-radius: 1.5em;
  padding: 1em 0;
  width: 3em;
}

table ul {
  padding: 0 0 0 1em;
}

img.icon  {
  vertical-align: -0.35em;
  margin-right: 0.2em;
}

/*
.text-table th.year {
  width: 5em;
}

.text-table td .org {
  display: inline-block;
  font-size: 15px;
  line-height: 1.4em;
}

.text-table td.year {
  text-align: center;
}
*/

/*
span.num {
  border-radius: 1.5em;
  padding: 1em 0;
  width: 3em;
}
*/

