/** Device oriented styles */
.cp-row .cp-container {
    padding: 0 !important;
    background-color: transparent !important;
}

@media screen and (min-width: 800px) {
    #home_container {
        display: flex;
        max-width: 1280px;
        margin: 0 auto 0 auto !important;
    }
    
    #home_loading {
        display: block;
        max-width: 1280px;
        height: 40px;
        margin: 0 auto 0 auto;
        background-color: #ececec;
    }
    
    .home_widget {
        width: 100%;
        padding: 12px;
        margin: 0 0 12px 0;
        background-color: #FFFFFF;
        overflow: hidden;
        position: relative;
    }

    .home_widget_link {
        display: block;
        max-height: 450px;
        overflow-y: hidden;
    }
    
    .home_widget_title_line {
        width: 100%;
        white-space: nowrap;
        overflow-x: hidden;
    }
    
    .widget_type {
        height: 32px;
        line-height: 32px;
        font-size: 13pt;
        font-weight: bold;
    }
    
    .widget_title {
        height: 32px;
        line-height: 32px;
        font-size: 9.5pt;
        color: #666666;
        font-weight: bold;
    }
    
    .widget_time {
        height: 32px;
        line-height: 32px;
        font-size: 9.5pt;
        color: #ababab;
    }
    
    .home_widget_user {
        margin-left: 2px;
    }
    
    .widget_desc {
        margin: 0 0 5px 45px;
        line-height: 20px;
        color: #666666;
    }
    
    .widget_desc a {
        color: #787878;
        white-space: nowrap;
    }
}
@media screen and (max-width: 800px) {
    #home_container {
        display: none;
    }
    
    #home_loading {
        display: none;
    }
}