﻿.ActorTitle
{
    position: relative;
    margin-top: 20px;
    top: 10px;
    padding: 20px;
    font-size: 32px;
    border-bottom: solid 1px gray;
}
.ActorName
{
    font-size: 24px;
}
.ActorBio
{
    font-size: 18px;
    text-indent: 20px;
    line-height: 20px;
}
