body{
color: #000;
    background-color: #e6e6e6;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 101%;
    background: url(https://images.cnblogs.com/cnblogs_com/hzozj/1763117/o_2005120323061001312.jpg) fixed no-repeat;  
    background-size:cover;
}
#home {
    margin: 0 auto;
    width: 65%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100,100,100,.3);
    opacity:0.7;
}

.CalTodayDay {
    background: #2e3840 !important;
    color: #fff;
    font-weight: bold;
}
.CalTodayDay u{
        color: white;
}
.entrylistDescription {
    color: #666;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    margin-bottom: 10px;
    transition: all .5s;
}
.entrylistDescription:hover{
    cursor: pointer;
    font-weight: bold;
    color: green;
    padding-right: 25px;
    font-size: 18px;
}

#sideBar a{
    color: #292727;
}
.CalNextPrev:last-child{
    text-align:center;
}
.CalOtherMonthDay {
    color: #8199ea;
    padding-top: 4px;
    padding-bottom: 4px;
}

.c_b_p_desc {
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
}