.prof_pic {
  max-width: 30%;
  height: auto;
img {
    float: right;
}
hr {
height: 1px;
color: #123455;
background-color: #123455;
border: none;
}
        #main {
        float: left;
        width: 70%;
        padding-left: 1em;
        padding-right: 1em;
        margin-top: 1em;
        margin-left: 1em;
        margin-right: 1em;
    }

    .mainheading {
        font-size: 120%;
        margin-top: 0.3em;
        border-bottom: 1px solid #aaa;
        text-align: right;
        margin-top: 1.5em;
        color: #666;
    }

    .ed_person {
        margin-bottom: 2em;
        float: left;
        width: 100%;
        overflow: auto;
    }

    .ed_photo {
        float: left;
        margin-right: 2em;
        width: auto;
        margin-bottom: 0.5em;
    }

    .ed_photo img {
        width: 64px;
        height: auto;
        -moz-box-shadow: 3px 3px 7px #aaa;
        -webkit-box-shadow: 3px 3px 7px #aaa;
        box-shadow: 3px 3px 7px #aaa;
    }

    .ed_text {
        float: left;
        width: 80%;
        margin-bottom: 0.5em;
    }

    #editors .ed_name {
        display: block;
        font-weight: bold;
    }

    .ed_kwdg {
        line-height: 140%;
    }

    .ed_kwd {
        line-height: 140%;
        border: 1px solid #e6e6e6;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #06060633;
        font-size: 80%;
    }
