/*
header nav, footer, video, audio, object, embed,.tm-sidemenu, .modal-header{
    display: none;
}

.modal-body{
    padding:0 !important;
}
.modal-content{
    border:none !important;
}
.modal-dialog{
    margin:0 auto !important;
}

body{
    background: #fff;
    width: 100%;
    margin: 0;
    float: none;
    line-height: 1.5;
    font-size: 10pt;
    height: auto;
}

a:link, a:visited, a {
    background: transparent;
    color: #222;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
    word-wrap: break-word; !*避免網址過長超出頁面*!
}
a[href^="http://"]:after, a[href^="https://"]:after {
    content: " (" attr(href) ") ";
}
thead{
    display: table-header-group; !* 表格即使分頁也會顯示表頭 *!
}

.modal-body{
    border-radius: 9px;
    padding-right: 10px;
    margin-top: 10px;

}
img, table, ul, ol, .code-snippet {
    page-break-inside: inherit;
}
.modal-body {-webkit-print-color-adjust: exact;}

body * {
    visibility: hidden;
}
*/
header nav, footer, video, audio, object, embed,.tm-sidemenu{
    display: none;
}

.footerPrint {
    text-align: center;
    padding: 10px 0 5px 0;
    border-top: 1px solid #ccc;
}

.non-printable {
    display: none;
}

.printable {
    display: block;
}


img {
    max-width: 100%;
}

#printSection, #printSection * {
    visibility: visible;
}

#printSection {
    position: absolute;
    left: 0;
    top: 0;
}

.modal-body {
    -webkit-print-color-adjust: exact;
}

a[href^="http://"]:after, a[href^="https://"]:after {
    content: " (" attr(href) ") ";
}

/*
yua
*/
@page {

    margin: 0mm;


    size: A4 portrait;
    orphans: 4;
    widows: 2;
}

#TM_MY_RESUME_PREVIEW_1, #TM_MY_RESUME_PREVIEW_2, #TM_MY_RESUME_PREVIEW_3,
#TM_MY_RESUME_PREVIEW_4, #TM_MY_RESUME_PREVIEW_5, #TM_MY_RESUME_PREVIEW_6,
#TM_MY_RESUME_PREVIEW_7 {
   /* page-break-after: always; */
    page-break-inside: auto;

}


