﻿@page {
    size: A4;
    margin:50px 20px;
}
body {
    font-family: "細明體";
    background-color: #ffffff;
    padding:0 10px;
    /*width: 670px;*/
	width: 720px;
    height: 100%;
    font-size: initial;
}


.PrintHeader {
    /*width: 670px;*/
	width: 720px;
    height: 55px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    padding-bottom: 2px;
    margin-bottom: 2px;
}

#Logo {
    float: left;
    width: 400px;
    font-family:"微軟正黑體";
    font-size:1.5em;
    font-weight:800;
    white-space: nowrap; 
}
.table{width:100%;}
#Time {
    float: right;
    text-align: right;
    font-size: 12px;
    position: relative;
    top: 40px;
    width: 210px
}

/*--- Button -- */
.printBar {
    width: 670px;
    margin-bottom: 8px;
    text-align:right;
}
.printBar input {
    display: inline;
}
.printBar label {
    color: #0033CC;
}
.printBarButton {
    font-family: "微軟正黑體";
    background-color: #B5D8FB;
    border: 1px solid #666666;
}
.PrintFooter {
    font-size: 12px;
    color: #666666;
    margin: 5px 0px;
    text-align: left;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #C0C0C0;
    padding-top: 4px;
}
@media print {
    .printBar {
        display: none;
    }
}


.text-con .text-title h2 {
    font-size:1em;
}
.breadcrumb, .btn-printer {
    display: none;
}

table tr{vertical-align:top;}
table th, table td {
    padding: 0.5em 0.2em;
    border-bottom: dotted 1px #d5d5d5;
}


.tab-edit th {
    /*white-space: normal;*/
    width: 5.5em;
}
/* 法規 */
.btnZone, .sr-only {
    display: none;
}
.well{margin-top:1.5em;}
dt{font-weight:800;}
