.mtDescription {
  padding-top: 10px;
}
.mtHeadline {
    padding-bottom: 10px;
}
.miniTable .mtContent,
div#content_publicDocuments table {
  overflow: auto;
  /*border: 1px solid #c0bfbf;*/
}
.miniTable .mtContent table {
  text-align: left;
  width: 100%;
  border-spacing: 0px;
  border-collapse: separate;
}
.miniTable .mtContent table thead tr,
.miniTable .mtContent table tfoot tr {
  background-color: #e2e2e2 !important;
}
.miniTable .mtContent table th,
.miniTable .mtContent table td {
  padding: 1px 5px 0 5px;
  height: 33px;
  /*vertical-align: top;*/
  border-bottom: 1px solid #eee;
}
.miniTable .mtContent.middle table td {
  vertical-align: middle;
}
.miniTable .mtContent table th.nowrap,
.miniTable .mtContent table td.nowrap {
  white-space: nowrap;
  color: #333;
}
.miniTable .mtContent table tr:nth-child(even) {
    background-color: #fff;
}
.miniTable .mtContent table tr:nth-child(odd) {
    background-color: #fff;
}
.miniTable .mtContent table tr:nth-child(even):hover {
    background-color: #fafafa;
}
.miniTable .mtContent table tr:nth-child(odd):hover {
    background-color: #fafafa;
}
.miniTable .mtContent table tr:hover .specialPrice,
.miniTable .mtContent table tr:hover .normalPrice {
    font-size: 15px;
}
.miniTable .mtContent table td.inforow {
    padding-bottom: 10px;
    font-style: italic;
    background-color: #f1f1f1;
    color: #777;
}
.mousePointer {
    cursor: pointer;
}
tr.miniTableHover.mousePointer:hover {
    font-weight: 600;
}
th.header {
    font-weight: 600;
    background-color: #c0c0c0;
}
div#content_publicDocuments table tbody tr td {
    padding: 4px 6px 3px 6px;
}
.miniTablePrice{
    color: #888;
}
.specialPrice {
    color: var(--branding-color2);
}
.specialPriceStatement {
    padding-bottom: 9px;
    font-size: 12px;
}
.strikePrice {
    text-decoration: line-through;
    font-size: 13px;
    color: #777;
}