﻿body{
    font-family:DFKai-SB;
}
.notetext{
   margin:0 150px;
}
.btnstyle{
    width:120px;
    height:50px;
    font-size:24px;
    font-weight:bold;
    margin:5px;
}
.inputtext{
    font-size:30px;
    font-weight:bold;
}
.inputbox{
    width:auto;
    min-width:200px;
    height:40px;
    font-size:30px;
}
.inputdatebox{
    width:auto;
    max-width:80px;
    height:40px;
    font-size:30px;
}
.errmsg{
    color:red;
    font-size:30px;
}
.msgTime{
    font-size:20px;
}
.nonumnote{
    color:black;
    font-size:30px;
    margin-right:150px;
    margin-left:150px;
    margin-top:20px;
    text-align:justify;
    font-weight:bold;

}
.normaltext{
    color:black;
    font-size:20px;
    text-align:center;
}
.normaltextsize{
    font-size:20px;
}
.resulttext{
    color:black;
    font-size:20px;
    text-align:left;
    line-height:35px;
}
.normallink{
    color:black;
    font-size:20px;
    text-align:center;
}
.btnprint {
    text-align: center;
    font-size: 30px;
}

.btndel {
    position:absolute;
    right:150px;    
    text-align: center;    
    font-size: 16px;
    margin-top:-25px;
}
.hasunderline{
    text-decoration:underline;
}
.lbltxtshift{
    padding-left:100px;    
}
.numbertext{
    font-size: 30px;        
}
.btnpad{
    margin:5px;
}


@media print
{
    .notetext {
        margin: 0;
    }
    .resulttext {
        font-size: 16px;
        text-align: left;
        line-height:0;
    }
    .ph3{
        font-size: 16px;        
    }
    .ptxtl{
        font-size: 20px;        
        line-height:30px;
    }    
    .btnprint{
        visibility:hidden;
    }
    .hideprint{
        visibility:hidden;        
    }
    .printH1{
        font-size: 22px;
        
    }
    .printHops{
        font-size: 26px;
        color:red;
    }
    .printPal{
        padding-top:-30px;        
    }    
    .hideprintbtn{
        max-height:1px;
        visibility:hidden;
    }
}