/* CSS Document */

.file-custom:after {
    content: attr(data-content);
}

#transportarray tr:nth-of-type(1){
	font-weight:700;
}

#transportarray tr:nth-of-type(2n){
	background:#cfd8de;
}
#transportarray td{
	padding:5px;
}