@charset "utf-8";



.fa-question-circle {
  color: #bababa;
  margin-left: 15px;
}

.note {
  margin-top: 20px;
  font-size: 16px;
  color: #989898;
}

.price{
  font-size: 35px;
  color: green;
}

.content .item img {
  margin-right: 25px;
  width: 220px;
}

.content .item {
  margin: 20px 0;
  padding-bottom: 20px;
}

.wind-tabs .tab-pane img{
  width: 300px;
  height: 300px;
  margin: 20px 20px 20px 0px;
}


.wind-tabs .tab-pane table td:last-child {
  border: none;
}

.wind-tabs {
  margin-bottom: 30px;
}
.wind-tabs .tab-pane table td.price:after{
  content: "\f158";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 60%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}

.wind-tabs .tab-pane table td{
  padding: 0px 20px;
  border-right: 1px solid #ebebeb;
}

.nav-tabs {
  margin-bottom: 20px;
}

.wind-tabs .tab-pane table {
  margin-top: 20px;
  border: solid #ebebeb 1px;
  border-radius: 5px;
  padding: 20px;
  border-collapse: inherit;
}