
.page-header {
    padding: 0.5rem 1rem;
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card {
    margin-bottom: 20px !important;
}
.card-header a {
    font-weight:bold;
    color:#000;
}

.news-item .content {
    margin-bottom:30px;
}
thead.sortable th {
    cursor:pointer;
}
#comments .meta {
    float:left;
    width:160px;
    border:1px solid #CCC;
    padding:4px;
}
#comments .comment {
    border:1px solid #CCC;
    margin-bottom:20px;
    background:#FAFAFA;
}
#comments .meta {
    background:#FFF;
}
#comments .meta .author {
    font-weight:bold;
}
#comments .meta .date {
    font-size:12px;
    width:100px;
}
#comments .content {
    float:right;
    width:calc(100% - 175px);
}

.pull-left {
    float:left;
}
.pull-right {
    float:right;
}
.clear {
    clear:both;
}
.fa-maximize {
    font-size:23px;
    color: rgb(13, 110, 253);
}
