@media print{


    .calendarUI, .menu, header, .topNav, .newsAuthor, footer, .bootTableSection, #print {
        display: none;
    }

    .curList, .aritcleContainer{
        width: 1000px;
    }
}
#print{
    margin-top: 10px;
    font-size: 11px;
    font-style: italic;
    margin-left: 11px;
    cursor: pointer;
    font-family: sans-serif;
    background: rgba(111, 141, 206, 0.18);
    width: 87px;
    text-align: center;
    border-radius: 12px;
    color: rgb(134, 134, 134);

    -webkit-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

#print:hover{
    background: rgba(3, 54, 165, 0.18);
}
