table {
    width: 100%;
    border: 2px solid #e0e0e0;
    margin-bottom: 1.5em;
}
table tr:not(:last-child) {
    border-bottom: 2px solid #e0e0e0;
}
table td {
    border-right: 2px solid #e0e0e0;
}
table tr:first-child td,
table tr:first-child tr {
    background-color: #cee9ff;
    color: #252525;
}
table td, table th {
    white-space: normal !important;
    width: auto !important;
    padding: 5px !important;
    font-size: 12px !important;
}

.blue-bc {
    background: #4f9df4;
}
.red-bc {
    background: #f88080;
}
.green-bc {
    background: #90d581;
}
.raised{
    display: inline-block;
    margin: .5em 0;
    padding: .4em 1.3em;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0,0,0,.2), 0 2px 3px -2px rgba(0,0,0,.15);
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    transition: .3s ease-in-out;
    font-size: 17px;
}
.btn {
    margin: .5em .5em .5em 0;
}
.strong {
    font-weight: 700;
}
.raised:hover,
.raised:visited,
.raised:focus {
    box-shadow:0 13px 20px -3px rgba(0,0,0,.24);
    color: white;
}

#page .footer{
    color: #777;
    line-height:60px;
    text-align: center;
}
#page .footerContBox {
    margin-bottom: 0;
}

body{
    margin-bottom:60px;
}

.sidebar-outer{
    border: 1px solid rgba(111, 138, 187, 0.5);
    padding: 10px;
    margin-bottom: 15px;
}
.blog-sidebar{
    padding-top: 8px;
    padding-left:20px;
}
.sidebar-inner > p:last-child{
    margin-bottom: 0;
}