.blog-post img.left,
.blog-post img.right {
    display: inline !important;
    left: 0px !important;
    width: 45%;
}
.blog-post img.larger {
	width: 55%;
}
.blog-post img.left {
    margin: 20px 25px 20px 0px !important;
    float: left !important;
}
.blog-post img.right {
    margin: 20px 0px 20px 25px !important;
    float: right !important;
}
.blog-post-summary a,
.blog-post-content a {
    border: none;
}
.blog-post-summary img {
    display: none;
}
table th {
    text-align: left;
}
.canonical-page-link {
    background-color: #3C93CB;
    padding: 10px;
    margin-bottom: 20px;
}
.canonical-page-link a {
    text-decoration: none;
    border: none;
    color: #fff;
}
.canonical-page-link a:hover {
    border-color: #fff;
    color: #fff;
}
ul.pagination-links {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
ul.pagination-links li {
    display: inline;
}
ul.pagination-links li a {
    padding: 5px;
    text-decoration: none;
    border: none;
}
ul.pagination-links li a.active {
    background-color: #3C93CB;
    color: #fff;
}
ul.pagination-links li a:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border: none;
}
@media only screen and (max-width: 900px) {
    .blog-sidebar {
        width: 100% !important;
        margin: auto !important;
    }
}
@media only screen and (max-width: 500px) {
    .blog-post img.left,
    .blog-post img.right {
        display: block !important;
        float: none !important;
        width: 100% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}