/* craig.css */

table.FullWidthNoBorder {
    width: 100%;
}

img.Credential {
    width: 280px;
}

img.Headshot {
    width: 300px;
}

table.SimpleBorderedTable {
    border: thin silver solid;
    border-collapse: collapse;
}

td.SimpleBorderedCell {
    border: thin silver solid;
    padding-left: 10px;
    padding-right: 10px;
}

table.HeaderBannerTable {
    width: 100%;
    border: none;
    border-collapse: collapse;
}

tr.HeaderBannerRow {
    background-color: lightgreen;
}

td.HeaderBannerCell {
    padding: 8px;
    vertical-align: middle;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
}

table.SectionBannerTable {
    width: 100%;
    border: none;
    border-collapse: collapse;
    border-spacing: 0px;
}

tr.SectionBannerRow {
    background-color: lightgreen;
}

td.SectionBannerCell {
    padding: 10px;
    vertical-align: middle;
    font-family: "Times New Roman", Times, serif;
    font-size: 30px;
    font-weight: bold;
}

img.SectionBannerImage {
    height: 40px;
    width: 70px;
}

table.ThreeColumnTable {
    width: 100%;
    border: thin silver solid;
    border-collapse: collapse;
}

td.ThreeColumnTableCellLeft {
    width: 10%;
    border-right: thin silver solid;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
}

td.ThreeColumnTableCellMiddle {
    padding-left: 10px;
    padding-right: 10px;
}

td.ThreeColumnTableCellRight {
    width: 10%;
    border-left: thin silver solid;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

table.ActivismTable {
    width: 100%;
}

td.ActivismCell {
    border-bottom: thin silver solid;
    padding: 10px 10px 10px 10px;
}

img.ActivismIcon {
    width: 175px;
    border: none;
}

table.FooterTable {
    width: 100%;
}

table.SocialMediaTable {
    width: 60%;
}

td.SocialMediaCell {
    text-align: center;
}

img.SocialMediaIcon {
    height: 30px;
    width: 30px;
}

p.Indented {
    display: inline-block;
    margin-left: 60px;
}
