#print_area{
    width: 100%;
    z-index: 9;
    top: 0px;
    height: 100%;
    background: #fff;
    display: none;
}
#content_print > span{
    display: block;
    text-align: center;
    font-size: 20px;
    padding: 15px;
}
div.result_dataContainer_print{
    width: 50%;
    height: 54px;
    position: relative;
    top: 0px;
    border-bottom: 3px solid #fff;
    display: inline-block;
    background: #FFF;
}
.listMainPrintResult{
    border-bottom: 1px solid hsl(0, 31%, 93%);
    margin-bottom: 15px;
    display: block;
}
a.result_webPagePrint{
    width: 100% !important;
    color: hsl(0, 0%, 27%);
    font-size: 12px;
    margin-bottom: 2px;
    font-family: inherit;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 15px;
}
div.result_description{
    color: #444;
    display: inline-block;
    margin-top: 5px !important;
    font-weight: 100;
    font-size: 10px;
    font-family: inherit;
    position: relative;
    width: 50%;
    text-transform: uppercase;
    text-align: justify; 
}

@media print { 
    body{ 
        height: auto !important; 
        overflow: -moz-scrollbars-vertical;
        /*overflow-y: scroll;*/
        overflow-x: hidden;
        overflow-y: auto;
    } 
}