td .actions {
    white-space: nowrap;
}

td.actions .wb-frmvld {
    display: none;
}





form .required label {
    color: #e32;
}
form .required label:after {
    color: #e32;
    content: '*';
    display:inline;
}



.home-app-icon {
    max-height: 75px;
    max-width: 75px;
}

.desc:after {
    display: inline-block;
    content: '\00bb';
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 5px;
}

.asc:after {
    display: inline-block;
    content: '\00bb';
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    margin-left: 5px;
}



.blog-body {
    font-size: 1.25em;
}

.blog-body p {
    line-height: 1.4em;
    text-align: justify;
}

.blog-body blockquote {
    font-size: 1.40em;
    line-height: 1.8em;
    border-left: 5px solid #7291B6;
}

.blog-body img {
    border-radius: 10px;
    margin: 10px;
    /* display: block; */
    max-width: 100%;
    height: auto;
}

.blog-body img .img-50 {
    max-width: 50%;
    height: auto;
}

.blog-summary-container {
    margin-bottom: 45px;
}

.blog-summary {
    font-size: 1.30em;
    line-height: 1.4em;
}

.blog-summary-date {
    color: #777;
    margin-bottom: 25px;
}

.blog-summary-img {
    text-align: center;
    margin-bottom: 25px;
}
.blog-summary-img img {
    max-width: 75%;
}

.blog-summary-more {
    font-size: large;
}



.blog-editor-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 80%, .7);
    top: 80px;
    padding-bottom: 80px;
    left: 100px;
    padding-right: 100px;
    display: none;
    z-index: 1;
}

.blog-editor-preview {
    width: 100%;
    height: 99%;
    overflow: auto;
    background-color: white;
    padding: 15px;
    border-radius: 10px;
}

.blog-editor {
    width: 100%;
    height: 80%;
    font-family: courier;
}


.blog-tags {
    margin: 30px 0;
    text-align: center;
    font-size: 1.2em;
}

.blog-share {
    margin-top: 1.2em;
    text-align: center;
    font-size: 1.2em;
}


.bio-image {
    float: right;
    max-width: 50%;
    width: 50%;
    margin-left: 25px!important;
}