#gl-cal-hold{
	display: inline-block;
	border-radius: 20px;
	border: 20px solid #a626aa;
	margin-top: 10px;
	}
.gldp-flatwhite {
	background: #a626aa;
    max-width: 100%;
}

/* Core style for every cell */
.gldp-flatwhite .core {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	color: #FFF;
	background: #a626aa;
	border: none;
}

/* Cell border */
.gldp-flatwhite .border {
	/*
	border-style: solid;
	border-width: 0;
	border-color: #ebebeb;
	*/
}

/* Month/Year text and select */
.gldp-flatwhite .monyear,
.gldp-flatwhite .monyear select {
	font-size: 16px !important;
	font-weight: bold;
	background: #a626aa;
}

/* Month/Year text */
.gldp-flatwhite .monyear span {
	margin: 0 5px 0 5px;
}

/* Prev/Next arrows */
.gldp-flatwhite .prev-arrow,
.gldp-flatwhite .next-arrow {
	color: #FFF;
	font-size: 24px;
}

.gldp-flatwhite .prev-arrow:active,
.gldp-flatwhite .next-arrow:active {
	color: #FFF;
}

.gldp-flatwhite .prev-arrow-off,
.gldp-flatwhite .next-arrow-off {
	color: #FFF;
	opacity: 0.15;
}

/* Days of the week */
.gldp-flatwhite .dow {
	color: #FFF;
	font-weight: bold;
	cursor: text !important;
	background: #a626aa;
}

/* Weekdays */
.gldp-flatwhite .mon,
.gldp-flatwhite .tue,
.gldp-flatwhite .wed,
.gldp-flatwhite .thu,
.gldp-flatwhite .fri {
	font-weight: bold;
	background:#2e54a5;
}

/* Weekend days */
.gldp-flatwhite .sat,
.gldp-flatwhite .sun {
	color: #FFF;
	font-weight: bold;
	background:#2e54a5;
}

/* Selectable days that are outside of current month being shown */
.gldp-flatwhite .outday {
	color: #FFF !important;
}

/* Hover */
.gldp-flatwhite .mon:hover,
.gldp-flatwhite .tue:hover,
.gldp-flatwhite .wed:hover,
.gldp-flatwhite .thu:hover,
.gldp-flatwhite .fri:hover,
.gldp-flatwhite .sat:hover,
.gldp-flatwhite .sun:hover {
	opacity: 0.7
}

/* Non-Selectable days */
.gldp-flatwhite .noday {
	color: #ebebeb;
	font-weight: normal;
	cursor: text !important;
	background: #a626aa;
}

/* Currently selected day */
.gldp-flatwhite .selected {
	color: #fff;
	font-weight: bold;
	border-color: #888;
	background: #a626aa;
}

/* Today */
.gldp-flatwhite .today {
	color: #fff;
	font-weight: bold;
	border-color: #000;
	background: #a626aa;
}

/* Special */
.gldp-flatwhite .special {
	color: #fff;
	font-weight: bold;
	border-color: #444;
	background: #a626aa;
}
