2021-12-13 07:23:44 +00:00
|
|
|
.grid-block {
|
|
|
|
font-size: 1.2em
|
|
|
|
}
|
|
|
|
|
2022-06-13 09:03:11 +00:00
|
|
|
.signature {
|
|
|
|
margin-top: 100px
|
2021-12-13 07:23:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.signature img {
|
|
|
|
width: 400px
|
|
|
|
}
|
|
|
|
|
|
|
|
.signature table {
|
|
|
|
width: 100%;
|
|
|
|
font-size: inherit;
|
|
|
|
border-collapse: separate;
|
|
|
|
border-spacing: 0 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.signature table tr > td:first-child {
|
|
|
|
width: 50%
|
|
|
|
}
|
|
|
|
|
|
|
|
.signature table tr > td:last-child {
|
|
|
|
border-bottom: 1px dashed #CCC
|
|
|
|
}
|