*{
    text-align: center;
    margin:auto;
}
.item{
    min-height:60px;
    width:90%;
    max-width: 700px;
    margin-bottom: 0.2em;
    padding: 5px;
    border-radius: 8px;
}
.item div,.item textarea{
    text-align: left;
    width: 100%;

}
.item .come{
    font-size:15px;
}
.res{
    min-height: 30px;
    padding-left: 1em;
}
.come span{
    font-size:11px;
}
.link{
    font-size:20px;
}
.link a:hover{
}