body {
background-image: url("../Content/img/scofield.jpg");
background-attachment: fixed;
background-position: center;
background-size: cover;
    max-width: 728px;
    margin: auto;
    margin-top: 10px;
    background-color: #222222;
}
.commented {
    border: 1px dashed #e74c3c;
    margin-bottom: 0;
}
.profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.validation-summary-errors ul {
    list-style: none;
}

.chat {
    list-style: none;
    margin: 0;
    padding: 0;
}

.panel-body img {
    max-width: 100%;
}

.navbar-brand {
    padding: 3px 3px;
}

    .navbar-brand > img {
        max-height: 100%;
    }

.margin-5 {
    margin: 5px;
}

.pager {
    margin: 20px 0 0 0;
}

    .pager li.active > a {
        background-color: #0f7864;
    }

.list-group-item img {
    max-width: 100%;
}

.padding-zero {
    padding: 0;
}

.thumb {
    max-width: 100%;
    width: 100%;
    margin-top: 10px;
}

.list-unstyled {
    padding-left: 0px;
    list-style: outside none none;
}

    .list-unstyled > li {
        float: left;
        margin-right: 1.5em;
        margin-bottom: 1.5em;
    }

.progress {
    height: 20px;
}

    .progress .progress-bar {
        font-size: 20px;
        line-height: 20px;
    }

.navbar-toggle {
    margin: 3px 3px 2px 2px;
    border: 1px solid transparent;
    width: 55px;
    height: 55px;
}


@media (min-width:768px) {
    .notice {
        background: #e74c3c none repeat scroll 0% 0%;
        border-radius: 15px;
        position: absolute;
        top: 10px;
        font-size: 11px;
        padding: 0px 7px;
        left: 22px;
    }
}

@media (max-width:768px) {
    .notice {
        background: #e74c3c none repeat scroll 0% 0%;
        border-radius: 15px;
        position: absolute;
        top: 2px;
        font-size: 15px;
        padding: 0px 7px;
        left: 27px;
    }
}

.dropdown-menu {
    top: 99%;
}

.cursor-pointer {
    cursor: pointer;
}

.unviewed {
    border-left: 2px solid #e74c3c;
}

.commented {
    border: 1px dashed #e74c3c;
    margin-bottom: 0;
}


.power-off:active {
    background-color: #e74c3c;
    color: white;
}

@media (max-width:540px ) {
    .navbar-540-100 {
        width: 100%;
    }
}