table.chartData{
	border-spacing: 0;
	margin-bottom: 2em;
	display: block;
	margin:0 auto;
}

table.chartData tr,
table.chartData td,
table.chartData th{
	position: relative;
}

{
	position: relative;
}

table.chartData input{
	width: 100px;
}

.settingssection{
	margin-bottom: 1em;
	border-bottom: 1px solid lightgray;
	padding-bottom: 1em;
}

#poststuff .settingssection h3{
	padding-left: 0;
}

.ttfmake-section h4:first-of-type{
	margin-top: 0;
}

.chartsettings{
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.table-container{
	width: 100%;
	overflow: hidden;
	overflow-x: auto;
	padding:1.5em 0;
}

.floatleft{
	float:left;
	margin-right: 2em;
}

.graybg{
	background: lightgray;
}

.empadding{
	padding:1em;
}

.hidden{
	display: none;
}

.chart-preview-container{
	width: 75%;
	min-width: 470px;
	max-width: 100%;
	margin:2em 0;
	padding-top: 30%;
	position: relative;

	overflow-x:auto;
}

.chart-preview{
	width: 100%;
	height: 100%;
	min-width: 470px;
	min-height: 190px;
	position: absolute;
	left: 0;
	top: 0;
}

.tableControls{
	display: block;
	position: absolute;
	top: -19px;
  	right: -30px;
	width:50px;
	height: 1em;
}

.tableControls>button{
	border-radius: 50%;
	background:white;
	color: #003ca3;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	width: 20px;
	height: 20px;
	padding: 0;
	border: 2px solid #003ca3;
	position: relative;
	cursor: pointer;
}


.tableControls>button.chartAdder{
	top: 10px;
	left: -5px;
	/*background-color: #90ed7d;*/
}

.tableControls>button.chartSubber{
	/*background-color: #f15c80;*/
}

.tableControls.row{
	display: block;
	position: absolute;
	top: auto;
	bottom: -2px;
  	right: -30px;
	width:50px;
	height: 1em;
}

.singleSeries .tableControls.row{
	display: none;
}

.tableControls.row>button.chartAdder{
	top: 9px;
  	left: -15px;
	/*background-color: #90ed7d;*/
}

.tableControls.row>button.chartSubber{
	left: 18px;
  	top: -3px;
	/*background-color: #f15c80;*/
}


/* buttons don't belong here.. */
.wp-media-buttons .add_chart span.wp-media-buttons-icon:before {
  font: 400 18px/1 dashicons;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f185";
}
.icmake-insert-chart {
	display: inline-block;
	height: 100%;
	padding: 0 10px 0 7px;
	color: #aaa;
	text-decoration: none;
}
.icmake-insert-chart:hover {
	color: #222;
}
.ttfmake-section-open .icmake-insert-chart:hover {
	color: #fff;
}
.icmake-edit-chart:before,
.icmake-insert-chart:before {
  font: 400 20px/40px dashicons;
  speak: none;
	content: "\f502";
}
.icmake-edit-chart:before {
	content: "\f111";
}
.icmake-edit-chart span,
.icmake-insert-chart span {
	display: none;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
.post-type-report #ttfmake-builder .ttfmake-section-chart .settingssection:first-child {
  display: none;
}


.chartsettings .optionsFloat{
    max-width: 30%;
    float: left;
    margin-right: 3%;
}

.chartsettings .optionsClear{
    clear:both;
    padding-top: 1em;
}

.chartsettings h4{
  margin-bottom: 0.5em;
}