
/***** verdict automation content embed graph ******/
.chart-container {
  width: 100%;
  float: left;
  margin: 2em 0em 2em 0em;
  position: relative;
  display: none;
}
#tabsautomated li:before {
    content: none;
}
#tabsautomated li:nth-child(1):hover .tab-content1,
#tabsautomated li:nth-child(2):hover .tab-content2 {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
}
#tabsautomated li:nth-child(1) {
  display: block;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.14),
    0 5px 10px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.14), 0 5px 10px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.14), 0 5px 10px rgba(0, 0, 0, 0.13);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding: 7px 20px 7px 30px;
  text-align: left;
  background-image: url(https://www.ship-technology.com/wp-content/themes/figaro-child/assets/img/icon-embed.png);
  line-height: 1.6;
}
#tabsautomated li:nth-child(2) {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.14),
    0 5px 10px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.14), 0 5px 10px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.14), 0 5px 10px rgba(0, 0, 0, 0.13);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding: 7px 20px 7px 30px;
  display: inline-block;
  text-align: left;
   margin-left: 3em;
  line-height: 1.6;
}
div#tabsautomated ul li {
  list-style: none;
}
div#tabsautomated ul {
  margin: auto !important;
  max-width: 100%;
  padding-left: 0;
}
.tab-content1 h3 {
  font-size: 1em !important;
  font-weight: 900 !important;
  padding-top: 10px;
  margin-bottom: 0.5em !important;
}
.tab-content1 textarea {
  font-size: 1em;
  min-height: 100px;
}
.tab-content1 span {
  font-size: 1em;
}
.tab-content1 {
  display: block;
  border-width: 0;
  padding: 0em 1.4em;
  background: none;
  visibility: hidden;
  opacity: 0;
  z-index: -9;
  position: absolute;
  background: #ededed;
  left: 0;
  right: 0;
  top: 2.5em;
}

div#tabsautomated ul li {
  padding: 1em;
}
div#tabsautomated ul li a {
  text-decoration: none;
  color: #000;
  padding-left: 2em;
  font-size: 1em;
  border: none;
}
.tab-content1 p textarea, .tab-content1 textarea {
  width: 100%;
  float: left;
  border: 1px solid;
  font-size: 12px;
  padding: 2px 8px;
  margin-bottom: 10px;
  margin-top: 5px;
}
