/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
/* Add a gap between the copy to clipboard button and the generated phone number */
#generated-number button {
    margin-top: 10px;
}

/* Change the color of the button to a light color */
button {
    background-color: #f5f5f5;
    color: #333;
		margin-left: 20px;
}
