@charset "utf-8";

.calendarTable {
	width: 100%;
	margin: 20px 0;
	color: #ccc;
	font-size: 16px;
	text-align: center;
}
.calendarTable th {
	padding: 10px 0;
	color: #a7a7a7;
	font-weight: normal;
	text-align: center;
}
.calendarTable td {
	width: 14%;
	height: 70px;
	vertical-align: middle;
}
.calendarTable td p {
	padding: 10px 0;
}
.calendarTable .release {
	display: table;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	border-radius: 50px;
	font-weight: bold;
	color: #000000;
	transition: 0.5s;
}
.calendarTable .release a {
	display: table-cell;
	color: #333;
	margin: 0 auto;
	border-radius: 50px;
	vertical-align: middle;
	background: #f4ccdb;
	transition: .3s;
	text-decoration: none;
}
#calendarTabs {
	margin: 8px;
	font-size: 18px;
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
	background-color: #FF99CB;
	cursor: pointer;
}
#calendarTabs .tab {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 30px;
	color: white;
	font-weight: 700;
	border-right: 1px solid #FF99CB;
	border-left: 1px solid #FF99CB;
}
#calendarTabs .active {
	background-color: #FFE4F1;
	color: #FF99CB;
	border: none;
}
#calendarNav {
	display: flex;
	justify-content: center;
	text-align: center;
	position: relative;
}
#calendarNav p{
	font-size: 25px;
	font-weight: bold;
	color: #FF99CB;
	text-align: center;
}
#calendarNav p span{
	font-size: 18px;
	font-weight: bold;
}
.dateEntry {
	margin-top: 40px;
}

.dayOfWeek {
	font-size: 17px;
	margin-left: 10px;
	letter-spacing: 0;
}
.brandName {
	font-size: 20px;
	display: block;
	margin: 30px 0px 30px 0px;
}
