﻿.title-circle {
    width: 9em;
    height: 9em;
    border-radius: 10em !important;
    text-align: center;
    /*line-height: 66px;*/
    display: block;
}
.forum-title {
    margin-top: 10px;
    width: 99%;
    /*padding: 5px;*/
    border-bottom: 1px solid #0067ff;
}
.forum-box {
    margin-top: 5px;
    width: 99%;
    padding: 10px;
    border-bottom: 1px solid #c0c0c0;
}
    .forum-box:hover {
        background: #e4e4e4;
    }
.count-box {
    padding: 5px;
    
    margin-bottom: 5px;
}
.count-box-num {
    font-weight: bold;
    text-align: center;
}
.count-box-txt {
    font-weight: lighter !important;
    text-align: center;
    color: #c0c0c0;
}
.box-green {
    border: 1px solid #006400;
    
}
#tagsContainer {
    margin-top: 5px !important;
}
.tagsContainer {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}
.margin-div{
    margin-bottom: 0px;
}
.forum-question {
    padding: 15px;
    background: #e4e4e4;
}
.default_avatar {
    background-image: url("~/Resources/img/forum/default-user-avatar.png")
}
.title a {
    color: black;
}
