.collapsible {
     background-color: #eee;
	 color: #444;
	 curser: pointer;
	 padding: 18px;
	 width: 100%;
	 border: none;
	 text-align: left;
	 outline: none;
	 font-size: 15px;
	 }
	 
.active, .collapsible:hover {
    background-color: #ccc;
	}
	
.content {
    jpadding: 0 18px;
	display: none;
	overflow: hidden;
	background-color: #f1f1f1;
	}

.containers-v2 boxed shadow shadow-rounded has-margin {
    background: white;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.19); */
    box-shadow: none !important;
}
	
.containers-v2.shadow {
    background: white;
    box-shadow: none !important;
}

