
input.pubMedIDBatch{
margin-left:10px;
margin-right:15px;
width:100px;
}

input.protocolBatch{
margin-left:10px;
margin-right:10px;
width:100px;
}

input.keywordsBatch{
margin-left:10px;
margin-right:10px;
width:100px;
}

input.w250 {
  width:250px;
}

div.pubMedIDBatch{
width:85px;
display: inline-block;
border-style:solid;
border-width:1px;
padding-left:3px;
vertical-align:top;
word-wrap: break-word;
margin-bottom:3px;
}

div.pubMedIDBatchLabel{
width:85px;
display: inline-block;
font-weight:bold;
vertical-align:top;
padding-left:3px;
}

div.protocolBatch{
margin-left:5px;
width:200px;
display: inline-block;
border-style:solid;
border-width:1px;
word-wrap: break-word;
padding-left:3px;
vertical-align:top;
margin-bottom:3px;
}

div.protocolBatchLabel{
margin-left:5px;
width:200px;
display: inline-block;
font-weight:bold;
vertical-align:top;
padding-left:3px;
}

div.keywordsBatch{
margin-left:5px;
width:200px;
display: inline-block;
border-style:solid;
border-width:1px;
word-wrap: break-word;
padding-left:3px;
vertical-align:top;
margin-bottom:3px;
}

div.keywordsBatchLabel{
margin-left:5px;
width:200px;
display: inline-block;
font-weight:bold;
vertical-align:top;
padding-left:3px;
}

div.resultBatch{
 margin-left:5px;
width:450px;
display: inline-block;
word-wrap: break-word;
border-style:solid;
border-width:1px;
padding-left:3px;
margin-bottom:3px;
}

div.resultsBatchLabel{
margin-left:5px;
width:450px;
display: inline-block;
font-weight:bold;
vertical-align:top;
padding-left:3px;
}

div.outerDivBatch{
margin-bottom:3px;
display:flex;
align-items:top; 
}

div.lineNumberBatch{
float:left;
width:30px;font-weight:bold;
text-align:center;
margin-top:3px;
}

div.lineNumberBatchResult{
display: inline-block;
width:30px;
font-weight:bold;
text-align:center;
vertical-align:top;
}

/* ===== Results table styles here ======== */

table.batchResultsTable{
width:100%;
border-collapse:collapse;
border-style:solid;
border-width:1px;
} 


table.batchResultsTable th.lineNumberBatchResult{
  width:30px;font-weight:bold;
  text-align:left;
  vertical-align:top;
}

div.bold{
    font-weight:bold;
}

table.preview {
   border-collapse: collapse;
}

table.preview td {
   border: 1px solid black;
   padding-top:2px;
   padding-bottom:2px;
   padding-left:4px;
   padding-right:4px;
}

table.preview tr {
    text-align:center;
}

div.formatExcel {
    margin-left:20px;
    margin-top:15px;
    margin-bottom:15px;
}

table.formatExcel {
   border-collapse: collapse;
   margin-left:40px;
}

table.formatExcel td {
   border: 1px solid black;
   /* padding-right:5px; */
}

table.formatExcel td.lightGray {
  background-color:lightgray;
}

table.formatExcel td.center {
  text-align:center;
}

table.formatExcel td.w20 {
  width:20px;
}

table.formatExcel td.w120 {
  width:120px;
}

table.formatExcel td.w250 {
  width:250px;
}

table.formatExcel td.bodyCellLeft {
  text-align:left;
  padding-left:3px;
}

table.formatExcel td.bodyCellRight {
  text-align:right;
  padding-right:3px;
}

div.resultHeaderLabel{
margin-left:15px;
/* margin-top:10px; */
margin-bottom:15px;
font-weight:bold;
}

