<style type="text/css">

	h2 {
    font-size: 20px !important;
    line-height: 30px !important;
}
	.panel-blue {
    border-color: #4b8df8 !important;
}

.panel {
    box-shadow: none;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-blue > .panel-heading {
    color: #fff;
    background-color: #4b8df8 !important;
    border-color: #4b8df8;
}

.panel-blue > .panel-heading {
    background: #3498db;
}

.panel-heading {
    padding: 10px 15px !important;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

table.calendar {
    border-left: 0px;
    border-right: 0px;
    width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
}

table {
    background-color: transparent;
}

tr.calendar-row {
    height: 50px;
}

td.calendar-day-head {
    background: #ccc;
    text-align: center;
    width: 120px;
    padding: 5px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
}

td.calendar-day, td.calendar-day-np {
    width: 120px;
    padding: 5px;
    border-bottom: 1px solid #4b8df8;
    border-right: 1px solid #4b8df8;
}

td.calendar-day-np {
    background: #eee;
    min-height: 80px;
}



td.calendar-day, td.calendar-day-np {
    width: 120px;
    padding: 5px;
    border-bottom: 1px solid #4b8df8;
    border-right: 1px solid #4b8df8;
        border-left: 1px solid #4b8df8;
}

td.calendar-day {
    min-height: 80px;
    font-size: 11px;
    position: relative;
}

div.day-number-red {
    color: red;
    font-size: 18px;
    float: right;
    width: 100%;
    text-align: center;
}

div.day-number-green {
    color: green;
    font-size: 18px;
    float: right;
    width: 100%;
    text-align: center;
}

div.day-number {
    color: #000;
    font-size: 18px;
    float: right;
    width: 100%;
    text-align: center;
}
</style>