[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
body {
    padding-top: 20px;
    padding-bottom: 20px;
}
.bolder {
    font-weight:bolder;
}
.question {
    font-family: verdana, Arial, helvetica;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    color: red;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-nav > li > a.table-userbar {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
.alertbox {
    background-color:#500;
    color:#fff;
    border-color:#c0c0c0;
    border-style:solid;
    border-width:1px;
    padding:10px;
    box-sizing:border-box;
    text-align:center;
    margin:10px;
}
body.offline {
    background-color:#2a323a;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}
.paddedtable>tbody>tr>td {
    padding:10px;
    vertical-align:middle;
}
.table-row {
    display: table-row;
}

.table-userbar {
    display: table;
}
.blogpost-left
{
    margin-right:5px;
}
.blogpost
{
    background-color:rgba(255,255,255,0.05);
    padding:0px;
    margin-bottom:30px;
}
.blogpost a{
    color:darkgray;
    text-decoration: underline;
}
.blogmainheader
{
    width:100%;
    display:table;
    background-color:rgba(255,255,255,0.05);
    padding:10px;
}
.blogprofilepic
{
    display:table-cell;
    width:46px;
}
.blogbody
{
    padding:10px;
}
.blogbody img
{
    max-width:100% !important;
    height: auto !important;
}
.blogbody a
{
    color:#2b6082;
}
.blogheader
{
    color:#FFF;
    font-size:24px;
    font-family: 'Arial','Helvetica Neue','Helvetica','sans-serif';
    line-height:100%;
}
.blogsubheader
{
    color:#3b6082;
}
.blogdate
{
    font-family: 'Arial','Helvetica Neue','Helvetica','sans-serif';
    font-size:10px;
    color:#000;
    margin-bottom:5px;
}
.blogbody
{
    font-family: 'Arial','Helvetica Neue','Helvetica','sans-serif';
    font-size:14px;
    color:#000;
}
.userPic {
    width: 30px;
    height: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 2px rgba(117,190,246,1);
}
.pagehead
{
    font-family: 'Century Gothic','CenturyGothic','AppleGothic','sans-serif';
    font-size:36px;
    margin-bottom:20px;
    color:#FFFFFF;
}
.sectionhead
{
    font-family: 'Century Gothic','CenturyGothic','AppleGothic','sans-serif';
    font-size:24px;
    font-weight:normal;
    margin-top:20px;
    margin-bottom:20px;
    color:#DDDDDD;
}
.userPicLg {
    width: 46px;
    height: 46px;
    position: relative;
    overflow: hidden;
    margin-right:10px;
    margin-bottom:5px;
    margin-top:3px;
    margin-left:0px;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 2px rgba(117,190,246,1);
}