body {
    width: 100%;
    margin: 0;
    font-family: Calibri,'Open Sans', sans-serif;
    font-weight: 300;
    -webkit-text-size-adjust: none;
}

@media (max-width: 768px) {
    html {
        font-size: 15px
    }

    .col1of2 {
        width: 100%;
    }

    #searcher {
        max-width: 100px;
    }
    .top {
        padding: 16px 30px;
    }
    }

@media (max-width: 375px) {
    html {
        font-size: 14px
    }

    .col1of2 {
        width: 100%;
    }

    #searcher {
        max-width: 80px;
    }
    .top {
        padding: 16px 20px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px
    }
    #searcher {
        max-width: 140px;
    }
    .col1of2 {
        width: 45%;
    }
    .top {
        padding: 16px 40px;
    }
}

select {
    font-family: Calibri,'Open Sans', sans-serif;
    font-size: 12px;
}

p {
    margin: 0
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:link {
    color: #d80202;
    text-decoration: none;
}

a:visited {
    color: #a20000;
}

footer a:visited {
    color: #d80202;
}

a:hover {
    color: #d80202;
    box-shadow: inset 0 -1px 0 #da0303;
}

a#Logo:hover {
    box-shadow: none;
}

.topMenu a:hover {
    color: #fff;
    box-shadow: inset 0 -1px 0 #fff;
}


.clearAfter:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#MainContOut {
    margin: 0 auto;
    padding: 0 1.2rem;
}

#MainContIn {
    max-width: 47.625rem;
    width: 100%;
    margin: 0 auto;
    margin-top: 100px;
}

header {
    width: 100%;
    margin-bottom: 2.0rem;
    padding: 1.5rem 0;
    border-bottom: 1px dotted #d0d0d0;
}

@media (min-width: 768px) {
    header {
        margin-bottom: 3.5rem;
        padding: 2.5rem 0;
    }
}

header > span {
    display: block;
    float: right;
    margin-top: 0.8rem;
    color: #555;
    font-size: 1.125rem;
    line-height: 1.16;
}


#NavInner {
    overflow: hidden;
    max-width: 52.625em;
    width: 100%;
    margin: 0 auto;
    padding: 1.875rem 0;
    <!-- border-top: 0.375rem solid #460101; -->
}

.topMenu {
    float: left;
    visibility: hidden;
    padding-right: 4rem;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

nav.opened .topMenu {
    visibility: visible;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.topMenu a {
    display: block;
    padding: 0.3125rem 0;
}


footer {
    margin: 2.5rem 0 0;
    font-size: 1.1875rem;
}

footer ul {
    float: left;
    width: 100%;
    margin-bottom: 1.5rem;
}

footer li {
    display: inline-block;
    padding-right: 0.75rem;
    margin: 0 0.40rem 0.625rem 0;
    border-right: 1px dotted #d0d0d0;
}

footer ul li:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}

footer p {
    float: left;
    width: 100%;
    padding-bottom: 5rem;
    color: #666;
}


#Social {
margin-bottom: 2.5rem;
padding-bottom: 0.5rem;
border-bottom: 1px dotted #d0d0d0;
}

.contentPage h1 {
    margin: 1rem 0 3.5rem 0;
    font-size: 2.125rem;
    line-height: 1.352;
    font-weight: 400;
}

.contentPage h2, .contentPage h4 {
    margin: 3.5rem 0;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
}

.contentPage .intro p {
    margin-bottom: 1.368rem;
    font-size: 1.25Rem;
    line-height: 1.5;
}

.contentPage .intro p:last-child {
    margin-bottom: 2.5rem;
}

.contentPage p {
    font-size: 1.1875rem;
    line-height: 1.5;
    margin-bottom: 0.9375rem;
}

.contentPage .author {
    margin-top: 3.5rem;
}

#HomePage li {
    margin-bottom: 0.9375rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

#ArticlePage li, #ArticlePage1 li {
    margin-bottom: 1.1875rem;
    padding-left: 1.475rem;
    font-size: 1.25rem;
    line-height: 1.6;
    background: transparent url(/images/article_arrow3.png) 0 0.6rem no-repeat;
    background-size: 0.4rem auto;
}

.disclaimerTop {
    border: 2px solid #DA0303;
    padding: 0.5rem;
    margin-bottom: 1rem;
}

.intro-disc {
    font-style: italic;
    font-size: 1rem !important;
    color: #999;
}

a, a:link, a:visited, .a:hover, .a:focus, a:active {
    color: inherit;
    text-decoration: none;
}

.top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    z-index: 9999
}

.left {
    float: left
}

.left:hover {
    cursor: pointer;
    color:#d80202;
}

.footer {
    background: #e6e6e6;
    padding: 10px;
}

    .footer p {
        display: inline-block;
        font-family: Karla;
        color: #6e6e6e;
        font-size: 13px;
        -webkit-font-smoothing: antialiased;
        margin: 0;
        padding: 0 5px
    }

