/* Add here all your CSS customizations */
.datepicker table {
	width: 100% !important;
    margin: 0;
}
.datepicker-inline {
	width: 100% !important;
}
.datepicker td, .datepicker th {
	width: 14% !important;
	height: 35px;
}

.btn-wpp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:20px;
    right:30px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 1px 1px 2px #888;
    z-index:1000;
}
.btn-wpp i { margin-top:16px }