/**
 * jQuery  Bootstrap year calendar 1.0.0
 * Copyright 2018, Allset
 * Licensed under the MIT license.

 * @author Piotr Zatorski
 */
.jqyc{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.jqyc-months .table td, .jqyc-months .table th {
    border-top: 0px;
    text-align: center;
}


.jqyc-not-empty-td:hover{
    background-color: #157EFB;
    color: #FFF;
    border-radius: 0.25rem;
}

.jqyc-year-chooser .jqyc-year{
    text-align: center;
}

.jqyc-year-chooser{
    padding: 1rem 0;
    margin-bottom: 1rem;
}