@charset "utf-8";

/* ActiveFusions 2015/09/18 13:40 */
/* -------------------------------- 
	Holiday calendar style
-------------------------------- */

#calendar {
    margin-bottom: 30px;
}
#calendar table {
    margin:10px 0;
    padding: 0;
    border-collapse: collapse;
    width: 100%;
}
#calendar th {
	font-weight:normal;
	font-size:12px;
    font-size:1.2rem;
	padding-bottom:2px;
}
#calendar th#saturday {
    color: #3366cc;
}
#calendar th#sunday {
    color: #ff3300;
}
#calendar td {
    text-align: center;
    border-bottom: 1px dotted #CCCCCC;
    background: #FFFFFF;
    color: #554130;
}
#calendar .holiday span {
    line-height: 20px;
    width: 20px; height: 20px;
    font-size: 15px;
    font-size: 1.5rem;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background: #FFE1E1;
}

