.row.kc-item-header {
    padding-top: 40px;
    padding-bottom: 40px;
    box-shadow: 0 2px 4px #333;
    position: relative;
    z-index: 100;
}
.row.kc-item-header table.kc-button-holder td {
    vertical-align: middle;
}
.row.kc-item-header td.text {
    border-left: 1px solid #DDD;
    padding-left: 1em;
}
.row.kc-item-header h3 {
    border-bottom: none;
    color: #555;
    font-weight: lighter;
}

/* Body */
.kc-question-body .content {
    background-color: #FFF;
    padding-top: 50px;
    padding-bottom: 50px;
}
.kc-question-body h5.ane-divider {
    color: #666;
    font-style: italic;
    border-bottom: 1px solid #DDD;
    margin-top: 0;
}

/* Answers */
.ane-answer {
    border: 1px solid #CCC;
    box-shadow: 0 5px 20px #444;
    margin-bottom: 1.2em;
}
.ane-answer .header {
    background-color: #555;
    color: #FFF;
    padding: 5px;
    border-bottom: 1px solid #DDD;
}
.ane-answer .header .ane-avatar {
    width: 50px;
    height: 50px;
    background-size: contain;
    background-position: center center;
    background-color: #FFF;
    border: 1px solid #666;
}

/* Answer submission */
div.answer-submission {
    margin-top: 2em;
    background-color: #fff0ba;
    padding: 1em;
    box-shadow: 0 5px 20px #444;
    margin-bottom: 2rem;
}

.ane-answer td.text {
    padding-left: 1em;
    color: #FFF;
    font-weight: lighter;
}
.ane-answer td.text h4 {
    padding: 0;
    margin: 0;
    border-bottom: none;
}
.ane-answer td.text h4 a {
    color: #6ecdff;
}
.ane-answer .body {
    padding: 1em;
    background-color: #FFF;
}
.ane-answer .body p {
    font-size: larger;
}

/* Question ratings */
.vote-up-unrated {
    background-color: transparent;
    color: #4cae4c;
}
.vote-down-unrated {
    background-color: transparent;
    color: #d43f3a;
}
.vote-up-rated {
    color: #FFFFFF;
    background-color: #5cb85c;
}
.vote-down-rated {
    color: #FFFFFF;
    background-color: #d9534f;;
}

/* Related content */
.row.related-content {
    box-shadow: 0 -2px 4px #333;
    position: relative;
    z-index: 100;
    padding-top: 20px;
    padding-bottom: 40px;
}
.row.related-content h4 {
    border-bottom: none;
    font-weight: bold;
    color: #555;
}
.related-item {
    padding-top: 15px;
    padding-bottom: 10px;
    border-right: 1px solid #ddd;
}
.related-item a {
    color: #444;
}