/* Ideal Income*/
.ideal-income .per-exp-table{width:370px;float: left;}
.ideal-income .biz-exp-table{width:360px;float: left;}

.ideal-income .per-exp-table tr td:nth-child(1){width: 290px;}
.ideal-income .per-exp-table tr td:nth-child(2){width: 205px;}
.ideal-income .biz-exp-table tr td:nth-child(1){width: 290px;}
.ideal-income .biz-exp-table tr td:nth-child(2){width: 205px;}

.ideal-income .gm-table tr td:nth-child(1){width: 80px;}


.ideal-income table.sub-table tr td:nth-child(1){width: 290px;}
.ideal-income table.sub-table tr td:nth-child(2){width: 205px;}
.ideal-income table.sub-table tr td:nth-child(3){width: 290px;text-align:left}
.ideal-income table.sub-table tr td:nth-child(4){width: 205px;}
.ideal-income table.btns-table tr td{text-align:right}

.ideal-income .w-input{/* width: 140px; */text-align: right;}
.ideal-income .left-column  {width: 990px;float: left;overflow: auto;}
.ideal-income .right-column {width: 250px;float: right;vertical-align: top;}
.ideal-income .cal-hr {background:#c4d3e5;height: 2px;margin: 15px 5px;}
.ideal-income .right-column .button{width:100%}

.ideal-income .right-column table td{text-align:center}


.calculator .fig-wrap {padding:0 5px;overflow: auto;margin-top: 30px;}
.calculator .fig-wrap .col{
  /* margin-top:50px; */
  border: 2px solid #c4d3e5;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  text-align: center;
  /* padding: 0 0 30px 0; */
  height: 420px;
  background: #fff;
}
.calculator .fig-wrap .col#chartWrap{width: 830px;}
.calculator .fig-wrap .col#gMarginWrap{width:360px;padding-left: 28px;padding-right: 28px;}
.calculator .fig-wrap .col h2{
  padding:10px 0;
  color: #000;
}
#gmChart .inner{
  transform: rotate(126deg);
  transition: stroke-dasharray 1s;
  transform-origin: center;
}
#gmChart g .g-margin{
    font-size: 0.4em;
    line-height: 1;
    text-anchor: middle;
    font-weight:bold;
    /* transform: translateY(0.25em); */
}

svg{font-size:14px;font-weight:bold;}
#verticalSVG svg{overflow:visible}
#horizontalSVG{text-align:left;/* padding-bottom: 30px; */}
.bar {
  fill: #5db7e7;
}
.bar.per{fill: #e75d5d;} 
.bar.biz{fill: #8cd790;} 
.bar.tax{fill: #e7975d;} 
.bar-bg {
  fill: #edf3fa;
}
.bar-text {
    stroke: #5db7e7;
    font-size: 24px;
    font-weight: bold;
    fill: #5db7e7;
}
.bar-text2 {
    stroke: #000000;
    font-size: 12px;
    font-weight: 400;
    fill: #000000;
    font-family: 'Gotham';
}
.legend-main-div {
  padding: 2%;
  max-height: 150px;
  overflow-y: scroll;
  border: 1px solid blue;
}

.axis line,
.axis path {
  fill: none;
  stroke: black;
  stroke-width: 1;
  shape-rendering: crispedges;
}

.legend {list-style: none;/* overflow: auto; */text-align: center;margin-bottom: 20px;}
.legend li {/* float: left; */margin-right: 20px;display: inline-block;}
.legend i {float: left;width: 12px;height: 12px;border-radius:6px;margin: 3px 7px 2px 2px;}

.legend i.per{background: #e75d5d;} 
.legend i.biz{background: #8cd790;} 
.legend i.tax{background: #e7975d;} 