.forum-home-none
{
    background-color: aliceblue;
    color: black;
    text-align: center;
    padding: 8px;
    border: 1px solid #000;
}
.forum-home-category-box
{
    padding: 8px;
    border: 1px dashed #9b9b9b;
    margin-bottom: 8px;
    background-color: aliceblue;
}
.forum-home-category-sub-box
{
    padding: 8px;
    border:  1px dotted #000;
    background-color: honeydew;
    margin-bottom: 8px;
}
.forum-home-category-sub-sub-box
{
    padding: 8px;
    border:  1px dotted #000;
    background-color: floralwhite;
    margin-bottom: 8px;
}
.forum-home-category-title
{
    border-bottom: 1px dashed #9b9b9b;
    padding: 4px;
    margin-bottom: 8px;
    color: orange;
    font-size: 28px;
    word-break:normal;
    word-wrap:normal;
    overflow-wrap:anywhere;
}
.forum-home-category-icon
{
    width:28px;
    height:28px;
    position: relative;
    top: 3px;
}
.forum-home-category-sub-title
{
    border-bottom: 1px dashed #9b9b9b;
    padding: 4px;
    margin-bottom: 8px;
    color: orange;
    font-size: 22px;
    word-break:normal;
    word-wrap:normal;
    overflow-wrap:anywhere;
}
.forum-home-category-sub-sub-title
{
    border-bottom: 1px dashed #9b9b9b;
    padding: 4px;
    margin-bottom: 8px;
    color: orange;
    font-size: 22px;
    word-break:normal;
    word-wrap:normal;
    overflow-wrap:anywhere;
}
.forum-home-category-sub-icon
{
    width:22px;
    height:22px;
    position: relative;
    top: 3px;
}
.forum-home-forum-box
{
    border: 1px dotted #9b9b9b;
    margin-bottom: 16px;
    padding: 8px;
}
.forum-home-forum-none
{
    text-align: center;
    border: 1px dotted #9b9b9b;
    margin-bottom: 16px;
    padding: 8px;
    color: red;
    background-color: #DDDDDD;
}
.forum-home-forum-item
{
    border: 1px solid #9b9b9b;
    margin-bottom: 4px;
    padding: 4px;
    background-color: beige;
}
.forum-home-forum-item-title
{
    padding: 4px;
    word-break:normal;
    word-wrap:normal;
    overflow-wrap:anywhere;
}
.forum-home-forum-item-icon
{
    width:18px;
    height:18px;
    position: relative;
    top: 2px;
}
.forum-home-forum-item-link
{
    color: cadetblue;
    text-decoration: none;
}
.forum-home-forum-item-link:hover
{
    color: aquamarine;
}
.forum-home-forum-title
{
    border-bottom: 1px dashed #CCCCCC;
    margin-bottom: 4px;
    color: #000;
}
.forum-home-category-sub-list-title
{
    border-bottom: 1px dashed #CCCCCC;
    margin-bottom: 4px;
    color: #000;
}