
div.callist_item {
    margin-bottom:20px;
}
div.callist_item_date {
    width:200px;
    float:left;
}
div.callist_item_description {
    width:434px;
    float:left;
    background-color:#fff;
}
div.callist_item_img {
    width:316px;
    float:right;
    background-color:#fff;
}
img.callist_item_img {
    max-width:316px;

}
a.callist_link {
    color:#4040f0 !important;
}


div.caldetail_label {
    width:150px;
    float:left;
    margin-bottom:10px;
    font-size:12px;
    
}
div.caldetail_data {
    width:800px;
    float:left;
    margin-bottom:10px;
     font-size:12px;

    
}
img.caldetail_img {
    max-width:316px;
    padding-left:15px;
    margin-top:10px;
    
}
a.caldetail_link {
    color:#4040f0 !important;
}

