/* Write your custom css code here */


.sunfw_section_section_main_body {
    padding-top: 10px;
    padding-bottom: 5px;
}

body#sunfw-master .module-style-1 {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 25px;
    padding-left: 25px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(117, 123, 128, 0.3);
}

.sunfw-pos-footer .nav > li{
  	float: left;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #e5e5e5;
}
.sunfw-pos-footer .nav > li:last-child{
  border:none;
}
.sunfw-pos-footer .nav > li a{
  line-height:0 !important;
}