.integrations-table-wrapper .dataTables_wrapper {
  overflow: hidden;
}
.integrations-table-wrapper table {
  border-bottom: 0 !important;
}
.integrations-table-wrapper table:after {
  display: none !important;
}
.integrations-table-wrapper table thead th {
  border-top: 0;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 6px;
  padding-bottom: 6px;
}
.integrations-table-wrapper table thead th.sorting:after, .integrations-table-wrapper table thead th.sorting_asc:after, .integrations-table-wrapper table thead th.sorting_desc:after {
  content: "\f0dc";
  font-family: "fa-sort";
  color: #a6a6a6;
  margin-left: 8px;
}
.integrations-table-wrapper table tbody td {
  padding-top: 12px;
  padding-bottom: 12px;
}
.integrations-table-wrapper table tr td, .integrations-table-wrapper table tr th {
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
@media only screen and (max-width: 767px) {
	.integrations-table-wrapper table tr td, .integrations-table-wrapper table tr th {
		  padding-left: 6px;
		  padding-right: 6px;
	
	}
}
.integrations-table-wrapper table tr td:last-child, .integrations-table-wrapper table tr th:last-child {
  text-align: right;
}
.integrations-table-wrapper table tr th {
  color: #f77d26;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
}
.integrations-table-wrapper table tr td {
  font-size: 18px;
  color: #1d188b;
  border-color: #f6f6f7;
}
@media only screen and (max-width: 767px) {
  .integrations-table-wrapper table tr td {
    font-size: 14px;
    line-height: 1.4;
  }
}
.integrations-table-wrapper table tr td .integration-partner {
  cursor: pointer;
  transition: all ease 0.2s;
}
.integrations-table-wrapper table tr td .integration-partner .av-icon-char {
  display: inline-block;
  font-size: 22px;
	position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.integrations-table-wrapper table tr td .integration-partner .integration-post-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  transition: opacity ease 0.2s;
}
.integrations-table-wrapper table tr td .integration-partner .integration-post-content .integration-post-content-text {
  font-size: 16px;
  color: #596367;
}
@media only screen and (max-width: 767px) {
  .integrations-table-wrapper table tr td .integration-partner .integration-post-content {
    padding: 50px 0;
  }
  .integrations-table-wrapper table tr td .integration-partner .integration-post-content .integration-post-content-image {
    max-width: 120px;
  }
}
@media only screen and (min-width: 767px) {
  .integrations-table-wrapper table tr td .integration-partner .integration-post-content .integration-post-content-text {
    width: 70%;
  }
  .integrations-table-wrapper table tr td .integration-partner .integration-post-content .integration-post-content-image {
    width: 25%;
    text-align: right;
  }
}
.integrations-table-wrapper table tr td .integration-partner.active {
  padding-bottom: 260px;
}
@media only screen and (max-width: 767px) {
  .integrations-table-wrapper table tr td .integration-partner.active {
    padding-bottom: 530px;
  }
}
.integrations-table-wrapper table tr td .integration-partner.active .av-icon-char {
  transform: scaleY(-1) translateY(50%);
  color: #0602ef;
}
.integrations-table-wrapper table tr td .integration-partner.active .integration-post-content {
  opacity: 1;
  visibility: visible;
}

.integrations-table-wrapper table tr td .integration-partner-name{
	position: relative;
    padding-right: 30px;
}
