table {
    width: 100%;
    border: 2px solid #e0e0e0;
    margin-bottom: 1.5em;
}
table tr:not(:last-child) {
    border-bottom: 2px solid #e0e0e0;
}
table td,
table th {
    border-right: 2px solid #e0e0e0;
}
table tr:first-child td,
table tr:first-child th,
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;
    font-weight: unset;
}

.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;
}

#smt_page_btn a:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #ffffff;
}

div#smt_page_btn{
  position: fixed;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

div#smt_page_btn > a{
  text-align: center;
  background-color: #21cd5c;
  color: #fff;
  display: block;
  width: 90%;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 25px;
  box-shadow: rgba(0,0,0,0.25) 0 -4px 0 inset, #bbb 1px 2px 3px -1px;
  -moz-box-shadow: rgba(0,0,0,0.25) 0 -4px 0 inset, #bbb 1px 2px 3px -1px;
  -webkit-box-shadow: rgba(0,0,0,0.25) 0 -4px 0 inset, #bbb 1px 2px 3px -1px;
  margin: 0 auto 0px auto;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.88);
  position: relative;
  box-sizing: border-box;
}
