/*print*/

* {
    font-family: sans-serif;

}

.title {
    visibility: visible;
    position: relative;
}

h2 {
    display: none;
}

h1 {
    text-align: left;
}

div:nth-child(2) {
    border: 0px #FFCC99 solid;
    background-color: ghostwhite;
    border-radius: 50px
}

footer {
    display: none;
}

img {
    width: 80%;
}

figcaption {
    display: none;
}

table {
    border: 0px;
    margin-top: 10px;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin-left: 60px;
    border-left: 4px solid black;

}

td,
tr {
    border: 0px grey dotted;
    text-align: left;
}

th {
    text-align: left;
    padding: 0px;
    padding-left: 20px;
}

.link {
    display: contents;
}
