td.label {
    color: #2a6496;
}
table {
    caption-side: bottom;
}
table thead tr th {
    text-align: center;
    background-color: #cccccc;
}

.table-rcj tbody tr td:nth-child(1){ /*right align*/
    text-align: right;
}
.table-rcj tbody tr td:nth-child(2){ /*center align*/
    text-align: center;
}
.table-rcj tbody tr td:nth-child(3){ /*justify align*/
    text-align: justify;
}
.caption{
    text-align: center;
}

.figure {
    margin-top: 1ex;
}

.figure img{
    display: table;
}

.external > img.img-responsive {
    width: 60px !important;
}

.figure.align-center > a > img {
    margin-right: auto;
    margin-left: auto;
}

.figure.align-center > a > object {
    margin: auto;
    display: block;
}