.menu {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-top: 0;
    border-right: 0;
    position: fixed;
    top: 56px;
    right: 0;
    text-align: center;
    min-width: 100px;
    display: none;
    z-index: 9
}

.menu_items p {
    -webkit-font-smoothing: antialiased;
    color: #6e6e6e;
    padding: 10px;
    font-family: Calibri;
    font-size: 13px;
    margin: 0;
    transition: all 0.3s ease
}

    .menu_items p:hover {
        background: #f2f2f2;
        cursor: pointer
    }

.right * {
    float: right;
    margin: 0
}

#searcher {
    border: 0;
    font-size: 12px;
    outline: 0;
    width: 100%;
    text-align: right
}

.right i {
    color: #6e6e6e;
    padding-left: 10px;
    font-size: 18px;
    transition: all 0.3s ease;
}

    .right i:hover {
        color: #d80202;
        cursor: pointer
    }

.write {
    margin: 0;
    border: 1px solid #999;
    color: #555;
    background: #fff;
    font-size: 15px;
    padding: 7px 10px;
    display: inline-block;
    z-index: 999999;
    transition: all 0.4s ease
}

    .write:hover {
        background: #000;
        color: #fff;
        border: 1px solid #000;
        cursor: pointer
    }

.editable {
    margin: 0 auto;
    outline: 0;
    position: relative;
}

pre {
    padding: 13px;
    overflow: auto;
    font-size: 100%;
    line-height: 1.8;
    background-color: #f6f8fa;
    border-radius: 3px;
}
#ArticlePage1 pre {
    font-size: inherit !important;
}


select {
    border: 0;
    margin: 0 auto;
    outline: 0;
    font-size: 12px;
}

td {
    border: 1px solid #6e6e6e;
    color: #6e6e6e;
    margin: 0;
    padding: 5px;
}

tr:nth-child(even) td {
    background: #f3f3f3
}

.night td {
    color: #e6e6e6
}

.night tr:nth-child(even) td {
    background: #444
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0 30px;
    table-layout: fixed;
    position: relative;
    text-align: center;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

/* Animations to fade the snackbar in and out */
@@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.info:hover {
    color: #7a7a7a !important;
    cursor: pointer;
}

.info {
    font-size: 15px;
    color: #b7b7b7;
}

.wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap a:hover {
    box-shadow: inset 0 -1px 0 #fff;
    text-decoration: none;
}

.wrap a {
    text-decoration: none;
}

.write1 {
    margin: 0;
    border: 1px solid #999;
    color: #fff;
    background: #000;
    font-size: 15px;
    padding: 7px 10px;
    display: inline-block;
    z-index: 999999;
    transition: all 0.4s ease;
}

.write1:hover {
    background: #fff;
    color: #555;
    border: 1px solid #000;
    cursor: pointer
}

.alignicons {
    vertical-align: middle;
    font-size: 14px;
}


.post {
    display: flex;
    align-items: center;
    padding: 12px;
    border-radius: 3px;
    transition: all 0.15s ease;
}

/* Body design */
.post-body {
    flex: 1 1 auto;
    white-space: pre-wrap;
}

    .post-body p {
        font-weight: lighter;
        color: #999999;
        margin-bottom: 0;
        font-size: 0.9rem;
    }

/* Upvote design */
.post-upvote {
    padding-right: 20px;
    text-align: center;
    transition: all 0.15s ease;
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
}

.post-count {
    margin: 2px 0 0;
}

.post-arrow {
    transition: all 0.15s ease;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid transparent;
    border-bottom: 9px solid black;
    border-radius: 2px;
    margin: auto;
}

/* Controls design */
.post-controls {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0px;
}

    .post-controls a {
        padding: 0 20px;
        font-size: 17px;
        color: #E6E6E6;
    }

        .post-controls a:hover {
            color: #D3473C !important
        }

.post-controls-hidden a {
    color: transparent;
    font-size: 15px;
    transition: all 0.15s ease;
    border-color: transparent;
}

/* Hover effects */
.post:hover {
    background: #f7f7fa;
    /*cursor: pointer;*/
}

.post-upvote:hover {
    color: #d80202;
    cursor: pointer;
}

.red {
    border-bottom: 9px solid #d80202
}

.post:hover .post-upvote {
    transform: scale(1.2)
}

.post:hover .post-controls-hidden a {
    color: #F4F9FF
}

.post-upvote:hover .post-arrow {
    border-bottom: 9px solid #d80202
}

.music {
    border: 1px solid #e6e6e6;
    border-radius: 100%;
    color: #333;
    padding: 15px;
    font-size: 13px;
    margin-right: 5px;
    background: #fff;
    transition: all 0.3s ease;
}

.tools {
    position: fixed;
    top: 100px;
    right: 15%;
    display: flex;
    align-items: center;
    width: 40px;
}