/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.customtable1 {
	margin: 0;
	padding: 0;
	width: 100%;
	border: 1px solid #aeb2b5;
}

.customtable1 table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.customtable1 tr:last-child td:last-child {
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}

.customtable1 table tr:first-child td:first-child {
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
}

.customtable1 table tr:first-child td:last-child {
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}

.customtable1 tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.customtable1 tr:hover td {
}

.customtable1 tr:nth-child(odd) {
	background-color: #dee4e8;
}

.customtable1 tr:nth-child(even) {
	background-color: #ffffff;
}

.customtable1 td {
	vertical-align: middle;
	border: 1px solid #aeb2b5;
	border-width: 0 1px 1px 0;
	text-align: left;
	padding: 7px;
	color: #000000;
}

.customtable1 tr:last-child td {
	border-width: 0 1px 0 0;
}

.customtable1 tr td:last-child {
	border-width: 0 0 1px;
}

.customtable1 tr:last-child td:last-child {
	border-width: 0;
}

.customtable1 tr:first-child td {
	background-color: #dee4e8;
}

.customtable1 tr:first-child td:first-child {
	border-width: 0 0 1px;
}

.customtable1 tr:first-child td:last-child {
	border-width: 0 0 1px 1px;
}

.bu_collapsible_container+.bu_collapsible_container {
	border-top: 1px solid #ececec;
}

.bu_collapsible_container {
	padding: 1em 0;
	position: relative;
}