/* kõigile */

.node table.align-right,
.align-right {
  float: right;
  margin: 0 0 18px 18px;
  }

.node table.align-left,
.align-left {
  float: left;
  margin: 0 18px 18px 0;
  }

  /* Open Close Content ehk occ */

.occ-heading {
  display: inline-block;
  cursor: pointer;
  color: #072f4a;
  text-decoration: none;
  position: relative;
  padding-left: 17px;
  }

.occ-heading:hover, .occ-heading:focus {
  color: #00688c; 
  }

.node .occ-heading:visited {
  color: #a300d8; 
  }

.occ {
  margin-bottom: 1rem;
  }

.occ-heading:before {
  position: absolute;
  left: 0px;
  top: 8px;
  display: inline-block;
  width: 13px;
  height: 13px;
  content: " ";
  background-image: url('../img/plus.png');
  background-repeat: no-repeat;
  background-position: center;
  }

.open .occ-heading:before {
  position: absolute;
  left: 0px;
  top: 8px;
  display: inline-block;
  width: 13px;
  height: 13px;
  content: " ";
  background-image: url('../img/minus.png');
  background-repeat: no-repeat;
  background-position: center;
  }

.occ-content {
  padding-left: 17px;
  } 

.print-content .occ-content {
  display: block !important;
  }



.as-table.kommentaar {
  display: table;
  width: 100%;
  }

.as-tr {
  display: table-row;
  }

.as-td, .as-th {
  display: table-cell;
  }

.as-thead {
  display: table-header-group;
  }

.as-tbody {
  display: table-footer-group;
  }




.kommentaar {
  padding: 30px;
  background-color: #d3e3f2;
  border-radius: 4px;
  box-sizing: border-box;
  }

.kommentaar .as-th {
  font-weight: 600;
  font-size: 14px;
  }

.kommentaar .as-tbody .as-tr:nth-child(1) .as-td {

  font-weight: 600;
  padding: 20px 0;
  padding-top: 10px;
  }

.kommentaar .as-tbody .as-tr:nth-child(2) p:nth-child(2) {
  margin-top: 0;
  }

.kommentaar .caption > figcaption {
  background-color: #eff7ff;
  padding: 10px;
  font-weight: 600;
  font-style: normal;
  }

.kommentaar .caption > figcaption em {
  font-weight: 100;
  font-style: normal;
  }

.kommentaar figure {
  margin-top: 7px !important;
  margin-right: 30px !important;
  margin-bottom: 15px !important;
  }

.kommentaar p:last-child {
  margin-bottom: 0;
  }
