@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,700;1,400&display=swap');

.contents {
    align: center;
    margin: 0 auto;
    margin-top: 30px;
    max-width: 800px;
    font-size: 15pt;
    font-family: 'EB Garamond', serif;
}

.t {
    text-align: center;
    font-family: 'EB Garamond', serif;
    color: red;
}

a, a:visited{
    color: red;
    text-decoration: none;
}

a:hover {
    color: red;
    background-color: #eee;
    border-bottom: solid 1px red;
}

.sc {
    margin-top: 20px;
    margin-bottom: 25px;
    padding-top: 10px;
    border-top: dashed;
    border-width: 2px;
}

.sc-t {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 120%;
    font-style: bold;
}

.intro {
    overflow: hidden;
}

.intro-side-sec {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.intro-ph {
    width: 100%;
    border-radius: 5%;
}

@media (min-width: 600px) {
    .intro {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .intro-side-sec {
        width: 30%;
        margin-right: 15px;
    }
    .intro-txt {
        width: 70%;
        text-align: justify;
        text-justify: inter-word;
    }
}


.bl li {
    margin-top: 5px;
    margin-bottom: 25px;
}

.bl {
    list-style-type: none;
    margin-left: 15px;
    padding-left: 0;
}

.sub-li,.pt-by {
    margin-top: 2px;
    margin-left: 10px;
    font-size: 80%;
}

.pt-me {
    font-weight: bold;
}

.ct {
    font-size: 65%;
}

dt {
    font-weight: bold;
}

dd {
    margin-top: 5px;
    margin-bottom: 10px;
}

.header-notes {
    font-size: 70%;
    font-weight: normal;
}

p {
    margin-bottom: 4px;
    margin-top: 4px;
}

.pt-rc-list {
    display: block;
    margin-left: 4px;
}

.pt-rc {
    font-size: 60%;
    vertical-align: super;
}

.pt-rc:hover {
    border: none;
}

.pt-venue {
    font-size: 80%;
}

.pt-venue-name {
    font-style: italic;
}

.pname {
    font-style: italic;
}

.pt-item-notes {
    font-size: 70%;
}

.pt-item-date {
    font-weight: bold;
}

.pt-item-date {
    text-align: center;
    margin-top: 10pt;
    margin-bottom: 10pt;
}

.capstone-name {
    font-variant: small-caps;
}

.news-latest {
    font-weight: bold;
}

.link-bar {
    margin-bottom: 10px;
    font-size: 70%;
}

@media (min-width: 600px) {
    .pt-item-date {
        margin-left: 0pt;
        margin-top: auto;
        margin-bottom: auto;
        margin-right: 10pt;
        width: 20%;
    }

    .pt-item-talk {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .pt-item-body {
        width: 80%;
    }
}
