/*!
 * Start Bootstrap - Blog Home 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;
}

.table>tbody>tr.related_post>td {
    padding-left: 3px;
    padding-right: 3px;
    background-color: #f5f5f5;
}
.table>tbody>tr.popular_post>td {
    padding-left: 3px;
    padding-right: 3px;
    background-color: #f5f5f5;
}

.flex_container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}