@charset "UTF-8";

#commentform input.submit {
  width: 100% !important;
  background: #555 !important;
  color: #fff !important;
  padding: 15px 0;
}

#commentform input#author {
  width: 100% !important;
  max-width: 100% !important;
}

.comment-info > .admin > cite {
  font-weight: bold !important;
  font-style: normal;
  color:green;
}
.comment-info > .comment-datetime {
  font-size: 80%;
  color:#999;
}
.comment-info > .comment-re {
  display: inline-block;
  position:relative;
  top:-3px;
}
#res-popup-container > div > div > .comment-info > .comment-re {
  display: none;
}

.comment-info > .comment-edit ,
.comment-info > .comment-reply ,
.comment-info > .comment-id {
  display: none;
}
.comment-re > a {
  display: inline-block;
  background: #e6e6e6;
  margin : 0 0 0 5px;
  padding: 4px 7px 3px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: normal;
  color: #000;
  -webkit-box-shadow: 0 3px 0 #cacaca;
  -moz-box-shadow: 0 3px 0 #cacaca;
  box-shadow: 0 3px 0 #cacaca;
  text-decoration:none !important;
}

.comment-re > a:hover {
  -webkit-transform: translate3d(0px,3px,0);
  -moz-transform: translate3d(0px,3px,0);
  transform: translate3d(0px,3px,0);
  transition-duration: 0.4s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.res-anchor {
    color: #336699;
    text-decoration: underline;
}
.res-popup-content {
    background: #f5f5f5;
    border: 1px solid #c0c0c0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    display: none;
    font-size: 90%;
    padding: 1em;
    position: absolute;
    z-index: 10;
}
.res-popup-on {
	display: block;
}
