body{
    font-family: Arial, Helvetica, sans-serif;
    padding: 100px;
    padding-top: 20px;
    line-height: 1.32;
    direction: ltr;
}
.logo-start-session {
    /* original width: 200px;*/
	width: 150px;
	height: 50px;
    padding-top: 10px;
	padding-bottom: 0px;
}
.title-terms{
    text-align: left;
    padding-left: 100px;
}
.table1 {
    width: 60%;
    margin: 0 auto;
    margin-top: 16px;
}
tr{
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
table {
    display: table;
    border-collapse: collapse;
    box-sizing: border-box;
    border-spacing: 2px;
    border-color: grey;
    margin: 0;
    padding: 0;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.table1 tr td, .table2 tr td, .table3 tr td, .table4 tr td {
    border: 1px solid #000;
}
.navyblue {
    color: #fff;
    background-color: #365f91;
    font-weight: bold;
}
th, td {
    padding: 5px;
}
td {
    vertical-align: top;
}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 20px;
}
dl, dt, dd, ul, ol, li, p, table, th, td, form, fieldset, legend, textarea, input, select, textarea, button, figure, figcaption {
    margin: 5px;
    padding: 0;
}