.ss-calendar-wrap {
overflow: hidden;
width: 100%;
max-width: 467px;
display: table;
margin: auto;
}
#ss-calendar {
overflow: hidden;
width: 100%;
display: table;
margin: auto;
border-radius: 20px;
-webkit-border-radius: 20px;
border: 3px solid #ddd;	
}
#ss-calendar-controls {
	display: table;
	width: auto;
	margin: auto;
	padding: 20px 0px;
}
#ss-prev-month,
#ss-next-month {
border: none;
background: none;	
margin: 0 10px;
}
#ss-month-year {
font-size: 20px;
font-weight: bold;
padding: 0 20px;
}
.ss-calendar-table {
  width: 100%;
  margin-bottom: 20px;
}
.ss-calendar-table th, .ss-calendar-table td {
  /*border: 1px solid #ddd;*/
  text-align: center;
  padding: 10px;
}
.ss-calendar-table th {
  padding: 20px 10px;	
}
.ss-available {
  background: #4CAF50;
  color: #fff;
  cursor: pointer;
}
.ss-book.ss-selected,
.ss-book.selected {
	background-color: #4CAF50;
  color: #fff;
}
#ss-confirm {
	margin-bottom: 40px;
	padding: 9px 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	color: var(--button_text_color);
	border-radius: 50px;
	background: var(--button_color);
	border: 1px solid var(--button_color);
	transition: all 0.3s;
}
#ss-times {
	padding: 40px;
}
#ss-times ul {
	padding: 0px;
}
#ss-times li {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0px;
}
#ss-times li button {
	padding: 5px 10px;
	border-radius: 10px;
	border: 1px solid #ddd;
}
#ss-times input {
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 50px;
	height: 50px!important;
	margin-left: 10px;
}
#ss-times h4 {
	padding-bottom: 20px;
}
#wrapper #ss-times input {
	width: 100%;
	margin: 10px 0px;
	border: 2px solid #DDD;
}
#ss-times button {
	margin-top: 10px;
}