body {
	margin: 40px 10px;
	padding: 0;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}

#calendar {
	max-width: 75%;
	margin: 0 auto;
}
.full-column{
	width: 75%;
	margin: auto;
}
.two-column{
	width: 45%;
	float: left;
	margin-right: 3%;
}
h1{
	font-size: 24px;
}
li{
	list-style-type: decimal;
	margin-left: -25px;
	line-height: 1.25;
	font-size: 16px;
}
.fc-sat{
	background-color: #ECECEC;
}
.fc-sun{
	background-color: #ECECEC;
}
.fc-today {
  background: #facde4 !important;
}
/* "primary" coloring */
.fc-button-primary {
  background-color: #ED258B;
  border-color: #ED258B;
}

.fc-button-primary:hover {
  background-color: #C5106C;
  border-color: #C5106C;
}

.fc-button-primary:disabled {
  color: #fff;
  background-color: #ED258B;
  border-color: #ED258B;
}

.fc-button-primary:not(:disabled):active,
.fc-button-primary:not(:disabled).fc-button-active {
  color: #fff;
  background-color: #ED258B;
  border-color: #C5106C;
}

#wrap {
  margin: 0 auto;
}

.closeon {
  border-radius: 5px;
}

/*info btn*/
.dropbtn {
    background-color: #eee;
    margin: 10px;
    padding: 8px 16px 8px 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  margin-left: 100px;
  margin-top: -200px;
}

.dropdown-content p {
    color: black;
    padding: 4px 4px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: grey;}

.dropdown:hover .dropbtn span {color: white}

.printBtn{
	border: none;
	outline: none;
	cursor: pointer;
	padding: 10px 20px 10px 20px;
	font-weight: 600;
	transition: 0.3s;
	font-size: 13px;
	color: white;
	text-transform: uppercase;
	background-color: #ED258B;
	border-radius: 30px;
	margin-top: 20px;
	width: 10%;
}

@media print {
  .visible-print  { display: inherit !important; }
  .hidden-print   { display: none !important; }
}

