.header {
  color: #333;
  background-color: #f3f3f3 !important;
}
body {
	text-align:center;
}

.header-menu a {
  color: #333 !important;
}
.link-btn {
  background-color: #ddd !important;
}
.disced-list li {
  list-style-type: disc !important;
}

#overhaul {
  padding-top: 1em;
  padding-bottom: 1em;
}

#operation {
  padding-top: 1em;
  padding-bottom: 1em;
}
#prior {
	padding-bottom: 1.5em;
  }
#graybg {
  text-align: center;
  font-weight: 600;
  background: #e7e7e7;
  margin-bottom:1.5em;
  margin-top:1.0em;
}
#turbine {
  margin-top: 1.2em;
}
.spare-list li {
  font-size: 0.8em;
}
.spare-list h2 {
  font-size: 6em;
}

.align-center {
  text-align: center;
}

.mobile_fix_turbine {
  margin: 0px 0px 20px 0;
  text-align:left;
}

.overhaul_list li {
  color: #b51515;
}

@media (max-width: 992px) {
  .mobile_fix_turbine {
	padding-top:1em;
    font-size: 0.7em;
    margin-left: 20px;
  }
}

.stickyHeader a.link-btn:hover,
.stickyHeader a.link-btn {
  background-color: #ddd !important;
  color: #333 !important;
}
.operImg {
	width:70%
}
.exchangeImg {
	width:80%
}
.weCanProvideWrapper {
	text-align:left;
}
@media only screen and (max-width: 600px) {
	.operImg {
		margin-bottom:1.3em;
		width: 100%
	}
	.exchangeImg {
		width:100%
	}
	.weCanProvideWrapper {
		text-align:center;
	}
}

.spareList li{
	line-height:1.7em;
}

.spareList h2{
	padding-top:0.5em;
}
