
.electTitle h4{
    font-size: 15px;
    font-weight: bold;
    color:#616161;
}

#ElectContent1 {
    display: block;
}
#ElectContent2 {
    display: none;
}
#ElectContent3 {
    display: none;
}

.electTitle h1{
    color:#747474;
    font-weight: 700;
}

.currentElect h4 {
    color:#2b8ed4;
}

.currentElect h1 {
    color:#2b8ed4;
}

.internal-concept {
  padding: 20px;
  margin: 0 auto;
}

.break-content {
  height: 10px;
}

.sale-chart-area {
  position: relative;
  margin-bottom: 30px;
}

.pie-sale-chart-text-wrapper {
  width: 160px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -80px;
  top: 25px;
}
.pie-sale-chart-text-wrapper .pie-sale-chart-text {
  position: relative;
  display: block;
  text-align: center;
}
.pie-sale-chart-text-wrapper .pie-sale-chart-text span {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
}
.pie-sale-chart-text-wrapper .pie-sale-chart-text span.big {
  font-size: 35px;
}

.sale-chart-data-legend {
  color: #787d82;
  font-weight: normal;
}


.panel {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 240px;
  height: 100px;
  margin: 10px;
  font-size: 22px;
  color: #fff;
  overflow: hidden;
  border-radius: 6px;
}
.panel .col-xs-6 {
  z-index: 5;
}
.panel h4 {
  font-weight: normal;
  font-size: 16px;
  z-index: 2;
}
.panel h2 {
  font-size: 28px;
  font-weight: bold;
  /* margin:0; */
  margin-top: 5px;
}
.panel p {
  margin:0;
  padding:0;
  font-size: 14px;
}
.panel span {
  font-size: 12px;
  /* margin: 0; */
  /* padding: 0; */
}
.panel:after {
  position: absolute;
  font-family: FontAwesome;
  color: #000000;
  z-index: 1;
  transition: all .5s;
  line-height: normal;
}
.panel.ger {
  background-color: #b3bfbf;
}
.panel.ger:after {
  font-size: 90px;
  color: #3a8ddb;
  top: 30px;
  right: 15px;
}
.panel.ger:hover:after {
  top: 24px;
}
.panel.bair {
  background-color: #b3bfbf;
}
.panel.bair:after {
  font-size: 90px;
  color: #f28b34;
  top: 30px;
  right: 15px;
}
.panel.bair:hover:after {
  top: 24px;
}
.panel:hover:after {
  transition: all .5s;
}


ul {
  margin-bottom: 4em;
}
.sale-chart {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin: 0 20px;
  vertical-align: top;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 35px;
  color:#fff;
}
.sale-chart span {
  display: block;
  font-size: 1.8em;
  font-weight: normal;
  color:#fff;
}
.sale-chart canvas {
  position: absolute;
  left: 0;
  top: 0;
}

.electList ul li {
  color:#fff;
  font-size:14px;
}

.elect-table {
  color:#fff;
}

.elect-table thead tr th {
    text-align: center;
}
.elect-table tbody tr td {
    padding-top:5px;
    padding-bottom:5px;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
  border:1px solid rgba(255,255,255,0.3);
}

.auto-car .col-xs-6{
    padding-top: 25px;
}

.auto-car .col-xs-6 p {
  color:#fff;
  font-size: 16px;
}

.auto-car .row {
    margin-top:30px;
}

.car-year p {
  color:#fff;
  padding-top: 10px;
  font-size: 16px;
}

.col-elect span{
    color:#fff;
}

.body-health p{
    color:#fff;
    font-size: 16px;
    padding-top: 20px;
}

.body-health .row {
    margin-top: 15px;
}

.stoveTable {
    border-collapse: collapse;
    width: 100%;
    background: #fff;
}
.stoveTable td, th {
    padding: 0.75em 1.5em;
    text-align: left;
}
	.stoveTable td.err {
		background-color: #e992b9;
		color: #fff;
		font-size: 0.75em;
		text-align: center;
		line-height: 1;
	}
.stoveTable th {
    background-color: #2b8ed4;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
}
.stoveTable tbody th {
	background-color: #2ea879;
}
.stoveTable tbody tr:nth-child(2n-1) {
    background-color: #f5f5f5;
    transition: all .125s ease-in-out;
}
.stoveTable tbody tr:hover {
    background-color: rgba(43, 142, 212, 0.5);
}