.tables-view .table-title-wrap {
  margin-bottom: 15px;
}
.tables-view .table-title-wrap .table-title {
  float: left;
}
.tables-view .table-title-wrap .table-buttons {
  position: relative;
  top: 8px;
}
.tables-view .table-title-wrap .table-buttons .button {
  margin-left: 5px;
}
.tables-view .table-title-wrap .table-buttons > .table-buttons-left {
  float: left;
}
.tables-view .table-title-wrap .table-buttons > .table-buttons-right {
  float: right;
}
.tables-view .form-table label i.fa-question-circle {
  color: #a4aaac;
}
.tables-view .form-table label i.fa-question-circle:hover {
  color: #333;
}
.tables-view .row-tab {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: -100%;
  z-index: -1;
  margin-top: 15px;
}
.tables-view .row-tab.active {
  opacity: 1;
  z-index: 1;
  top: auto;
  position: relative;
}
.tables-view .subsubsub.control-buttons {
  margin-top: 26px;
  margin-right: 30px;
  float: right;
}
.tables-view .subsubsub.control-buttons li {
  margin-left: 5px;
}
.tables-view .subsubsub.tabs-wrapper {
  border-bottom: 1px solid #ccc;
  padding-left: 16px;
  padding-right: 32px;
  float: left;
}
.tables-view .subsubsub.tabs-wrapper h2 {
  position: relative;
  top: 8px;
  outline: 0 solid transparent;
}
.tables-view .subsubsub.tabs-wrapper h2:focus {
  outline: 0 solid transparent;
}
.tables-view .subsubsub.tabs-wrapper li {
  margin-bottom: -1px;
  margin-left: -1px;
}
.tables-view .subsubsub.tabs-wrapper li a.button {
  background-color: #eee;
  border-color: #ccc !important;
  color: #000 !important;
  font-weight: bold;
}
.tables-view .subsubsub.tabs-wrapper li a.button.current {
  background-color: #fff;
  border-bottom-color: #fff !important;
}
.tables-view .subsubsub.tabs-wrapper li a.button.current:hover,
.tables-view .subsubsub.tabs-wrapper li a.button.current:active,
.tables-view .subsubsub.tabs-wrapper li a.button.current:focus {
  background-color: #fff !important;
}
.tables-view .subsubsub.tabs-wrapper li a.button:hover,
.tables-view .subsubsub.tabs-wrapper li a.button:active,
.tables-view .subsubsub.tabs-wrapper li a.button:focus {
  background-color: #ccc !important;
  outline: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.tables-view #settings input, .tables-view #settings select, .tables-view #settings .select-logo {
	width: 100%;
	padding-top: 3px;
}
.tables-view #css-editor {
	position: relative;
	height: 200px;
}

@media (max-width: 810px) {
	.wp-core-ui .button {
		margin-bottom: 4px;
	}
	.tables-view .subsubsub.tabs-wrapper h2 {
		top: 0;
	}
	.tables-view .subsubsub.tabs-wrapper h2, .tables-view .subsubsub.tabs-wrapper li a.button {
		text-align: center;
	}
	.tables-view .subsubsub.tabs-wrapper li, .tables-view .subsubsub.tabs-wrapper li a.button {
		width: 100%;
	}
	.tables-view .subsubsub.tabs-wrapper li a.button.current, .tables-view .subsubsub.tabs-wrapper li a.button.current:focus {
		background-color: #ccc !important;
	}
}
@media screen and (max-width: 768px) {
	.tables-view #settings input, .tables-view #settings select, .tables-view #settings .select-logo {
		min-width: 100%;
		max-width: 100%;
		font-size: 14px;
		line-height: 16px;
	}
}