@media screen and (max-width: 980px) {
    * {
        box-sizing: border-box;
    }
    body {
        -webkit-text-size-adjust: none;
    }
    .img {
        left: 13px;
        top: 280px;
        width: 50px;
        height: 50px;
    }
    .img img {
        width: 50px;
    }
    #counter {
        display: block;
        width: 60px;
    }
    dl {
        padding-bottom: 20px;
    }
    dl dt {
        margin: 10px;
    }
    dl dd {
        margin-left: 30px;
    }
    /* ==================== wrapper */
    #wrapper {
        font-size: 12px;
        padding: 0;
    }
    /* ==================== header */
    header {
    }
    /* ==================== footer */
    footer p {
        text-align: center;
    }
    /* ==================== #contents */
    #contents {
    }
    .content h1 {
        height: 39px;
        line-height: 39px;
        padding-left: 15px;
        font-size: 20px;
    }
    /* #contents > .content */
    .content article {
        padding: 0;
    }
    .content ol li p {
        font-size: 12px;
    }
    /* #contents > nav */
    #contents nav ul.menu {
        width: 80px;
        font-size: 12px;
    }
    #contents nav ul.menu li {
        padding: 12px 5px;
    }
    /* conferences > memories */
    .memoSwitch .memoShow {
        position: absolute;
        top: 11px;
        right: 5px;
        padding: 2px;
        font-size: 11px;
        line-height: 11px;
    }
    .memoSwitch .memoShow.active {
        border: 1px #fff solid;
        color: white;
    }
    /* .profile */
    .profile table {
        width: 100%;
    }
    .profile table td:nth-child(1) {
        background-color: rgba(20,30,20,0.2);
        width: 50px;
        text-align: center;
        padding: 10px 4px;
    }
    /* .papers */
    .abstWrapper {
        text-align: right;
        padding-right: 15px;
    }
    .abstText {
        margin: 5px 0 0 0;
        width: 100%;
    }
    /* .conferences */
    /* conferences > select lang */
    .selectConf {
        margin: 10px 0 0 10px;
    }
    /* .misc */
    .misc dl dt {
        margin: 10px;
    }
    .misc dl dt:first-child {
        margin: 10px;
    }
}
