body, input, select, textarea{
font-family: "proxima-soft",sans-serif;	
}
div.cal_wrapper{
font-family: "proxima-soft",sans-serif;
    letter-spacing: .05em;
    font-weight: 300;
}
.wrapper.style2 table tbody tr{border: none;}
.wrapper.style2 table tbody tr:nth-child(2n + 1){background: none;}
div.cal_wrapper table
{
	table-layout: fixed;
}

div.cal_wrapper table, div.cal_wrapper th, div.cal_wrapper td 
 {
    border:none;
    width:auto;
    padding: 0;
    font-size:1em;
}

div.cal_wrapper table{
    margin: 0 0 .3em 0;
    width: 100%;
    }

div.schedule_wrapper {
	padding: 10px 0px;
	width: 310px;
	border: solid 1px #eee;
	border-radius: 5px;

}
div.schedule_wrapper h3 {
	padding: 0px 10px;
	font-weight: normal;
	margin: 0px;
	font-size: 12px;
	color: #666;
}
div.schedule_wrapper div.schedule_list {
	padding: 0px 10px;
	margin: 0px;
}
div.schedule_wrapper div.schedule_list ol {
	padding: 0px;
	margin: 5px auto;
	border-top: solid 1px #eee;
}
div.schedule_wrapper div.schedule_list ol li {
	padding: 5px 10px 0px 0px;
	margin: 0px 0px 0px 30px;
	font-size: 12px;
	line-height: 1.5em;
}
div.schedule_wrapper div.schedule_list ol li:hover {
	text-decoration: underline;
}
div.cal_wrapper table.cal tr th p {
	float: left;
	padding: 5px;
	margin: 8px 0 0 0px;
	color: #fff;
	font-size: .6em;
	line-height: 1.6em;
	font-weight:  400;
}
div.cal_wrapper table.cal tr th div.cal_ui {
	float: right;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
	border: solid 1px #424242;
	background-color: #424242;
	font-size: .5em;
	margin: 3px 1px;
	padding: 6px 5px 5px 5px;
	height: auto;
	line-height: .9em;
	width: auto;
}
div.cal_wrapper table.cal tr td {
	border-top: none;
}
div.cal_wrapper table.cal tr td {
	font-size: 10px;
	text-align: center;
	padding: 1px;
}
div.cal_wrapper table.cal tr.headline td {
	padding: 5px 0px;
	color: #fff;
}
div.cal_wrapper table.cal tr.headline {
	background-color: none;
	color:  #000;
}
div.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 14px 0;
	font-size: 1.2em;
	text-align: center;
	background-color: #424242;
	border-radius: 0;
	color: #fff;
}
div.cal_wrapper table.cal tr td div span {
	display: none;
	position: absolute;
	top: 15px;
	left: 5px;
	width: auto;
	border: solid 1px #10b2ba;
	background-color: #10b2ba;
	text-align: left;
	padding: 5px 10px;
	z-index: 10;
	color: #fff;
	font-weight: normal;
	line-height: 1.5em;
	white-space: nowrap;
	/* box-shadow: 1px 1px 3px #fff; */
}



div.cal_wrapper table.cal tr td div.Wed,
div.cal_wrapper table.cal tr td div.Sat,
div.cal_wrapper table.cal tr td div.Sun {
	color: #fff;
	background-color: #161c21;
}
div.cal_wrapper table.cal tr td div.Today {color: #5aa6ed;}
div.cal_wrapper table.cal tr td div.Deli {
	background-color: #EFE;
}
div.cal_wrapper table.cal tr td div.Holyday {color: #ffffff;background-color: #161c21;}
div.cal_wrapper table.cal tr td div.Birthday {

	background-color: #EEF;
	color: #090;
	border-radius: 3px;
}

div.cal_wrapper table.cal tr td div.backward {
	color: #ffffff;
	font-weight: normal;
	background-color: #161c21;
	border-radius: 0;
}
div.cal_wrapper table.cal tr td div.pointer {
	cursor: pointer;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
	background-color: #EEE;
}
div.schedule_list ol {
    list-style: decimal;
    margin: 0 0 0 3em;
    padding-left: 1.25em;
}
div.schedule_list{margin-bottom: 1em;}
table th{
    font-size: 0.9em;
    font-weight: 700;
    padding: 0 0.3em 0.1em 0.3em;
    text-align: left;
}

table tbody tr:nth-child(2n + 1) {
    background-color: rgb(39, 39, 39);
}
table tbody tr {
    border-color: rgb(39, 39, 39);
}
.cal_wrapper h3 {
    font-size: 1.8em;
}
.sml{font-size: .9em;padding-bottom: 1em;}
@media screen and (max-width: 768px) {

div.cal_wrapper table.cal tr td div {
    position: relative;
    padding: 10px 0;
}
div.cal_wrapper table.cal tr td div span {
	top: 5px;
}	
}