/* PRINT LICENSE */

#printLicensePage
{
   font-family: Arial, Helvetica, sans-serif;
   font-size:9pt;
   width: 8.5in;
}

div[id=printLicensePage] table
{
   border-collapse: collapse;
}
div[id=printLicensePage] table td
{
   
   vertical-align:top;
   border-collapse: collapse;
}

table[id=license] > tbody > tr > td
{
   
   border: solid black 3px;
}
table[class=innerTable]
{
   width:100%;
   padding:0px;
   margin:0px;
}
table[class=innerTable] > tbody > tr > td
{
   padding:5px;

}
#cityName
{
   padding-top:15px;
   text-align:center;
   font-weight:bold;
   font-size:18px;
}
#cityAddress1
{
   text-align:center;
   padding:0px 0px 0px 5px;
}
#cityAddress2
{
   text-align:center;
   padding:0px 0px 15px 5px;
   border-bottom: solid black 1px;
}
#editableText
{
   font-weight:bold;
   text-align:center;
}
#addressAndText
{
   width:30%;
}
#licenseInfo1
{
   width:20%;
}
#licenseInfo2
{
   width:20%;
}
#seal
{
   vertical-align:middle;
   width:30%;
}
#sealImg
{
   vertical-align:center;
   display:block;
   margin:auto;
   height: auto;
   width: 60%;
   align:center;
   
}
.infoAndFeeRow
{
   width:50%;
}

.data
{
   font-weight:bold;
   border-bottom: solid black 1px;
}
.dataLast
{
   font-weight:bold;
}
.datab
{
   text-align:center;
   font-weight:bold;
   border-bottom: solid black 1px;
}
.dataLastb
{
   text-align:center;
   font-weight:bold;
}
#heading
{
   padding:5px;
   background-color: #bcbcbc;
}
#licenseHeadingText
{
   display:inline-block;
   width:58%;
   font-size:18px;
}
#subheadingText
{
   display:block;
   text-align:center;
   font-weight:bold;
   font-size:12px;
}
#licenseNoText
{
   display:inline-block;
   width:42%;
   font-weight:bold;
   font-size:18px;
}
.feeTblDesc
{
   width:75%;
   padding:4px;
}
.feeTblAmt
{
   width:25%;
   padding:4px;
}
#feeTblDescTotal
{
   font-weight:bold;
   width:75%;
   padding:4px;
}
#feeTblAmtTotal
{
   font-weight:bold;
   width:25%;
   padding:4px;
}
.inspectionDesc
{
   padding:10px 0px 10px 15px !important;
}
#signatureRow
{
   padding:3px;
}