.nr_tile_text_composition {
    display: inline-block;
    width:100%;
    min-width:100%;
    max-width:100%;
    height:auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
    background-color:#fff !important;
    color:#000 !important;
    border-radius:10px;    
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    padding:15px;
    margin-bottom:12px;   
}
.nr_tile_text_composition_header_main_a {
    display:inline-block;
    width: 100%;
    height: 100%;
    font-size:35px;
    background-color:#fff !important;
    color:#000 !important;    
    transition: opacity 0.5s !important;
    cursor: pointer !important;    
}
.nr_tile_text_composition_header_main_a:hover {
    opacity:0.70 !important;
}
.nr_tile_text_composition_time {
    display: inline-block;
    width:100%;
    height:auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color:#999;    
    font-size:12px;
}
.nr_tile_text_composition_header_a {
    display:inline-block;
    width: 100%;
    height: 100%;
    font-size:18px;
    line-height:1.3;
    background-color:#fff !important;
    color:#000 !important;    
    transition: opacity 0.5s !important;
    cursor: pointer !important;    
}
.nr_tile_text_composition_header_a:hover {
    opacity:0.70 !important;
}
