	@media print {
	.no-print{
		display: none;
	}
	#editable-calendar .days td{
    height: 95px !important;
	}
	#editable-calendar .add{
		font-size:11px !important;
		line-height:12px !important;
		max-height:60px !important;
	}
	#note-calendar .add{
		font-size:14px !important;
	}
	#title-calendar{
		font-size:80px!important;
	}
}

@page {
	margin: 10px 20px;
	size: 21cm 29.7cm;
	-ms-size: 21cm 29.7cm;
	-webkit-size: 21cm 29.7cm;
}

#title-calendar {
    font-size: 95px;
    font-weight: 700;
	text-transform:uppercase;
    text-align: center;
    color: black;
    margin-bottom: -5px !important;
}

table.printable-calendar {
    border: none;
	width:100%;
    margin: 0 auto 20px 0;	
}

#editable-calendar tr,div#note-calendar table,div#note-calendar table tr {
    width: 100%;
}

#editable-calendar tr.weekdays {
    height: 40px;
}
#editable-calendar tr.weekdays td {
    background-color: #50a7f5;	
}

#editable-calendar .dim p {
    clear: both;
}
#editable-calendar tr.weekdays td {
    text-align: center;
    line-height: 20px;
    border: 0!important;
    padding: 10px 6px;
    color: #000;
    font-size: 18px;
    font-weight: 900;
}
#editable-calendar .days td {
    height: 120px;
}

#editable-calendar .days td.libur{
	background:#f5f5f5;
}

#editable-calendar .date {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 2px;
    padding: 2px;
    width: 30px;
    float: right;
}
#note-calendar td {
    width: 100% !important;
    border: 1px dashed #ccc !important;
    height: 32px;
    line-height: 28px;	
    padding: 0 5px;	
}
	#editable-calendar td {
	display: block;
    float: left;
    width: calc(85.22%/7);
    position: relative;
    padding: 5px;
    border: 1px solid #ccc;
    background: #fff;	
    margin-right: -1px;
    margin-bottom: -1px;		
	}
	#note-calendar td .add-notes {
    height: 100%;
    line-height: 32px;
}

.edit1 {
    display: none;
    resize: none;
    position: absolute;	
    margin-top: 10px;
    width: 95%;
    height: 85px;
	left: 0;
    font-size: 13px;
    font-family: Tahoma;
}
#note-calendar textarea, #editable-calendar textarea {
    padding: 0px 5px !important;
    max-width: 100%!important;	
}
#note-calendar textarea{
	width: 100%;	
    height: 100%;		
}
#note {
    font-size: 18px;
    font-weight: 700;
}
#copyright-calendar {
    text-align: center;
    color: #c4c4c4;
    margin: 10px 0;	
}
@media screen and (min-width: 960px) {
	.main{width:900px;margin: 0 auto;}
	
	#editable-calendar td {
	display: block;
    float: left;
    width: calc(91.22%/7);
    position: relative;
    padding: 5px;
    border: 1px solid #ccc;
    background: #fff;	
    margin-right: -1px;
    margin-bottom: -1px;
   }
}
@media screen and (max-width: 599px) {
	.main-navigation li{
		margin-left: 20px;
	}
}	