/*!
 * Start Bootstrap - Blog Post HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

footer {
    margin: 50px 0;
}

.post-content .media iframe {
    aspect-ratio: 16 / 9;
    border: 0;
    display: block;
    width: 100%;
}

.post-content figure.table {
    display: table;
    margin-left: 0;
    margin-right: auto;
    width: auto;
}

.post-content figure.table > table {
    width: 100%;
}

.post-content figure.table[style*="margin-left:auto"][style*="margin-right:auto"] {
    margin-left: auto;
    margin-right: auto;
}

.post-content figure.table[style*="margin-left:auto"][style*="margin-right:0"] {
    margin-left: auto;
    margin-right: 0;
}
