#wp-calendar{
    text-align: center;
    width: 100%;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

#wp-calendar caption a,
#wp-calendar caption a:hover{
    background: transparent;
}

#wp-calendar th{
    font-weight: normal;
    
}

#wp-calendar a{
    text-decoration: none;
    display: block;
    color: black;
    font-size: 11px;
}

#wp-calendar td,
#wp-calendar th{
    text-align: center;
    background: #f6f5e3;
    line-height: 17px;
}
#wp-calendar thead{
    border: 1px solid #d7d4cb;
}
#wp-calendar thead th{
    line-height:23px;
    font-size: 12px;
    font-weight: bold;
}
#wp-calendar tbody{
    background: #fff;
    font-size: 11px;
}
#wp-calendar tbody td a{
    text-decoration: underline;
    background-color: #ccc;
    margin: 2px;
    border: 1px solid #ad3d00;
    color: #ad3d00;
    font-weight: bold;
}
#wp-calendar tfoot td a{
    
    font-weight: bold;
    background-color: #cfccc3;
    margin: 2px;
    border: 1px solid #b3b1a5;
}
#wp-calendar caption{
    background: #e6e4d8;
    border-bottom: 1px solid #d7d4cb;
    
    padding: 0.2em 1em 0.2em 0em;
    margin-bottom: 4px;
    font-weight: bold;
    /*text-align: ce;*/
    font-size: 12px;
    
    color: #000;
    line-height: 24px;
}


