#comments-container .comment-body {
    margin-left: 100px !important;
    margin-top: 12px !important;
    min-height: 110px;
    padding: 6px;
}

#comments-container {
  display: inline-block;
  margin-left: 1rem;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 1rem;
}

#comments-container .comment-author img.gravatar {
    height: auto;
    width: auto;
    margin-left: 1rem;
}

#comment-form {
    clear:both;
    line-height: 1em;
    max-width: 500px;
    padding-top: 1em;
}

#comment-form div {
    display: flex;
    margin-top: 1rem;
}

@media screen and (max-width: 700px) {
    #comment-form div {
      display: block;
      margin-top: 0;
    }
}

#comment-form div.commenting-field {
    display: block;
    margin-top: 0;
}

#comment-form div.g-recaptcha {
    display: block;
    margin-top: 0;
}

#comment-form div.g-recaptcha > div {
    width: 150px !important;
    height: 40px !important;
}

#comment-form div.g-recaptcha div {
    display: block;
    margin-top: 0;
}

#comment-form div.g-recaptcha div iframe {
    transform:scale(0.5);
    -webkit-transform:scale(0.5);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}

#comment-form div #submit {
  margin-left: 0.5rem;
}

#comment-form .mce-tinymce button {
        background: none;
        margin: 0;
        text-transform: none;
}

#comment-form .mce-tinymce [aria-haspopup="true"]:after {
        content: none;
}

#comment-form #submit {
    clear: both;
    display: block; 
}

.comments h2 {
    font-size: 1.35rem;
    font-weight: bold;
    margin-top: 0.5rem;
}

.commenting-field {
    margin-bottom: 1em;
    width: 33%;
    float: left;
}

.commenting-explanation {
    margin: 1em 0;
}

.commenting-field label, .commenting-field input {
    *display: inline-block !important;
    vertical-align: middle;
}

.commenting-field label {
    *width: 40%;
    font-weight: bold;
    margin: 0;
}

.commenting-field label[for="captcha"] {
    width: 100%;
}

.commenting-field input[type="text"] {
    *width: 58%;
    width: 90%;
    margin: 0;
}

div#comments-container div.comment-children {
    *padding-left: 2rem;
    *clear: both;
    *border-left: 1px solid #ccc;
    margin-left: 18px !important;
}

div.comment {
	margin-left: 12px;
	margin-top: 3px;
	margin-bottom: 6px;
	clear: both;
	min-height: 80px;
	width: 60%;
	min-width: 400px;
}

div.comment-author {
	float: left;	
	margin-right: 6px;
	width: 100px;
}

.comment.flagged {
    border: 3px solid pink;
}
div.comment-flagged {
    background-color: pink;
}


div.comment-body p {
	font-size: 1em;
}

.comment-reply {
	cursor: pointer;
	float: right;
}


.comment.flagged .unflagged-alert {
    display: none;
}

.action-links {
	float: right;
    margin-top: .5rem;
}

.action-links .action {
    margin-left: 1rem;
} 

p.comment-author-name {
	margin: 0;	
}

div.success {
    *font-size: 1.8em;
    background-color: rgb(186, 228, 148);
}

div.error {
    background-color: rgb(240, 198, 198);
}

a.mceButton {
	overflow: inherit;	
}

.flagged-alert {
    display: none;
    background-color: pink;
    padding: .25rem;
}

.flagged .flagged-alert {
    display: inline-block;
}

.flagged .unflagged-alert {
    display: none;
}

.flagged > .action-links .flag-action .green,
.flag-action .red {
    display: none;
}
span.comment-flag, span.comment-unflag {
    padding-left: 6px;
    cursor: pointer;
}

a.mceButton {
	overflow: inherit;

}

.flagged > .action-links .flag-action .red,
.flag-action .green {
    display: inline-block;
}