You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
501 B
23 lines
501 B
@media print{@page{margin:.5cm;}
|
|
#print {
|
|
width:92%;
|
|
margin-top:50px;
|
|
margin-left:40px;
|
|
}
|
|
#print ,#print td,#print tr {
|
|
|
|
border: 1px solid #d3d3d3;
|
|
text-align:center;
|
|
}
|
|
#print th {
|
|
height:35px;
|
|
border: 1px solid #d3d3d3;
|
|
font-weight: bold;
|
|
font-size: 15px;
|
|
text-align:center;
|
|
}
|
|
#print td {
|
|
height:30px;
|
|
font-size: 15px;
|
|
text-align:center;
|
|
}
|