.table-subject {
  margin-bottom: 48px;
  border-bottom: 1px solid #dee2e6;
}

.table-subject th, .table-subject td {
  padding-top: 1rem;
}

.tableItem-1col__ttl {
  padding-bottom: 24px;
  font-weight: bold;
}

.tableItem-1col__body {
  position: relative;
  padding-bottom: 24px;
}

.showMore {
  position: relative;
}

.showMore__content {
  position: relative;
  height: auto;
  overflow: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}

.showMore__content[heightsize="200"] {
  max-height: 200px;
}

.showMore__content[heightsize="500"] {
  max-height: 500px;
}

.showMore__content::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(50%, rgba(255, 255, 255, 0.9)), to(#fff));
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  -webkit-transition: .5s;
  transition: .5s;
}

.showMore__btnWrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: +2;
  width: 240px;
  height: 40px;
  padding: 0;
  border: none;
  outline: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.showMore__btnWrap::before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  right: 12px;
  top: 50%;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.showMore__btnWrap::after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  right: 16px;
  top: 50%;
  border-left: solid 2px #2F72D0;
  border-bottom: solid 2px #2F72D0;
  -webkit-transform: translateY(-62%) rotate(-45deg);
          transform: translateY(-62%) rotate(-45deg);
}

.showMore__btnWrap:hover {
  opacity: 0.9;
}

.showMore__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 40px;
  background: #2F72D0;
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  cursor: pointer;
}

.showMore__content.is-open {
  margin-bottom: 76px;
  overflow: visible;
}

.showMore__content.is-open::after {
  z-index: -1;
  opacity: 0;
}

.showMore__content.is-open .showMore__btnWrap {
  bottom: -64px;
}

.showMore__content.is-open .showMore__btnWrap::after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  right: 16px;
  top: 50%;
  border-left: solid 2px #2F72D0;
  border-bottom: solid 2px #2F72D0;
  -webkit-transform: translateY(-34%) rotate(135deg);
          transform: translateY(-34%) rotate(135deg);
}

.publicationsListWrap {
  margin: 0 0 20px;
  padding: 0 0 10px 0;
  border-bottom: dashed 1px #ddd;
}

.publicationsListWrap:last-of-type {
  margin-bottom: 0;
}

.publicationsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.publicationsList dt {
  width: 6em;
  margin: 0 0 10px;
  font-size: 0.9rem;
  font-weight: normal;
}

.publicationsList dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: -0.1rem 0 10px;
  font-size: 1rem;
}



.no-border.list-group {
  margin: 0.5rem 0;
}

.no-border .list-group-item {
  padding: 0.5rem 0;
  margin-bottom: 0;
  margin-left: 20px;
  text-indent: -20px;
  border: none;
}

.no-border .list-group-item svg {
    margin-right: 4px;
}

.u-mb10 {
	margin-bottom: 10px;
}

