﻿.topic-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 25px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    overflow: auto;
}

.topic-name {
    display: flex;
    flex-grow: 10;
    justify-content: space-around;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 35px;
    margin-bottom:20px;
}

.topic-rating-titles, .topic-rating-progresses {
    margin-left: 20px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: flex-start;
}

.topic-ads {
    width: 400px;
}

.topic-ads img {
    height: 180px;
}

.posts {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-top: 1px solid #eeeeee;
    padding-top: 5px;
    padding-bottom: 5px;
}

.post-rating {
    width: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 0.9em;
}

.post-rating-titles, .post-rating-progresses {
    height: 80px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: flex-start;
}

.post-rating-titles {
    margin-left: 2px;
    width: 35%;
    font-size: 0.8em;
}

.post-rating-progresses {
    width: 65%;
    color: #ffcc00;
}

.post-content {
    width: 60%;
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 10px;
    font-size: 0.9em;
}

.post-stats {
    width: 15%;
    padding-left: 10px;
    border-left: 1px solid #eeeeee;
    font-size: 0.9em;
}

.concrete-star {
}

.grey-symbol {
    color: lightgrey;
}

.post-edit-link {
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}

    .post-edit-link a {
        margin-right: 10px;
    }
