div.month {
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px 35px 15px 15px;
}
div.month a {
    color: #fff;
}

div.month.january {
    background: #eed762;
    border: 0px solid #87711d;
    color: #87711d;
}

div.month.february {
    background: #f1b89d;
    border: 0px solid  #994e2e;
    color: #994e2e;
}

div.month.march {
    background: #bfdba1;
    border: 0px solid  #6e8c4c;
    color: #6e8c4c;
}

div.month.april {
    background: #ca7755;
    border: 0px solid  #832c09;
    color: #832c09;
}

div.month.may {
    background: #fcf0d8;
    border: 0px solid  #8b722b;
    color: #8b722b;
}
div.month.may a {
    color: #d3ad5f;
}

div.month.june {
    background: #5ecdbd;
    border: 0px solid  #066a5c;
    color: #066a5c;
}

div.month.july {
    background: #d16b80;
    border: 0px solid  #86162a;
    color: #86162a;
}

div.month.august {
    background: #92716c;
    border: 0px solid  #e4bab4;
    color: #e4bab4;
}

div.month.september {
    background: #893942;
    border: 0px solid  #d99298;
    color: #d99298;
}

div.month.october {
    background: #7f5084;
    border: 0px solid  #cb98d1;
    color: #cb98d1;
}

div.month.november {
    background: #cdb380;
    border: 0px solid  #826625;
    color: #826625;
}

div.month.december {
    background: #9e453f;
    border: 0px solid  #e79891;
    color: #e79891;
}
