#metod {
  padding: 1rem;
  margin: 1rem;
  border-style: solid;
  border-width: 0.2rem;
  border-color: var(--imr-light-blue);
  border-radius: 0.5rem;
}

#metod table {
    margin: 1rem;
}

.metod_text {
    text-indent: 1.5rem;
    line-height: 1.5rem;
	text-align: justify;
}

.warning {
    margin: 0 15%;
    padding: 1rem;
    background-color: var(--imr-light-blue); 
    font-weight: bold;
    color: white;
}

.warning ul,
.warning li {
    background-color: var(--imr-light-blue); 
    font-weight: bold;
    color: white;
    text-indent: 0;
}

.metod_text > p {
  margin-top: 1rem;

}

.tab1_col1 {
    padding: 0 0.5rem;
    background-color: var(--imr-light-blue);
    color: white;
    vertical-align: top;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}

.block1 {
    background-color: var(--imr-light-blue);
    color: white;
    border-style: solid;
    border-width: 0.2rem;
    border-color: var(--imr-blue);
    border-radius: 0.5rem;
}

/* DivTable */
.block1 .divTable{
	display: table;
	width: 100%;
    text-indent: 0;
}
.block1 .divTableRow {
	display: table-row;
}
.block1 .divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.block1 .divTableCell, 
.block1 .divTableHead {
	border: 1px solid black;
	display: table-cell;
	padding: 3px 10px;
}
.block1 .divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.block1 .divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.block1 .divTableBody {
	display: table-row-group;
}