html {
    font-family: sans-serif;
}

h1 {
    font-size: 1.6em;
}

h2 {
    font-size: 1.3em;
}

body {
    background: #e9e9e9;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

hr {
    margin: 5px 0;
}

#wrapper {
    background: #f2f2f2;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 20px 20px;
    margin-top: 20px;
    min-height: 300px;
}

.navbar-brand {
    padding-left: 0;
}

#navbar-main {
    margin-bottom: 0;
    font-weight: bold;
}

@media (min-width: 768px) {
    #navbar-main li a {
        padding: 15px 8px;
    }
}

/*@media (max-width: 768px){*/
.pagination {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*}*/
#navbar-main .text-danger {
    color: #e95C41;
}

.navbar-brand {
    color: #666;
}

.navbar-brand span {
    color: #34B2CE;
}

.post-item {
    margin-bottom: 20px;
}

.post-item .post-header {
    background-color: #ddd;
    color: #333;
    padding: 4px 0;
    border-bottom: 1px solid #b1b1b1
}

.post-item .post-header a {
    color: #333;
}

.addthis_toolbox.addthis_default_style {
    margin-top: 1px;
}

.addthis_toolbox a {
    margin-bottom: 0 !important;
}

.hide-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.navbar-toggle .icon-bar {
    background-color: #bbb;
}

#footer {
    margin: 5px 0;
    color: #757575;
    text-align: right;
    font-size: 11px;
}

.mb-10 {
    margin-bottom: 10px;
}

.da-block {
    /*outline: 1px solid red;*/
    text-align: center;
}

.da-block img {
    max-width: 100%;
}

.share-buttons {
    width: 40px;
    margin-left: 5px;
}

.share-buttons a {
    position: relative;
    display: block;
    top: 2px;
}

.post-item .post-header .points {
    display: inline-block;
    min-width: 60px;
    text-align: center;
    visibility: hidden;
}

.post-image-wrapper {
    text-align: center;
}

.post-image {
    max-width: 50%;
    width: 50%;
    margin-bottom: 10px;
    text-align: center;
}

.post-video-wrapper {
    position: relative;
    width: 100%;
    height: 500px;
    padding-bottom: 56.25%;
    margin-bottom: 10px;
}

.post-video-wrapper .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dropdown-menu {
    background: #f2f2f2;
}

#navbar-main .dropdown-menu > li > a {
    padding: 7px 20px;
}

.navbar-toggle {
    margin-right: 0;
}

.nsfw-wrapper {
    overflow: hidden;
    max-height: 512px;
    margin-bottom: 10px;
    /*margin: 0px auto;*/
}

.nsfw-layer {
    background-color: rgb(255, 255, 255);
    max-height: 512px;
    /*margin: 0px auto;*/
    filter: blur(50px);
    width: 100%;
}

.form-group > label.radio-inline {
    font-weight: bold;
    padding-left: 0;
}

ul.form_error {
    margin: 0;
    padding: 0;
}

ul.form_error li {
    color: red;
    list-style: none;
}

iframe.iframe_video {
    width: 50%;
}

@media only screen and (max-width: 1024px) {
    iframe.iframe_video {
        width: 100%;
    }
}

.post-item.selected_post {
    border: 1px dotted black;
}

.post_tag {
    display: inline-block;
    background-color: lightgray;
    border-radius: 2px;
    color: #337ab7;
    padding: 2px 4px 2px 4px;
    font-size: 13px;
    margin: 2px;
    position: relative;
    vertical-align: top;
}

.post_tag:hover {
    text-decoration: none;
}
