body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

h2 {
    color: #147461;
}

h3 {
    color: #147461;
    padding: 0;
    margin: 0;
}

.panel-body {
    background-color: #2F6356;
    color: white;
}

hr {
    border: 1px solid #b19549;
}


.filecontent {
    background: #2F6356;
    border: solid #B19549 1px;
    float: left;
    font-size: 18px;
    color: white;
    line-height: 1.3em;
    vertical-align: top;
    border-radius: 0.5em;
    padding: 1em;
    box-sizing: border-box;
    width: 100%;
}

.col-sm-6 img {
    float: right;
    padding-top: 10px;
}

.col-sm-6 td, th {
    color: black;
}

.dataTables_length select {
    color: black;
}

.dataTables_filter input {
    color: black;
}

.table {
    background-color: white;
}

.panel-body a:link, a:visited {
    color: #B19549;
}

.tabletitle {
    float: left;
}


.panel-body a:hover, a:active {
    color: #2F6356;
    text-decoration: none;
}

.crop {
    height: 22px;
    overflow: hidden;
}

    .crop img {
        height: 30px;
        margin: -10px 7px -5px 0px;
    }

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none
    }
}
