html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font: normal 16px / 24px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}

body {
    transition: background-color .5s;
}

.right-border>a {
    font-size: 12px;
    margin-left: 20px;
    color: rgb(44, 137, 224);
}

.container {
    border: none;
    box-shadow: 0px 0px 10px 0px gray;
    margin: auto;
    max-width: 1100px;
}

.inner {
    display: flex;
}

.center-box {
    border: none;
    margin: auto;
    width: 60%;
    min-height: 700px;
    margin-top: 10px;
    padding: 10px;
}

.title {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.under-title {
    text-align: center;
    color: #224c75;
    font-size: 14px;
}

.under-txt {
    color: #224c75;
    font-size: 14px;
    margin-top: 20px;
    line-height: 15px;
}

.title-cont {
    border: solid 1px #8b8d94;
    background-color: #dbdbdb;
    width: 100%;
    height: 40px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    text-align: center;
}

.S-no {
    border-right: solid 1px #8b8d94;
    width: 9%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.table-title,
.s-no {
    font-weight: bold;
    font-size: 14px;
    margin: auto;
    color: #333333;
}

.inform-cont {
    border: solid 1px #8b8d94;
    background-color: #ffffff;
    width: 100%;
    display: flex;
    border-top: none;
}

.n1 {
    border-right: solid 1px #8b8d94;
    width: 9.8%;
    text-align: center;
}

.n1-t {
    margin-top: 5px;
    font-weight: bold;
    color: #333333;
    font-size: 14px;
}

.right-border {
    border: none;
    float: right;
    width: 100%;
}

.right_text {
    line-height: 16px;
    width: 96%;
    margin: 5px 20px;
    color: #7a7a7a;
    font-size: 13.5px;
    font-weight: bolder;
}

.doi-link,
.materials,
.pages {
    margin: 3px 20px;
}

.doi_box {
    width: 40%;
    display: flex;
    margin-left: 20px;
}

.doi_logo {
    width: 15px;
    height: 15px;
    margin-top: 5px;
}

.doi {
    text-decoration: none;
    font-size: 13px;
    color: #3b8ced;
    margin-left: 5px;
}

.pages,
.materials {
    color: #7a7a7a;
    font-size: 14px;
}

.name {
    color: #7a7a7a;
    font-size: 14px;
    text-decoration: none;
}

.margin-name {
    margin-top: 3px;
    margin-left: 20px;
}

.resume {
    color: #055380;
    text-decoration: none;
    font-size: 14px;
}

.download {
    color: #3b8ced;
    text-decoration: none;
    font-size: 14px;
}

@media only screen and (max-width: 770px) {
    .inner {
        flex-direction: column;
    }
    .center-box {
        width: 90%;
    }
    .title-cont {
        flex-direction: column;
        height: auto;
    }
    .S-no {
        border-right: none;
    }
    .inform-cont {
        height: auto;
        flex-direction: column;
    }
    .n1 {
        width: auto;
        height: auto;
        border: none;
    }
}