@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,800,700&subset=latin,latin-ext);
#AmcCalendar {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px;
    font-weight: 300;
    margin-top: 10px;
    text-align: center;
    width: 195px;
    background: #fff;
    border: 10px solid #e3e3e3;
    border-top: 50px solid #e3e3e3;
}
#AmcCalendar a {
    text-decoration: none;
}
#AmcCalendar h2 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px;
    font-weight: 700 !important;
    font-style: normal !important;
    line-height: 20px;
    margin: 4px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    color: #54b03b;
}
#AmcCalendar table {
    border-spacing: 0;
    width: 100%;
}
#AmcCalendar header {
    position: relative;
}
#AmcCalendar thead {
    font-weight: 600;
    text-transform: uppercase;
}
#AmcCalendar tbody {
    color: #7c8a95;
}
#AmcCalendar tbody td:hover {
    border: 2px solid #54b03b;
}
#AmcCalendar tbody td.active {
    border: 2px solid #54b03b;
}
#AmcCalendar tbody td.event:hover:after, 
#AmcCalendar tbody td.event.active:after {
	background: none;
}
#AmcCalendar td {
    border: 2px solid transparent;
    border-radius: 50%;
    display: inline-block;
    float: left;
    font-size: 13px;
    height: 20px;
    line-height: 22px;
    padding: 1.8px;
    text-align: center;
    width: 20px;
}
#AmcCalendar .current-day {
    background: #54b03b;
    color: #f9f9f9;
}
#AmcCalendar .event, 
#AmcCalendar .event2 {
    cursor: pointer;
    position: relative;
}
#AmcCalendar .event:after {
    background: #54b03b;
    border-radius: 50%;
    bottom: -1px;
    content: "";
    display: block;
    height: 5px;
    left: 50%;
    margin: -4px 0 0 -2px;
    position: absolute;
    width: 5px;
}
#AmcCalendar .event2:before {
    background: #0e171c;
    border-radius: 50%;
    bottom: -1px;
    content: "";
    display: block;
    height: 5px;
    left: 50%;
    margin: -4px 0 0 -2px;
    position: absolute;
    width: 5px;
}
#AmcCalendar .event.event2:after{
	margin: -4px 0 0 2px;	
}
#AmcCalendar .event2.event:before{
	margin: -4px 0 0 -8px;	
}
#AmcCalendar .event.current-day:after {
    background: #f9f9f9;
}
#AmcCalendar .event2.current-day:before {
    background: #d9d9d9;
}
#AmcCalendar .btn-prev,
#AmcCalendar .btn-next {
	border: 2px solid #cbd1d2;
    border-radius: 50%;
    color: #cbd1d2;
    font-size: 20px;
    height: 26px;
    line-height: 24px;
    margin: -16px;
    position: absolute;
    top: 35%;
    width: 26px;
}
#AmcCalendar .btn-prev:hover,
#AmcCalendar .btn-next:hover {
    background: #cbd1d2;
    color: #f9f9f9;
    text-decoration: none;
}
#AmcCalendar .btn-prev {
    left: 15px;
}
#AmcCalendar .btn-next {
    right: 15px;
}