.i15-table-active { display: block !important; }
a.i15-cta-button img { max-width: 100%; height: 30px; margin: 0px; }

.tb_edit_table { position: relative; }
.tb_editlinks {
  display: none;
  position: absolute;
  top: 2px;
  right: 2px;
}

.tb_edit_table:hover .tb_editlinks { display: block; }

body:not(.logged-in) .tb_edit_table:hover .tb_editlinks {
  display: none;
}
@media screen and (max-width: 768px) {
  .tb_edit_table:hover .tb_editlinks {
      display: none;
  } 
}

.tb_editlinks > a {
  content: "\f464";
  display: inline-block;
  padding: 5px;
  background-color: #333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
}
.tb_editlinks > a:hover { color: #ccc; }
.tb_editlinks:hover .tb_editlinks_box { display: block; }
.tb_editlinks_box {
  display: none;
  position: absolute;
  top: 0px;
  right: 28px;
  padding: 5px 10px;
  background-color: #333;
  text-align: center;
}
.tb_editlinks_box a { display: block; color: #fff; font-weight: bold; text-decoration: none; white-space: nowrap; }
.tb_editlinks_box a:hover { color: #ccc; }

.tb_dropin { position: relative; display: none; }
.tb_dropin_close { cursor: pointer; }
