﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

@media print {
    a[href]:after {
        display: none;
        visibility: hidden;
    }
}

/* added for comment stuff */
.panel-body {
    padding: 0 !important;
}

.comment-action {
    padding: 0 !important;
    background: #f6f8f9 !important;
    clear: both;
    min-height: 35px;
}

.submit-comment {
    background-color: dodgerblue;
    width: 100px;
    float: left;
    min-height: 20px;
    text-align: center;
    color: white;
    border-radius: 3px;
}
.submit-reply {
    background-color: dodgerblue;
    width: 55px;
    float: left;
    padding: 1px;
    text-align: center;
    color: white;
    border-radius: 3px;
}

.submit-comment a {
    color: #fff !important;
    display: block;
    line-height: 35px;
    text-decoration: none;
}

ul.comments {
    margin: 0;
    list-style-type: none;
    padding: 0;
    display: block;
}
.comments .comment .avatar {
    position: absolute;
    top: 8px;
    left: 5px;
}

.comments .comment {
    display: block;
    position: relative;
    padding-left: 12px;
}
.comments .comment .comment-body header {
    display: block;
    margin-bottom: 18px;
}
.comments .comment .comment-body header .pubdate {
    color: #777;
    font-size: .9em;
}
.comments .comment .comment-body header .userlink {
    font-weight: bold;
    font-size: 1.1em;
}
.comments .comment .comment-body {
    padding: 3px 3px;
    padding-bottom: 34px;
    padding-top: 3px;
}

footer .reply-link {
    color: #777;
    font-size: small;
    text-decoration: none;
}

.comments .comment .replies {
    margin-top: 2px;
    margin-bottom: 3px;
}