/* Tabela for certificates */
h2.favn-table-certificates-title {
padding: 8px 20px;
margin-top: 40px;
margin-bottom: 0;
text-align: center;
background-color: var(--color-primary);
color: var(--color-white);
}
table {
border: none;
border-spacing: 0;
border-bottom: 4px solid var(--color-primary);
}
body > table {
width: 100%;
}
table tr:nth-child(even) {
background-color: var(--color-white-gray);
}
table td {
border: none;
padding: 8px 20px;
}
.grapf-holder table td {
border-bottom: none;
border-right: none;
border-left: none;
border-width: thin;
}
.favn-tabela-subtitle {
width: 100%;
margin-top: 40px;
font-weight: bold;
color: var(--color-white);
background-color: var(--color-primary);
}
table.grapf-table {
margin: 10px 0;
float: left;
width: 100%;
}
.legend > table {
right: 150px !important;
top: 0px !important;
left: auto !important;
}
table.grapf-table td {
border-width: thin;
}
table.grapf-table th {
padding: 8px 20px;
text-align: left;
background: #CCC;
}
table.pdf-table > tbody > tr > td {
width: 50%;
}
.grapf-td {
padding: 10px 20px 30px 10px;
border-right: 1px solid #CCC;
}
.grapf-holder {
height: 170px;
width: 100%;
float: left;
}
.legend > div {
background: none !important;
}
.border-right {
border-right: 1px solid #CCC;
}