/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017/5/10, 下午 01:28:18
    Author     : Daniel
*/

.curationcomments .comment {
    margin-bottom: 15px;
    padding: 0;
    clear: both;
    overflow: hidden;
}

.curationComment {
    margin:50px auto 0px;
    width:600px;
    font-size:13px;
}

#CurationContainer .gemini-answer-wrap {
    max-width: 760px;
    margin: 15px auto;
}

@media screen and (max-device-width: 480px) {
    .curationComment {
        margin:30px auto 0px;
        width:100%;
    }
}
