﻿#dimodeComment .cantWrite {
    padding: 20px;
    text-align: center;
    background: #FCFCFC;
    margin-bottom: 20px;
    font-size: 20px;
    color: #a3a3a3;
}

#dimodeComment .comment-list {
    border-top: 1px solid #eee;
    padding: 0 0;
    margin: 0 0 30px 0;
}

    #dimodeComment .comment-list .each-comment {
        position: relative;
        padding: 21px;
        border-bottom: 1px solid #eee;
    }

        #dimodeComment .comment-list .each-comment .list-writer {
            margin-bottom: 15px;
        }

            #dimodeComment .comment-list .each-comment .list-writer b {
                margin-right: 3px;
            }

            #dimodeComment .comment-list .each-comment .list-writer span {
                font-size: 12px;
            }

        #dimodeComment .comment-list .each-comment .list-content {
            white-space: pre-line;
        }

        #dimodeComment .comment-list .each-comment .comment-actions {
            position: absolute;
            top: 17px;
            right: 16px;
        }

            #dimodeComment .comment-list .each-comment .comment-actions a {
                cursor: pointer;
            }

#dimodeComment form.write-form {
    background: #FCFCFC;
    border: 1px solid #eee;
    display: inline-block;
    padding: 21px 12px;
    width: 100%;
}

    #dimodeComment form.write-form .write-writer {
        padding-top: 8px;
        padding-bottom: 8px;
    }

        #dimodeComment form.write-form .write-writer .writer {
            font-weight: 600;
            margin-bottom: 4px;
        }

        #dimodeComment form.write-form .write-writer .date {
            font-size: 12px;
        }

    #dimodeComment form.write-form .write-content textarea {
        font-size: 14px;
        padding: 7px;
        max-width: 100%;
        margin-bottom: 4px;
    }

    #dimodeComment form.write-form .write-button button {
        font-size: 13px;
        border-radius: 2px;
        padding: 27px 0;
        width: 100%;
    }

@media(max-width:767px) {
    #dimodeComment form.write-form .write-button button {
        padding: 10px 0;
    }
}