/* LIST */
.comments-header {
	font-size: 18px;
	margin:    40px 0px 10px 0px;
}

.comments-nav {
    margin: 20px 0px -10px 0px;
}

.comments-nav .pager {
    float: left;
}

.comments-best {
	padding: 5px;
}

.comment-voted .full .info .vote,
.comments-best .comment .full .info .vote,
.comments-best .comment .full .info .hide,
.comments-best .comment .full .info .delete,
.comments-best .comment .reply .btn {
	visibility: hidden;
}

.comments-best .comment .full .info .vote {
    margin: 7px 1px 6px 6px;
}

.comments-best .comments-best-title {
    font-size:   18px;
    margin-left: 6px;
}

.comments-best .comment .full {
    margin-top: 10px;
}

.comment .avatar {
    float: left;

    background-size:   contain;
    background-repeat: no-repeat;

    /**
     * Graceful degradation for browsers that suck at resizing on-the-fly (IE<9).
     * I cant add it as conditional css in da head, so I use invalid css hack.
     */
    background-position: center center \9;

    height: 60px;
    width:  60px;

    margin-right: 10px;
}

.comment .avatar + .info {
    margin-left: 64px;
}

.comment .avatar + .info .username {
    margin-left: 0 !important;
}

.comment .full {
	margin-top: 20px;
}

.comment .short {
	margin-top: 10px;
}

.comment .short {
	display: none;
}

.comment .full {
	display: block;
}

.comment-sub .short {
	display: block;
}

.comment-sub .full {
	display: none;
}

.comment-child .full .info {

}

.comment .link {
	margin: 10px 0px 0px 0px;
}

.comment-sub .link {
	margin: 10px 0px 20px 0px !important;
}

.comment .full .info {
	height: 26px;
}

.comment .full .info .username {
	font-weight: bold;
	float: left;
	margin: 6px 12px 0px 6px;
}

.comment .full .info .time {
	font-size: 10px;
	border-bottom: none;

	float: left;

	margin: 8px 6px 0px 0px;
}

.comment .full .info .vote,
.comment .full .info .hide,
.comment .full .info .delete {
	margin: 7px 6px 6px 6px;
	float: right;
}

.comment .full .info .rating {
	font-weight: bold;
	float: right;
	margin: 6px 0px 6px 6px;
}

.comment .full .info .positive {
	color: green;
}

.comment .full .info .positive:before {
    content: "+";
}

.comment .full .info .negative {
	color: red;
}

.comment .full .info .neutral {
	color: gray;
}

.comment .full .text {
	margin:  3px 0px 0px 6px;
    padding: 0px 6px 0px 0px;
}

.comment-deleted .full .text {
	color: gray;
}

.comment .short .username {
	font-weight: bold;
}

.comment .short * {
    font-size: 90%;
}

.comment .short .time {
	border-bottom: none;
}

.comment .reply .btn {
	text-align: right;
}

.comment .link a,
.comment .reply .btn {
    font-size:  10px;
}

.comment-deleted .full .info {
    visibility: hidden;
}

.comment-deleted .full .info .hide {
    visibility: visible;
}

.comment-deleted .short {
	display: none;
}

.comment-deleted .reply .btn {
	visibility: hidden;
}

.comment-deleted .visible {
	display: block !important;
}

.comment_reply_form_hidden {
	display: none;
}

.comments-not-registered {
    font-size: 18px;
    margin:    40px 6px 40px 6px;
}

.clear {
	clear: both;
}

/* FORM */
.comment_reply_form {
    clear: both;
}

.comments-header a {
	text-decoration: none;
	border-bottom: 1px dashed;
}

.comment_reply_form .hidden {
	display: none;
}

.comment_reply_form form label, .comment_reply_form form input {
	display: block;
	width: 85px;
	float: left;
	margin-bottom: 3px;
}

.comment_reply_form form label {
	font-weight: bold;
	text-align: right;
	padding: 4px 20px 0px 0px;
}

.comment_reply_form form br {
	clear: left;
}

.comment_reply_form form input {
	width: 300px;
}

.comment_reply_form form input#captcha {
	width: 150px;
}

.comment_reply_form form textarea {
	width: 100%;
}

.comment_reply_form form .anonym_resp {
	float: left;
	margin-left: 20px;
}

.comment_reply_form form .anonym_resp label {
	font-weight: normal;
	text-align:  left;
	width:       150px;
}

.comment_reply_form form input.auth {
	border:  0px;
	padding: 4px 0px 0px 0px;
	margin:  0px 1px 3px 3px;

	background-color: white;
	color:            black;
}

.comment_reply_form form input.anon {
	border-width: 2px;
	margin:  0px 0px 0px 0px;
}

.comment_reply_form form input.submit {
	margin: 15px 10px 10px 0px;
	width:  85px;
}

.comment_reply_form form input#anonymous {
	width: 20px;
}

/** LAST COMMENT **/

.comment-last-comment > .comments-title {
    font-weight: bold;
}
