@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    background-color: #ffffff;
    font-size: 62.5%;
}

body {
    font-family: Barlow, sans-serif;
    font-size: 1.60rem;
    line-height: 2.20rem;
    color: rgb(0,0,0);
    font-weight: 400;
}

a:link, a:visited {
    font-family: Barlow, sans-serif;
    color: rgb(0,69,140);
    text-decoration: none;
    border-bottom: 2px rgb(0,0,0) dotted;
    font-weight: 400;
}

a:hover {
    font-family: Barlow, sans-serif;
    color: rgb(0,69,140);
    text-decoration: none;
    border-bottom: 2px rgb(0,0,0) dotted;
    font-weight: 600;
}

h1 {
    font-family: Barlow, sans-serif;
    font-size: 3.10rem;
    color: rgb(0,0,0);
    font-weight: 600;
}

h2 {
    font-family: Barlow, sans-serif;
    font-size: 3.10rem;
    color: rgb(0,0,0);
    font-weight: 600;
}

img {
    border: none;
}

.panel_with_padding {
    padding: 10px;
    border: 8px solid white;
}

.responsive_width {
    width: 400px;
    max-width: 100%;
}

.responsive_width_table {
    width: 40%;
    max-width: 100%;
    table-layout: fixed;
}

    .responsive_width_table td {
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
        max-width: 100%;
    }