#content-header {
    position: relative;
    padding: 50px 0px;
    width: 100%;
    margin-top: 30px;
    background-color: var(--thi-color);
}

#content-title {
    width: 60%;
    color: whitesmoke;
    font-size: 24px;
    margin: 0px 20% 30px 20%;
}

#content-img {
    width: 60%;
    height: auto;
    margin-left: 20%;
}

#content-section {
    padding: 50px 0px;
    height: auto;
    width: 80%;
    margin: 20px 0px 50px 10%;
    background-color: var(--thi-color);
}

#content-body {
    display: inline-block;
    height: auto;
    min-height: 100px;
    width: 90%;
    margin-left: 5%;
    top: 50px;
    font-size: 16px;
    color: whitesmoke;
    overflow: hidden;
}

#content-date {
    color: lightgray;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 20%;
}

#content-download {
    font-size: 18px;
    margin: 20px 20% 30px 20%;
    font-weight: bold;
    text-decoration: none !important;
}

#content-author {
    color: darkgray;
    font-size: 17px;
    margin: 0px 20%;
    font-weight: bold;
}

#content-download-bottom {
    position: relative;
    display: inline-block;
    font-size: 18px;
    margin: 30px;
    font-weight: bold;
    text-decoration: none !important;
}

.comment {
    color: lightgray;
    background-color: var(--sec-color);
    width: 95%;
    margin-left: 2.5%;
    margin-top: 80px;
    display: inline-block;
}

    .comment p {
        margin-top: 0px;
        margin-bottom: 0px;
    }

.comment-replay {
    color: lightgray;
    background-color: var(--base-color);
    width: 90%;
    margin-left: 5%;
    margin-top: 10px;
    display: inline-block;
}

    .comment-replay p {
        margin-top: 0px;
        margin-bottom: 0px;
    }

.comment-content {
    margin: 10px 5px;
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

#emailinput {
    border-radius: 5px;
    height: 35px;
    width: 90%;
    margin-top: 10px;
    margin-left: 5%;
    margin-bottom: 10px;
    color: whitesmoke;
    padding-left: 10px;
    border: 1px solid #555;
    background: url(../../image/email.png) no-repeat scroll 325px 6px;
    background-size: 20px;
    font-family: yekan;
}

#nameinput {
    border-radius: 5px;
    height: 35px;
    width: 90%;
    margin-top: 10px;
    margin-left: 5%;
    margin-bottom: 20px;
    color: whitesmoke;
    padding-left: 10px;
    border: 1px solid #555;
    background-color: transparent;
    background-size: 20px;
    font-family: yekan;
}

#message {
    border-radius: 5px;
    height: 200px;
    width: 90%;
    resize: none;
    margin-left: 5%;
    margin-bottom: 20px;
    color: whitesmoke;
    padding-left: 10px;
    border: 1px solid #555;
    background-color: var(--thi-color);
    font-family: yekan;
}

#submitbtn {
    width: 30%;
    height: 28px;
    margin-top: 35px;
    font-size: 14px;
    margin-left: 35%;
    background-color: green;
    border-width: 0px;
    font-family: yekan;
}

    #submitbtn:hover {
        transform: scale(0.9);
    }

#comment-title {
    color: whitesmoke;
    margin: 0px 2%;
    font-size: 19px;
}

#comment-link {
    color: whitesmoke;
    margin: 0px 3%;
    font-size: 16px;
}

#comment_title {
    color: lightgray;
    margin: 0px 20px;
    font-weight: bold;
}

#reply_title {
    color: lightgray;
    margin: 0px 20px;
    font-weight: bold;
}

.block-section {
    width: 80%;
    height: auto;
    min-height: 130px;
    background-color: var(--thi-color);
    margin: 20px 10%;
    overflow: hidden;
}

#cdowbtn {
    position: relative;
    display: flex;
    width: 120px;
    height: 30px;
    font-weight: bold;
    font-size: 13px;
    border-radius: 3px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    background-color: var(--ad-color);
    margin: 5px 6% 10px 6%;
}

.ad-text {
    font-size: 18px;
    color: var(--ad-color);
}

#giftbox {
    width: 60px;
    height: 60px;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 100px;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 100px;
        opacity: 1
    }
}

@media screen and (max-width: 900px) {
    #content-section {
        width: 94%;
        margin-left: 3%;
    }

    #content-title {
        width: 94%;
        margin-left: 3%;
    }

    #content-img {
        width: 94%;
        margin-left: 3%;
    }

    #content-body {
        width: 94%;
        margin-left: 3%;
    }

    #content-date {
        margin: 10px 3%;
    }

    #content-download {
        margin-left: 3%;
    }

    #content-author {
        margin: 0px 3%;
    }
    
    .block-section {
        width: 94%;
        margin-left: 3%;
        margin-top: 20px;
        margin-bottom: 0;
    }
}
