table tr td .trigger {
    margin: 0 0 5px 0;
}

.trigger {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	/*background:#fdaf12;*/
	background:#f6f079;
	color:#fff;
	cursor:pointer;
	margin:0 0 5px 0px;
	padding:5px;
	text-shadow:					0 1px 2px rgba(102,0,0,0.8);
    line-height:normal;
    /*float:left;*/
}

h3.trigger.transparent {
	font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
    margin: 0 0 10px;
}

.trigger.transparent {
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	background:none;
	color:#000;
	cursor:pointer;
	margin:0 0 5px 0px;
	padding:5px;
	text-shadow:none;
    line-height:normal;
    /*float:left;*/
}

.trigger_active {
	color:#fff;
	text-shadow:					0 1px 2px rgba(102,0,0,0.8);
}

table tr td .toggle_container {
	margin:0 0 5px 0;
}

.toggle_container {
	margin-bottom:5px;
	padding: 5px;
	/*background:#ddd;*/
	margin:0 0 5px 0px;
    color:                          #525766;
	text-shadow:					0 1px 3px rgba(0,0,0,0.06);
}

h3.trigger:before {
	/*content: url(../img/plus-16x16.png);*/
	padding-right:5px;
	float:left;

}

h3.trigger_active:before {
	/*content: url(../img/minus-16x16.png);*/
	padding-right:5px;
}
/**********/