		.trigger{
			cursor:pointer;
			margin-bottom: 150px;
		}		
		.trigger:hover{
			cursor:pointer;
			background: #feff90;
			margin-bottom: 150px;
		}		
		.expanded{
			background: #feff90;
			cursor:pointer;
			margin-bottom: 150px;
		}
		.expanded:hover{
			background: #feff90;
			cursor:pointer;
						margin-bottom: 140px;
		}
		.show{
     position:static;
     display: table;
     border: none;
    
		}
		.hide{
			position:absolute;
			left:-999em;
			height:1px;
			width:10px;
			overflow:hidden;
			border: none;
						
		}

div{
	margin: 0;
	padding: 0;
}
.trigger:div {
	margin: 10px;
	padding: 0;
background-color: #000;
}
img {
	margin-right: 10px;
	margin-top: 15px;
}
