
#readers #readerresults {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding:0px;
}
.reader {
    float: left;
    background: #f0ede3;
    margin: 5px;
    padding: 5px 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid grey;
    box-shadow: 1px 1px 2px #777;
    min-height: 76px;
    width:100%;
}
.reader .thumb {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    float:left;
    padding:5px;
    margin-right: 5px;
    object-fit: cover;
}
.reader .inf {
    float: left;
    overflow:auto;
    width:100%;
}
.reader h2{
border-bottom: 2px solid #cea432;
color: #234a81;
margin: -5px 0px 5px 0px;
position: relative;
font-family: "Oswald", helvetica, sans-serif;
font-size: 22px;
float:left;
width:100%;
}
.reader .inf h3,
.reader .readerjobs{
float:left;
font-size:17px;
color:#555;
margin:0px;
font-weight:normal;
margin:-5px 0px 2px 0px;
}
.reader .inf h4{
font-size:17px;
color:#9a7502;
margin:0px;
font-weight:normal;
}
.reader .aboutme{
font-size:18px;
color: #4d4b4b;
margin:0px;
}

.reader2 {
float: left;
background: #E8E8E8;
margin-bottom: 5px;
padding: 5px 5px;
border-radius: 5px;
-moz-border-radius: 5px;
border: 1px solid grey;
box-shadow: 1px 1px 2px #777;
width:49%;
margin: 5px .5%;
}
.reader2 .readerthumbdiv {
width: 100px;
margin-right: 10px;
float: left;
text-align: center;
margin-bottom: 3px;
}
.reader2 .thumb {
width: 100px;
height: 100px;
border-radius: 50%;
float:left;
padding-right:10px;
object-fit: cover;
}
.reader2 .inf {
float: left;
max-height:217px;
overflow:auto;
width:100%;
}
.reader2 h2{
border-bottom: 2px solid #cea432;
color: #234a81;
margin: -5px 0px 5px 0px;
position: relative;
font-family: "Oswald", helvetica, sans-serif;
font-size: 22px;
}
.reader2 .inf h3,
.reader2 .readerjobs{
font-size:16px;
color:#555;
margin:-3px 0px 2px 0px;
font-weight:normal;
display:block;
line-height:1.2em;
}
.reader2 .inf h4{
font-size:16px;
color:#9a7502;
margin:0px;
font-weight:bold;
}
.reader2 .aboutme{
    font-size:16px;
    color: #333;
    padding:5px 0px;
}
.readertitle {
font-size: 30px;
color: #544b48;
font-weight: bold;
text-align: center;
padding: 8px;
border: 1px solid grey;
background: url(/siteimages/floor-tile.png);
margin: 0px 0px 9px 0px;
float: left;
width: 100%;
}
#readerlist{
    display: flex;
    flex-wrap: wrap;
}
#theanalyst {
    font-size: 18px;
    color: #225790;
    padding: 3px;
    width: 98%;
    margin-bottom: 7px;
    font-family:inherit;
}

@media only screen and (max-width: 768px){
    .reader .thumb {
        width: 105px;
        height: 105px;
    }
    .reader .aboutme {
        font-size: 17px;
    }
}
@media only screen and (max-width: 650px){
    .reader .thumb {
        width: 95px;
        height: 95px;
    }
    .reader .inf h3 {
        font-size: 18px;
    }
    .reader .aboutme {
        font-size: 16px;
    }
}