#comments {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

#comments form {
    margin: 0 5px;
}

#comments .comment-item {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

#comments .comment-avatar {
    display: block;
    float: left;
    width: 48px;
    height: 48px;
    margin-top: 5px;
}

#comments .comment-btn {
    font-size: 13px;
    color: white;
    background: #018086;
    padding: 10px;
    -moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px; 
	border-radius:2px; 
    border: none;
    width: 100%;
    text-align: center;
    margin-right: -10px;
}

#comments .comment-content {
    display: block;
    margin-left: 70px;
    font-size: 15px;
    color: #3a3a3a;
}

#comments .comment-header ul, #comments .comment-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 5px;
}

#comments .comment-header ul li {
    display: inline;
}

#comments .comment-footer {
    margin-top: 8px;
}

#comments .comment-footer ul li {
    display: inline;
    margin-right: 10px;
}

.pen {
    display: inline-block;
    background: url(img/r2/pioro.png) no-repeat;
    width: 16px;
    height: 20px;
}

.comment-name {
    font-size: 14px;
    color: #9197A3
}

.comment-name b {
    color: #018086;
}

.comment-up {
    font-size: 12px;
}

.comment-down {
    font-size: 12px;
}

.comment-answer {
    color: #018086;
}

.comment-time {
    font-size: 12px;
    color: #9197A3;
    margin-left: 10px;
}

.comment-footer {
    font-size: 12px;
}

.comment-footer-left {
    display: block;
    width: 320px;
    float: left;
}

.comment-footer-right {
    display: block;
    width: 200px;
    float: right;
}

.comments-sub {
    display: block;
    margin-left: 70px;
    overflow: hidden;
    margin-bottom: 15px;
    padding-left: 10px;
}

.input-text {
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 10px;
    margin-right: -10px;
    margin-bottom: 10px;
}

.comment-text textarea {
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    margin-right: -10px;
}

.comment-header ul li {
    font-size: 12px;
    color: #a2a2a2;
    margin-right: 10px;
}

.comment-header img {
    position: relative;
    top: -3px;
    margin-right: 2px;
}

.kciukUp {
    fill: #D0D0D0;
    cursor: pointer;
}

.kciukDown {
    fill: #D0D0D0;
    cursor: pointer;
}

.kciukUp:hover {
    fill: #018086;
    color: #018086;
}

.kciukDown:hover {
    fill: #DE1F3D;
    color: #DE1F3D;
}

.comment-footer a:hover {
    text-decoration: none;
}

#comments .inline {
    display: inline-block;
    vertical-align: top;
}

.uitemComments .comment-item {
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E5E5;
}

.odpowiedz-box {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

/** KOMENTARZE **/

#comments {
    padding: 10px;
}

.uitemComments {
    padding: 10px;
}

#comments .comment-content {
    margin-left: 40px;
}

.comments-sub {
    margin-left: 30px;
}

.comment-text {
    font-size: 1.5em;
}

.comment-name, .comment-time {
    font-size: 1.4em;
}

#comments .comment-avatar {
    width: 28px;
    height: 28px;
}

.comment-rating {
    margin-right: 0;
}

.comment-rating img {
    width: 10px;
    height: 10px;
}

.comment-footer {
    font-size: 1.2em;
}

#comments .comment-btn {
    font-size: 1.4em;
}
