#textareaBatchList{	
	height:170px;
}

.table>tbody>tr>td{    
    vertical-align: middle;    
}

#qrBatchExplanation
{
	font-size: 20px;
}
#qrBatchExplanationDetail
{
	font-size: 15px;
}
#downloadAllZipFile{
	padding-top:35px;
	padding-bottom:35px;
	text-align: center;
}

table {
    table-layout: fixed;
    }

table td {
    word-wrap: break-word;         /* All browsers since IE 5.5+ */
    overflow-wrap: break-word;     /* Renamed property in CSS3 draft spec */
    text-align: center;
}