/*******************************************************************************/
/*  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  -  OFIN  **********************************************************************************************/
/* Button */
.wpbc_times_selector div {
	color: #373737;
	border:1px solid #ddd;
	background: #fff;
	border-radius: 5px;
	text-align: center;
	font-weight: 400;
	font-size: 15px;
  padding: 16px;
}

/* Button - Mouse Over */
.wpbc_times_selector div:hover{
	background: #00196B;
	box-shadow: 1px 0px #eee;
  color:#fff;
}
/* Button - Selected */
.wpbc_times_selector div.wpbc_time_selected{
	background: #00196B;
	color: #ddddcf;
	box-shadow: 1px 0px #eee;
  background-color: #00196B;
	/* font-weight: 600; */
  color:#fff;
}
