.readmode_button {
    background-color: transparent;
    color: #426aaf;
    border: 0px;
    height: 30px;
    text-transform: uppercase;
}

/* default from c-rex */
/*
.readmode #rendition-area{
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}
*/

body.readmode #rendition-area {
	width:700px;
}

body.readmode #slider-area {
    min-height: 0px;
}

body.readmode .section:not(#slider-area, #teams-area, .heroarea, main.blog .section) {
    padding: 0;
}

body.readmode #overview, body.readmode .page-info-results-container, body.readmode #blogpostcontainer {
    width: 800px;
    margin: auto;
}