
table.tr-article-table {

    border:0;
    border-spacing: 1px;

    margin: 0 auto;		/* Center table */

}

/* Table data cells */
.tr-article-table td, .tr-article-table th, th.tr-article-table-cell {

    padding: 3px;
    text-align: center;

    background-color:#515c8c;
    color:#fff;

    font-weight:normal
}

/* Table header cells */
.tr-article-table th:not(.tr-article-table-cell):not(.tr-article-table-cell-transparent), td.tr-article-table-cell-label {

    background-color:#616B94;
    color:#ffd;
    font-weight:bold;
}


/* Transparent table cells */
td.tr-article-table-cell-transparent, th.tr-article-table-cell-transparent {

    background: initial;
    border: 1px solid transparent;
    border-collapse: collapse;
}



.tr-article-table-cell-subheader {

    font-weight:bold
}

/* Sub-headers */
.tr-article-subhead, .tr-article-subsubhead {

    font-size: 1.133em;
    font-family: 'Lato', 'Trebuchet MS', sans-serif;
    font-weight: 900;
    /*color: #000;*/

    margin-bottom: 0;
    padding-bottom: 0;
}

.tr-article-subsubhead {

    font-size: 1.067em;
}

/* Make sure that subheads hug the following paragraphs closely */
.tr-article-subhead + p, .tr-article-subsubhead + p {

    padding-top: 0;
    margin-top: 0;
}


.tr-article-img-caption  {

    text-align: center;
    font-style: italic;
    font-size: 0.933em;
    margin-bottom: 10px;
}

.tr-article-ittybitty {
    font-size: 0.867em;
}

.tr-article-smallcaps {

    text-transform: uppercase;
}

.tr-article-inline-feature-img img {

    float: right;
    margin : 0 0 7px 7px;
    width : 300px;
    height : 186px;
}

.tr-article-youtube-embed {

    text-align:center
}

.tr-article-youtube-embed-iframe {


}