.tab_content.tab_content_1 {
    margin-top: 20px;
}

.is-toggle-action-row{
	cursor:pointer;
}
.is-target-action-row > td{
	padding:0!important;
}
.is-target-action-row table {
	border:0;
	margin:0;
}
.is-target-action-row table td{
	border:0;
}

.is-table-action tr:nth-child(4n){
	background-color: rgba(218, 218, 164, 0.7);
}
.is-table-action tr:first-child{
	background-color: rgba(218, 218, 164, 0.8);
}
.is-table-action .is-toggle-action-row:hover{
	background-color: rgba(218, 218, 164, 1);
}
