<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*******************************************************************************/
/*  C O L O R    S K I N          **********************************************/
/*******************************************************************************/
/* For better compatibility, please change here only following properties:     */
/*
*        background , background-color, background-repeat, background-image,  background-repeat, background-position
*        border
*        box-shadow, -moz-box-shadow, -webkit-box-shadow
*        border-radius, -moz-border-radius, -webkit-border-radius
*        color
*        font-weight
*        text-shadow
*        text-transform
*
*/

/*   S K I N  -  BLUE  **********************************************************************************************/
/* Button */
.wpbc_times_selector div {
	color: #737373;
	border:1px solid #dbdbdb;
	background: #fafafa;
	border-radius: 5px;
	text-align: center;
	font-weight: 400;
	font-size: 0.9em;
}

/* Button - Mouse Over */
.wpbc_times_selector div:hover{
	background: #eaeaea;
	box-shadow: 1px 0px #eee;
}
/* Button - Selected */
.wpbc_times_selector div.wpbc_time_selected{
	background: #8c8c8c;
	color: #fff;
	box-shadow: 1px 0px #eee;
	font-weight: 400;
}
</pre></body></html>