div.main-blog-entry {
    margin: 15px 0 15px 0;
    padding: 4px 4px 4px 4px;
    background-color: white;
    color: #000000;
    border: 2px solid white;
    font-family: sans-serif;
    overflow: auto;
    line-height: 1;
}

p.main-blog-heading {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: .3em;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}

p.main-blog-subtitle {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: -10px;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
}

p.main-blog-content {
    margin: 0 20px 0 20px;
    text-indent: 10px;
}

div.main-blog-image {
    text-align: center;
    font-size: 0
}

div.main-blog-image img { margin: 2px; }

p.main-blog-results {
    display: inline-block;
    text-align: left;
    padding-left: 5px;
}

.main-blog-presslink {
    display: inline-block;
    text-align: right;
    float: right;
    padding-right: 5px;
}

p.dateNote {
    text-align: center;
    margin-top: 0;
    margin-bottom: 2px;
    clear: both;
}


table.quadTeam {
    width: 100%;
    text-align: center;
    border-collapse: separate;
    border-spacing: 6px;
    border-color: white;
}

table.quadTeam td:first-child,
table.quadTeam td:first-child + td + td + td {
    width: 20%;
    background-color: lightgray;
}


table.quadTeam p:first-child {
    font-size: 26px;
    font-weight: bold;
    color: white;
}

table.quadTeam p:first-child + p {
    font-size: 21px;
    font-weight: bold;
}

table.quadTeam tr td:first-child + td,
table.quadTeam tr td:first-child + td + td {
    width: 30%;
    background-color: lightgray;
}

table.by_listing_2018 {
    width: 100%;
    text-align: center;
    border-collapse: separate;
    border-spacing: 6px;
    border-color: white;
    background-color: #f0f0f0;
}

table.by_listing_2018 tr { height: 150px }

table.by_listing_2018 tr td:first-child + td { width: 19% }

table.by_listing_2018 tr td:first-child {
    width: 9%;
    background-color: lightgray;
    font-size: 42px;
    font-weight: bold;
    color: white;
}

table.by_listing_2018 tr td:first-child + td + td {
    width: 15%;
    background-color: lightgray;
    font-size: 42px;
    font-weight: bold;
    color: white;
}


table.by_listing_2018 tr td:first-child + td + td + td {
    font-size: 21px;
    font-weight: bold;
    background-color: white;
}

table.by_listing_2018 tr td + td img { height: 150px; }
div.by_teaser {
    border: 0;
    padding: 4px 0;
}
div.by_teaser div {
    margin: 155px 0;
    padding: 20px;
    height: 150px;
    background-color: rgba(80, 80, 80, 0.7);
    text-align: center;
}
div.by_teaser div h1 {
    margin: auto;
    color: white;
    font-size: xx-large;
    font-weight: bold
}
div.by_teaser div p {
    color: white;
    font-size: x-large;
    font-weight: bold;
}

div.by_teaser div a {
    color: white;
    font-size: large;
    font-weight: bold;
    padding: 0 5px;
}