#sunfw_section_header {
  background-color: #fff;
}
#sunfw_section_header .btn-default, #sunfw_section_header .btn-primary {
  padding-top: 11px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  font-weight: 400;
  font-size: 14px;
}
#sunfw_section_header .btn-default {
  background-color: #fff;
  border-top-width: 0px;
  border-top-style: solid;
  border-top-color: rgba(127, 127, 127, 0.3);
  border-right-width: 0px;
  border-right-style: solid;
  border-right-color: rgba(127, 127, 127, 0.3);
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #3498db;
  border-left-width: 0px;
  border-left-style: solid;
  border-left-color: rgba(127, 127, 127, 0.3);
  -webkit-box-shadow: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0px;
  color: #4d4d4d;
}
#sunfw_section_header .btn-default:hover {
  background-color: #3498db;
  border-color: #3498db;
  color: #fff;
}
#sunfw_section_header .btn-primary {
  background-color: #3498db;
  border-width: 0px;
  border-style: solid;
  color: #fff;
}
#sunfw_section_header .btn-primary:hover {
  background-color: #fff;
  color: #3498db;
}
#sunfw_section_copyright {
  background-color: #fff;
}
#sunfw_section_content-bottom {
  background-color: #f6f6f6;
}
#sunfw_section_content-top {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 1.3;
}
