#nav {
    position: relative;
    padding: 20px;
    text-align: right;
    height: 70px;
}
#nav button {
    margin-left: 10px;
}
#data {
    text-align: center;
}
table table {
    font-size: small;
}
table.main {
    width: 10cm !important;
    border: 1px solid;
    font-size: small;
    margin-bottom: 10px;
}
table.main table{
    width: 100% !important;
}
tr.bottom > td {
    border-bottom: 1px solid;
}
td {
    width: 25%;
    text-align: left;
    padding: 0px !important;
    padding-bottom: 4px !important;
    padding-top: 3px !important;
}
td:first-child {
    padding-left: 10px !important;
}
td:last-child {
    padding-right: 10px !important;
}
td.nopadding {
    padding: 0px !important;
}
td.dotted {
    border-bottom: dotted;
    border-bottom-width: 1px;
    border-bottom-color: black;
    height: 50px !important;
}
td.size1 {
    width: 20% !important;
}
td.size2 {
    width: 30% !important;
}
td.size3 {
    width: 10% !important;
}
td.size4 {
    width: 40% !important;
}
td.size5 {
    width: 5% !important;
}
.signature {
    display: none;
}
.payroll {
    margin-left: 20px;
    margin-right: 20px;
}
.empno {
    position: relative;
    left: -75px;
}
.form-inline {
    margin-top: 20px;
    padding-left: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.form-group {
    margin-right: 20px;
}
#year {
    width: 75px;
}
.tableBanner{
    height: 129px;
}
.tableBanner td{
    padding: 0px !important;
    width: auto;
}
.tableBanner img{
    float: left;
    margin-left: 2px;
}
@media print {
    @page {
        size: 5.5in 8.5in;  /* width height */
    }
    input, .buttonset, #back, #menu, #nav, form, #print, .pageTitle, .tableBanner {
        display: none !important;
    }
    .signature {
        display: table-row !important;
    }
    table.main {
        float: left;
        margin-left: 10px;
    }
}
.userInfo {
    text-align: right;
}
.errorMsg {
    text-align: center;
}
.glyphicon {
    line-height: 1.42857143 !important;
}
option:disabled {
    color: #DDDDDD;
}
h4 {
    display: inline;
    font-weight: bold;
    margin: 0px;
    position: relative;
    left: 31px;
}
.headding {
    text-align: center;
}
.date {
    float: right;
    position: relative;
    top: 2px;
    left: -30px;
}