﻿



.moodTitle {

    text-align:left;
    margin:10px;  
    border-bottom:3px solid #ff6a00;

}

.ArticlList2 {
    
    background-color: white;
}

.MessInfo {
    text-indent: 2em;
}

.Messagecontext {
    text-indent: 4em;
}

.Reply {

    padding:10px;
}

.moodContent {
    background-color: white;
    height: auto;
    padding: 20px;
    border-radius: 5px;
    margin: 10px;
}
    .moodContent:hover {
        background-color: #eae3e3;
    }