/*
 Theme Name:     Divi Kilu child theme
 Theme URI:      http://www.kiluconsulting.org
 Description:    Divi Kilu child theme for multiple sites
 Author:         Webmad
 Author URI:     http://webmad.co.nz
 Template:       Divi
 Version:        1.0.0
*/

@import url("../Divi/style.css");

/* =Theme customization starts here
------------------------------------------------------- */
.library img {
  max-width: 500px;
}
.span-10 {
  max-width: 100%;
}
table.library {
  max-width: 100%;
  display: block;
}
.et_pb_slides, .et_pb_slide {
  max-height: 220px;
}
div.et_pb_section {
  padding: 10px 0px;
}

div.et_pb_row, div.et_pb_column div.et_pb_row_inner {
  padding-top: 10px;
}
div#footer-widgets {
  padding: 10px 0px;
}
div.footer-widget:nth-child(n) {
  margin-bottom: 10px !important;
}

.userentry{
	display:block;
	margin-bottom:30px;
}

button[type] {
    padding: 2px 15px 2px 15px;
  
}