table {border-collapse: collapse; width: 100%; }
table tr td { padding: 22px 30px; color: var(--primary-color-5); font-size: 1.4rem; line-height: 2.0rem; }
table tr th { padding: 24px 30px; text-transform: uppercase; color: var(--primary-color-5); letter-spacing: 0.15rem; font-size: 1.3rem; line-height: 1.6rem; font-family: var(--font-medium); font-weight: 400; font-style: normal; text-align: left; }
table tr { background: var(--mono1); }
table tr:nth-child(odd) { background: var(--primary-color-3); border: 0; }
table tbody tr { background: var(--primary-color-3); }
table tbody tr:nth-child(odd) { background: var(--mono1); }
.content_text__area .content_text__label {margin-bottom: 6px;}
.content_text__area .content_text__title * {margin-bottom: 0;}
.content_text__area .content_text__title {
margin-bottom: 21px;
}
.content_text__area .content_text__link {
    margin-top: 49px;
}

table tr td a:hover {
    color: var(--primary-color-2);
}

table.enabling-the-transition td ul li {list-style: disc;padding-bottom: 20px;margin-left: 20px;}


/* Image hover - Start */
.image-map #Level1 {top: 13%; left: 9%;}
.image-map #Level2 {top: 28%; left: 9%;}
.image-map #Level3 {top: 50%; left: 9%;height: 75px;}	
.image-map #Level4 {top: 71%; left: 9%;}
.image-map #Level5 {top: 83%; left: 9%;}
		
.image-map {
  position: relative;
  display: inline-block;
}

.image-map img {
  max-width: 100%;
  height: auto;
  display: block;
}

.hotspotContent {
  position: absolute;
  width: 45px;
  height: 45px;
  background: none;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.tooltipHover {
  position: absolute;
  bottom: 125%; 
  left: 218%;
  transform: translateX(-50%);
  background: #004A33;
  color: #ffffff;
  padding: 15px;
  border-radius: 4px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
  /*white-space: nowrap;*/
  width: 700%;
}

.hotspotContent:hover .tooltipHover {
  opacity: 1;
  visibility: visible;
}
/* Image hover - End */

 @media only screen and (max-width:430px){
table.enabling-the-transition tbody tr td {padding:22px 4px;}
}

table.enabling-the-transition th,
table.enabling-the-transition td {background:#ffffff; padding:10px;}
table.enabling-the-transition img {width:60%}