#readerlist {
	display: flex;
	flex-flow: row wrap;
	max-width: 1500px;
	margin: auto;
	padding-bottom: 2rem;
	clear: both;
}


#readerlist .reader {
	flex: 1;
	width: 25%;
	min-width: 25%;
	max-width: 25%;
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: top;
}


body .item-page, body .moduleasarticle {
	background: none;
}


.secondarycolourfeed {
	color: #fff;
}

.refreshreaders a {
	background: #534355;
	display: block;
	color: #fff;
	text-align: center;
	padding: 0.5em;
	text-decoration: none;
	margin-bottom: 2rem;
}

.readerviewprofile {
	border: 2px solid #fff;
	font-size: 0.813rem;
	font-weight: bold;
	margin-top: 2em;
}

.readertitlefont,.readerfont2.readerpin {
	font-size: 1.063rem;
}

.readertitlefont {
	font-weight: bold;
}

.readertotalreadingstotal,.readerlogotop b,.readerprice1 {
	font-size: 0.813rem;
	line-height: 1em;
}

.readerlogotop b {
	font-weight: 500;
}

.readingstext,
.readerprice2,
.readerlogotop,
.readerskills {
	font-size: 0.813rem;
}

.readerskills {
	font-size: 0.750rem;
	opacity: 0.5;
	margin-top: 0.5em;
}

.readersmalllightfont {
	font-size: 0.813rem;
}

.readerstatus {
	color: #fff;
	font-size: 0.813rem;
	font-weight: bold;
	background: #ae9c82;
	overflow: hidden;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	margin-top: 1.1em;
	line-height: 1em;
	display: block;
	text-align: center;
	padding-left: 0.6em;
	padding-right: 0.6em;
}


.readerstatus2 {
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	margin-left: 0.2em;
}


.reader {
	overflow: hidden;
	clear: both;
	padding: 1.6em 0;
}

.readercol1 {
	width: 40%;
	float: left;
	box-sizing: border-box;
	padding-left: 0rem;
}

.readercol2 {
	box-sizing: border-box;
	width: 55%;
	float: right;
	padding-right: 0rem;
	position: relative;
	height:100%;
	padding-bottom: 6em;
}

#readerlist .readerimage {
	padding-right: 0;
}



.readerimage img{
	width: 100%;
	max-width: 100%;
}

.readercol3 {
	width: 10.250rem;
	float: right;
}

.readercol4 {
	width: 8.750rem;
	box-sizing: border-box;
	float: right;
	padding-top: 0rem;
}



.readerdescription {
	padding-top: 0.9em;
	padding-bottom: 0.3em;
}

.readerpin {
	padding: 0;
	display: inline-block;
	margin-top: 0em;
	padding: 0.3em 0.5em;
	background: #363436;
	font-weight: bold;
	text-align: center;
}

.readertotalreadingstotal {
	display: block;
}

.readingstext {
	display: block;
}

.readertotalreadings {
	padding: 1.5em 0 0.4em 0em;
}


.readerlogotop {
	padding-left: 0em;
	padding-top: 0.6em;
}

.readerlogobottom {
	letter-spacing: -0.2em;
	font-size: 12px;
}

.readerviewprofile a{
	padding: 0.3em;
	text-align: center;
	display: block;
	text-decoration: none;
}

.readermobile  .readerviewprofile a {
	padding: 0.5em 0.3em;
}

.readercol3mobile {
	padding-top: 1rem;
	padding-left: 0;
}

.readerimagebaseline{
	height: 7px;
	background: #ae9c82;
}

#readerlist .readerimage img {
	display: block;
}

.readerstatus a {
	color: #fff;
	display: block;
	text-decoration: none;
}

.readermobile .readerstatus a {
	padding: 0.3em;
}

.available .readerstatus,
.available  .readerimagebaseline{
	background: #BBD01B;
}

.busy .readerstatus,
.busy .readerimagebaseline{
	background: #f3bc49;
}

.readerstatus1 {
	display: block;
}

body .fixedon {
	display: block;
}

.readermobile {
	display: block;
}

.stars5 .fourstars {
	display: none;
}

.stars4 .fivestars {
	display: none;
}

.stars4 .fiveonly {
	display: none;
}

.stars5 .fouronly {
	display: none;
}

.refreshreaders {
	display: none;
}

.newreaders .refreshreaders{
	display: block;
}






.readerdesktop {
	display: none;
}









.readerimage  {
	padding-right: 0;
}



.readerprice {
	margin-top: 1.4em;
}







.readerstatus2,.readerstatus1 {
	display: inline;
}



.readerstatus2 .readermins{
	text-transform: none;
}

.reader.available .readerstatus1{
	display: none;
}

.readercol4mobile {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}



@media only screen and (max-width: 1500px) {

	#readerlist .reader {
		width: 33.3%;
		min-width: 33.3%;
		max-width: 33.3%;
	}
}

@media only screen and (max-width: 1130px) {

	#readerlist .reader {
		width: 50%;
		min-width: 50%;
		max-width: 50%;
	}
}

@media only screen and (max-width: 880px) {

	#readerlist .reader {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		border-bottom: 1px solid #383638;

	}
	
	#psychicxmlfeedouter2{
		padding-top:0;
	}
}




