﻿
.btn-cal {
    background: #06c258;
    font-size: 14px;
    color: white;
    border: 1px solid #06c258;
}

    .btn-cal:hover {
        background: transparent;
        color: #06c258;
        border: 1px solid #06c258;
    }
