body{
	font-size:1.5em;
}
.art-div {
    position: relative;
    top: 0px;
    left: 0px;
    margin-left: 0px;
    margin-bottom: 15px;
    padding: 0px;
    width: 11%;
}

.right-border{
	    border-right: 1px solid #333;
		

}
.left-border{
	    border-right: 1px solid #333;
}

.page-content {
	margin:0px;
	width:100%;
	font-size:2em !important;
}

.bordered-div{
	margin-bottom:25px;
	padding: 20px;
	display:none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,ffffff+15,ffffff+85,e2e2e2+100&0.9+0,1+15,1+85,0.9+100 */
background: -moz-linear-gradient(left,  rgba(226,226,226,0.9) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,1) 95%, rgba(226,226,226,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(226,226,226,0.9) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,1) 95%,rgba(226,226,226,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(226,226,226,0.9) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,1) 95%,rgba(226,226,226,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e2e2e2', endColorstr='#e6e2e2e2',GradientType=1 ); /* IE6-9 */


}
.no-border{
	border:none;
	background:none;
}
.cover-image{
	border:1px #333 solid;
}
.container-fluid{
	width:90%;
	margin:auto;
}

#next {
    right: 3%;
	top:0%;
}

#prev {
    left: 2%;
	top:0%;
}
footer{
    /*position: fixed;
    bottom: -12px;
    background-color: white;
    width: 100%;
    padding: 15px 5px;*/
}
.page-content{
	font-size:1.2em;
}
ul#links {
    float: right;
    margin-right: 19px;
    line-height: 35px;
}
li.book a{
	background-color:#8c191c !important;
	color:white !important;
}
.border-color-0{
		border:2px #8b171b solid;
}
.border-color-1{
		border:2px #cb2c2c solid;
}
.border-color-2{
		border:2px #fbaf28 solid;
}
.border-color-3{
		border:2px #f68c28 solid;
}
.flip-control {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    height: 50px;
}
.p26{
	font-size:1.05em;
}

@media (max-width: 990px) {

	.udhr-button{
	/*font-size:1.5em;*/
	padding:15px;
	margin-bottom:10px;
}
	ul#links {
    margin-left:-35px;
	float:left;
	margin-top: 25px;
}
	.bordered-div{
		background:none;
	}
	.right-border{
	    border:none;
	}
	.color-bg{
		display:none;
	}
	.elyx-welcome{
		max-width:100%;
	}
	
	#prev, #next{
		display:none;
	}
	.number:before {
    content: '';
    white-space:nowrap;
}

.article {
    font-size: 1.2em;
}

ul#links li a {
    padding: 10px 15px;
    font-size: 2em;
	line-height: 100px;
}

.row{margin-bottom:100px;}

.border-color-0{
		border:5px #8b171b solid;
}
.border-color-1{
		border:5px #cb2c2c solid;
}
.border-color-2{
		border:5px #fbaf28 solid;
}
.border-color-3{
		border:5px #f68c28 solid;
}

}