pre{
    border: none;
    line-height: 1.7;
    color: #666666;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    background-color: #f7f7f7;
}

.image-holder{
    bottom: 10px; !important;
    right: 10px; !important;
    width:55%;
    min-width:220px;
}


.image-holder img{
    position: relative;
}

@media screen and (min-width: 950px){
.image-holder a {
        position: absolute;
        bottom: 110px;
        left: 120px;
    }
}

@media screen and (max-width: 950px){
    .image-holder{
        display: none;
    }
}

#home{
    height: 70vh;
}

@media screen and (max-width: 950px){
    #home{
        height: 0vh;
    }
}

.scrolltofixed-container{
    padding-top: 40px;
}

#wiki_intro p {
    font-size: large;
}

.table-bordered tbody tr td{
    min-width: 400px;
}

.spacer{
    margin-top: 100px;
}

.numberedlist ol{

list-style: decimal;
}

#loginscreen {
    min-height: 100vh;
}

@media screen and (max-width: 950px){
    .menu-ajax-loading{
        display: none; !important;
    }
}

.target { display: none; }