/**********************************************************************************

	put here your custom CSS code to modify the design of IceTheme template
	
	* We strongly reccommend you to not edit other CSS or Less files as in 
	case you will update the template all your changes might be lost.	
	
**********************************************************************************/

/* Temporary CSS for Smart Search */
/* Smart Search Intro Images */
ul.search-results li {
	clear: both;
}
ul.search-results img.intro_image {
	float: left;
	width: 150px;
}

<style>


.button {
    background-color: #83d157; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button1 {
    background-color: white; 
    color: black; 
    border: 2px solid #83d157;
}

.button1:hover {
    background-color: #83d157;
    color: white;
}

</style>