#learningsWrapper{
    margin-top : 25px;
}

.learningHeader{
    font-weight : bold;
    cursor : pointer;
    padding-left : 25px;
    margin-top : 25px;
}

.closed{
    background-image: url('../../../images/community/common/arrow_right.png');
    background-repeat: no-repeat;
    background-position: left;
}

.open{
    background-image: url('../../../images/community/common/arrow_down.png');
    background-repeat: no-repeat;
    background-position: left;
}

.learningWrapper{
    padding-left : 25px;
}


.commentRow{
    padding-left : 25px;
}

.learningBox{
    width : 100%;
    background-color: #ccbd98;
    border : 1px solid #ffdea8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding : 10px;
    margin : 25px 0 0 0;
}
