

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#texture-sandbox {
	display: none;
    background: white;
    padding: 10px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius:3px;
}

.contact-data {
	background: gray;
	display: none;
	padding: 10px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius:3px;
}













