#PageNumbers {
    text-align: center;
}

#PageNumbers .current {
    background: #1c4d72;
}

#PageNumbers svg {
    position: relative;
    top: 5px;
}

#PageNumbers .prev,
#PageNumbers .next {
    background: white;
    position: relative;
}

#PageNumbers p a,
#PageNumbers p span span {
    width: 40px;
    line-height: 40px;
    color: white;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    background: #d8d8d8;
}

#Sidebar {
    max-width: 230px;
    padding-left: 20px;
    margin-top: -80px;
    padding-top: 80px;
    padding-bottom: 80px;
    border-right: 1px solid black;
    text-align: right;
}

.popularPost {
    color: black;
    display: block;
    padding: 5px 0;
    text-decoration: none;
}

.popularPost img {
    margin-right: 0;
    margin-left: auto;
}

.popularPost p {
    font-size: 13px;
}

.popularPost h6 {
    color: black;
    text-decoration: none;
    margin-bottom: 0;
    font-size: 16px;
}

.blogSummary {
    padding-bottom: 50px;
}

.postTitle a {
    color: #000000;
    display: block;
    text-decoration: none;
    padding-bottom: 20px;
}

.fancyButton {
    color: white !important;
    text-decoration: none;
    background: #1c4d72;
    padding: 10px 40px;
    margin: 10px 0;
    display: inline-block;
}

#BlogContent {
    float: right;
    width: calc(100% - 280px);
}

table {
    margin-top: 30px;
    margin-bottom: 30px;
    vertical-align: top;
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

table tr th {
    font-size: 20px;
    padding: 12px;
    border: 1px solid #0a4271;
    background-color: #0a4271;
    text-align: left;
    color: #fff
}

table tr:nth-child(even) td {
    background: rgba(248, 246, 247, 0.5)
}

table tr td {
    font-size: 16px;
    color: #58585b;
    border: 1px solid #0a4271;
    padding: 10px;
    background-color: #fff;
    text-align: left
}

.blogWrapblogWrapf:before,
.blogWrap:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.blogWrap:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.blogWrap {
    *zoom: 1;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

.blogWrap {
    padding-top: 40px;
    padding-bottom: 40px;
}

.blogWrap #Sidebar {
    float: left;
    padding-right: 30px;
}

@media (max-width: 768px) {
    #BlogContent {
        width: 100%;
        padding: 0 20px;
    }

    #Sidebar {
        max-width: 100%;
        width: 100%;
        padding-bottom: 20px;
        border: 0;
        text-align: left;
    }

    .popularPost p,
    .popularPost img {
        display: none;
    }
}