/*  DON'T FORGET TO RENAME THIS FILE to custom.css in case you want to add your own rules.
	--------------------------------------------------------------------------------------
	You can delete these examples if you don't need them and type your own css rules to overide the child theme colors/layout.
*/


/* Style switcher css code */


.wp_user_stylesheet_switcher {
float: left;
margin: 3px 0px 0px 5px;
}
button.wp_user_stylesheet_switcher_button {
    padding: 0;
    margin: 2px;
    border: none;
	background: transparent;
}

img.wp_user_stylesheet_switcher_icon {
    border: none;
    padding: 0;
    margin: 2px;
    width: 18px;
    height: 18px;
	margin-top: 1px;
    vertical-align:middle;
}

button.wp_user_stylesheet_switcher_button:active {
background: #fff;
}

button.wp_user_stylesheet_switcher_active_option {
background: #fff;
}