<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Copyright (c) 2016 The BrandMeister Development Team - All rights reserved
 * This file is a part of Project Halligan (the official BrandMeister Dashboard)
 * and is licenced to you under the MIT License (MIT); you may not use this file except
 * in compliance with the MIT license. You may obtain a copy of the MIT license at
 *
 *     https://opensource.org/licenses/MIT
 *
 * For more information about BrandMeister, see http://brandmeister.network
 *
 * Unless required by applicable law or agreed to in writing, software distributed
 * under the MIT License is provided "AS IS", without warranty of any kind, express
 * or implied, including but not limited to the warranties of merchantability, fitness
 * for a particular purpose and non-infringement. In no event shall the authors or
 * copyright holders be liable for any claim, damages or other liability, whether in
 * an action of contract, tort or otherwise, arising from, out of or in connection
 * with the software or the use or other dealings in the software.
 */

.table-striped tbody tr:nth-child(odd) {
    background-color: #ececec;
}

/*
 * Error Pages
 */
.error-page h2.headline {
    margin: 0px;
    line-height: 70px;
}

/*
 * Footer Styles
 */
.main-footer .fa.fa-heart {
    color: #dd4b39;
}

/*
 * News Styles
 */
.box-body ul.timeline li div.timeline-item {
    background-color: #ecf0f5;
}

/*
 * Profile Page
 */
.profile-info .box-body {
    padding: 0px;
}

.profile-info img {
    width: 100%;
}

.profile-info .box-footer {
    padding-top: 10px;
}

.profile-info .box-footer hr {
    margin: 10px 5px 10px 5px;
}

.profile-info .box-footer strong,
.profile-info .box-footer p {
    padding-left: 20px;
}

/*
 * Team Page
 */
.team-member img {
    height: 320px;
    width: 320px;
    display: block;
    margin: 15px auto;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.team-member h2,
.team-member h3,
.team-member h4,
.team-member h5 {
    text-align: center;
}
.team-member h2 {
    font-size: 23px;
}

.team-member h3,
.team-member h4 {
    font-size: 16px;
    color: #777;
}

.team-member h4 a {
    color: #777;
    font-style: italic;
}

.team-member h4 a:hover {
    text-decoration: underline;
}

.team-member h5,
.team-member h5 a {
    margin-top: 15px;
    font-size: 24px;
    color: inherit
}

/*
 * User Menu Dropdown Fix
 */
.dropdown-menu li.user-footer a.btn-danger{
    color: #fff;
}

.dropdown-menu li.user-footer a.btn-danger:hover {
    color: #fff;
    background-color: #d73925;
}

/*
 * Other Styles
 */
.icon-green {
  color: green;
}

.icon-red {
  color: red;
}

.link-white {
    color: white;
    text-decoration: underline;
}

.link-white:hover {
    text-decoration: none;
    color: white;
}

.info-box-number.user-dash-stats {
    font-size: 32px;
    line-height: normal;
}

.info-box-content .full-report {
    color: #333;
}

.info-box-content .full-report::after {
    font-family: FontAwesome;
    content: "\00a0 \f0a9";
}

.article-title {
    font-weight:bold;
    font-size:18px;
}
</pre></body></html>