/* anim link only URL */
.extIPWrap {
  width: 100%;
  border: 1px solid;
  border-radius: 5px 5px 5px 5px;
  display: flex;
  justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
  align-items: center;  
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

.extIPWrap .extIP-img {
  float:left;
  margin: auto;
  width: 50px;
  min-height: 56px;
  background-repeat: no-repeat;
  background-position: center center;  
}

.extIPWrap .extIP-text {
  overflow:hidden;
  padding: 10px;
  word-wrap: break-word;
  width: 100%;
  min-height: 36px;
  text-align: left;
  border-radius: 0px 5px 5px 0px;
}

iframe.intp.external {
  height: 500px;
}