.content {
    font-family: "Calibri", "sans-serif";
    margin-top: 100px;
    font-size: 8pt;
    text-align: center;
    line-height: 115%;
}

.links {
    margin-top: 40px;
}

.eped-logo {
    height:80px;
}

h1 {
    font-size: 12pt;
    margin: 16px;
    font-weight: normal;
}

h4 {
    margin-top: 15px;
    margin-bottom: 0px;
}

h5 {
    margin-bottom: 0px;
}

.text-link{
    font-size: 12pt;
}

.emphasis {
}

th {
    text-align: left;
}

.date_column {
    width: 120px;
}

.date_column_2 {
    width: 80px;
}

a {
    color: blue;
}

table.style2 {
    border: 1px solid black;
}

table.style2 th {
    border: 1px solid black;
}

table.style2 td {
    border: 1px solid black;
}

table.style3 {
    border-collapse:collapse;
    table-layout:fixed;
    width:1000px;
}

table.style3 tr.bottom-border {
    border-bottom: 1px solid black;
}

table.style3 tr.bottom-border th.box {
    width: 20px;
}

table.style3 tr.bottom-border2 {
    border-bottom: 1px solid grey;
}

table.style3 tr.bottom-border2 td.empty {
    width: 30px;
}

table.style3 tr.bottom-border2 td.box {
    width: 20px;
    vertical-align:top;
}

table.style3 tr.bottom-border2 td.management {
    width: 950px;
}

table.style4 {
    border-collapse:collapse;
    table-layout:fixed;
    width:1000px;
}

table.style4 tr th.version_col {
    width: 80px;
}

table.style4 tr th.date_col {
    width: 100px;
}

table.style4 tr th.comment_col {
    width: 820px;
}

table.style4 tr td.version_col {
    width: 80px;
}

table.style4 tr td.date_col {
    width: 200px;
}

table.style4 tr td.comment_col {
    width: 820px;
}