@charset "UTF-8";

.Module.Disqus .hashover .hashover-inputs,
.Module.Disqus .hashover .hashover-header {
    border-radius: 5px 5px 0 0;
}

.Module.Disqus .hashover .hashover-submit,
.Module.Disqus .hashover .hashover-avatar-image *,
.Module.Disqus .hashover .hashover-avatar *,
.Module.Disqus .hashover .hashover-comment{
    border-radius: 5px;
}

.Module.Disqus .hashover .hashover-form-footer,
.Module.Disqus .hashover .hashover-reply > .hashover-balloon {
    border-radius: 0 0 5px 5px;
}

.Module.Disqus .hashover,
.Module.Disqus .hashover input,
.Module.Disqus .hashover textarea,
.Module.Disqus .hashover select {
    border-radius: unset;
}