.theme {
    color: #2f3d44;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    line-height: 1.6;
}

.main {
    background-color: #f5f5f5;
    margin: 8px;
}

.alert-box {
    background-color: #97e0f2;
    margin: 12px;
    padding: 12px;
    font-size: 18px;
}

.content {
    margin: 16px;
}

.header {
    background-color: #a3ef1f;
    height: 50px;
}

.header a {
    color: #2f3d44;
}

.header a:hover {
    color: #2f3d44;
}

.dropdown-toggle {
    background: #a3ef1f !important;
    color: #000 !important;
}

.logo {
    font-family: 'Bungee', cursive;
    font-size: 32px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.news-list {
    margin-left: -16px;
}

.submit {
    font-size: 16px;
    text-align: right;
    margin-top: 8px;
    margin-bottom: 8px;
    height: 50px;
    line-height: 34px;
}

.post {
    margin-bottom: 12px;
    color: #5e5e5e;
}

.post-title a:visited {
    color: #46637c;
}

.post-title {
    font-size: 17px;
    color: #2f3d44;
}

.post-text {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 24px;
}

.comment-text {
    font-size: 16px;
}

.reply-gap {
    margin-top: 8px;
}

.reply-text {
    margin-top: -10px;
}

.details {
    font-size: 12px;
    color: #5e5e5e;
}

.details-link {
    color: #5e5e5e;
}

.vote-control {
    display: inline-flex;
    flex-direction: row; /* horizontal layout */
    align-items: center;
    gap: 6px;
    padding: 2px 6px;
    border-radius: 6px;
    background: transparent;
}
.vote-control .fa { cursor: pointer; }
.vote-control.voted {
    background: rgba(255,127,36,0.12); /* subtle highlight when voted */
    border: 1px solid rgba(255,127,36,0.35);
}

.vote {
    font-size: 17px !important;
    line-height: 1;
}


.upvote, .downvote {
    color: #999999;
}

.upvoted {
    color: #ff7f24; /* reddit-ish orange */
}
.downvoted {
    color: #4f7ccf; /* calm blue */
}

.upvote:hover, .downvote:hover {
    color: #337ab7;
}

.comment {
    margin-bottom: 12px;
}

.depth1 {
    margin-left: 48px;
}
.depth2 {
    margin-left: 88px;
}
.depth3 {
    margin-left: 120px;
}
.depth4 {
    margin-left: 144px;
}
.depth5 {
    margin-left: 160px;
}
.depth6 {
    margin-left: 168px;
}
.depth7 {
    margin-left: 168px;
}
.depth8 {
    margin-left: 168px;
}
.depth9 {
    margin-left: 168px;
}
.depth10 {
    margin-left: 168px;
}

.footer-line {
    border-top: 1px solid #a0a0a0;
    margin-top: 8px;
    margin-bottom: 8px;
}

.footer {
    text-align: right;
    margin-bottom: 8px;
}

.question {
    font-weight: bold;
    font-size: 16px;
    margin: 12px 0 0;
}

@-moz-document url-prefix() {
    .nav-icon {
        margin-top: -10px;
    }
}