div#centered {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 50px;
    margin-bottom: 70px;    
    font-family: sans-serif;
}

img#person {
    max-width:100%;
    margin-bottom: 15px;
}

div#blurb {
    margin-top: 25px;
    text-align: center;
    font-size: 18px;
}

h1 {
    font-weight: 100;
    margin-bottom: 27px;
    text-align: center;
    font-size: 300%;
}

img#left_arrow {
    position: absolute;
    left: 3%;
    top: 165px;
    display: none;
    cursor: pointer;
}

img#right_arrow {
    position: absolute;
    right: 3%;
    top: 165px;
    cursor: pointer;
}

#all_portraits {
    height: 204px;
}

#all_portraits > a {
    position: relative;
}

span.read_more {
    display: none;
    position: absolute;
    width: 150px;
    text-align: center;
    top: -15px;
    left: 0px;
    background-color: black;
    color: white;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: 900;
}

