
body {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 980px) {
  body {
    padding-right: 0;
    padding-left: 0;
  }
}

div.one-comment {
    border-bottom: 1px solid #ababab;
    margin-bottom: 14px;
}

div.one-comment > p > a {
    float: right;
    border-radius: 4px;
    border: 2px solid #ff9f1c;
    color: #ff9f1c;
    padding: 8px;
    margin: 8px;
    font-size: 14px;
    opacity: 100%;
}

div.one-comment > p > a:hover {
    background-color: #ffbf69;
    color: #fff;
}

div.one-comment > div {
    border-bottom: 1px solid #ababab;
    margin-bottom: 10px;
}

div.one-comment > p {
    margin-bottom: 30px;
}

div.zp-author-info {
    min-height: 80px;
    border: 1px solid #00a9fc;
    border-radius: 4px;
    background-color: #eeeeee;
    margin-top: 4px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 4px !important;
    padding: 12px !important;
}

.zp-author-info > p > em {
    font-weight: bold;
    width: 100px;
    float: left;
}
.zp-author-info > p > span {
    width: 200px;
    float: left;
}