/* Root containers */
.qstmaster-subjects,
.qstmaster-subject-detail {
    margin: 2em 0;
}

/* Subject list item */
.qstmaster-subject {
    padding: 1em 0;
    border-bottom: 1px solid #ddd;
}

.qstmaster-subject:last-child {
    border-bottom: none;
}

/* Titles */
.qstmaster-subject-title {
    margin: 0 0 0.3em;
    font-size: 1.2em;
}

/* Meta info */
.qstmaster-subject-meta {
    color: #666;
    font-size: 0.9em;
}

/* Single subject content */
.qstmaster-subject-detail .qstmaster-subject-content {
    margin-top: 1.5em;
}

/* Back link */
.qstmaster-backlink {
    margin-top: 2em;
    font-size: 0.9em;
}

.qstmaster-backlink a {
    text-decoration: none;
}

.qstmaster-backlink a:hover {
    text-decoration: underline;
}

