#only-text-bg {
    font-family: Georgia, "Times New Roman", Serif;
    width: 100%;
    background: rgba(0,0,0,0.85);
    min-height: 600px;
    position: fixed;
    top:0px;
    left: 0px;
    z-index: 99999999;
}
#only-text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    margin-left: -40%;
    background: white;
    border-radius: 2px;
    box-shadow: 0px 10px 100px rgba(0,0,0,0.5);
}
#only-text-box article {
    width: 100%;
    padding: 5%;
    padding-top: 8%;
    margin: auto;
}
#only-text-box article li {
    width: auto !important;
    float: none !important;
}
#close-only-text {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    margin-right: -15px;
    margin-top: -15px;
    cursor: pointer;
    font-size: 30px;
    color: #4a4a4a;
    right: 25px;
    top: 35px;
    font-size: 18px;
    z-index: 99999;
}
#close-only-text:hover {
    opacity: 0.7;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
#font-box {
    position: fixed;
    height: 55px;
    background: white;
    margin-bottom: -30px;
    z-index: 9999;
    box-shadow: 0px 1px 2px #CCC;
}
#font-box li {
    color: #4a4a4a;
    cursor: pointer;
}
#increase-font {
    font-size: 20px;
    margin-right: 1px;
    margin-left: 50px;
    margin-top: 18px;
    cursor: pointer;
}
#decrease-font {
    font-size: 12px;
    cursor: pointer;
} 
#increase-font:hover, #decrease-font:hover {
    opacity: 0.7;
}
#only-text-box li {
    list-style: none;
}
#only-text-box {
    overflow-y: scroll;
}
#only-text-box h1, #only-text-box h2  {
    margin-bottom: 20px;
    text-align: left;
}
#only-text-box h3 {
    margin-bottom: 10px;
    text-align: left;
}
#only-text-box article h2, #only-text-box article h2 span {
    font-size: 30px;
}
#only-text-box article p, #only-text-box article p span , #only-text-box article p a , #only-text-box article a, #only-text-box article a span   {
    font-size: 18px;
}
#go-active-alt-cntrst.glyphicon.glyphicon-adjust {
    width: 100px;
    margin: auto;
    text-align: center;
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -50px;
    -webkit-appearance: none;
    border: none;
    height: 32px;
    background: #FCE428;
    font-size: 14px;
    color: black;
    line-height: 26px;
    border-radius: 2px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2)
}
#only-text-box #post-container figure {
    height: 80px !important;
}
#only-text-box #post-container li {
    margin-bottom: 40px;
}
#only-text-box img {
    max-width: 150px !important;
    display: none !important;
}