body, html {
    height: 100%;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";;
}

.space-lg {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.table-rwr tr th:first-child {
}

.table-rwr tr td {
    height: 75px;
}

.table-rwr tr td img {
    max-height: 50px;
}

.table-rwr tr.threat-element td img {
    max-height: 30px;
}

.table-rwr td.rwr-symbol {
    text-align: center;
    max-width: 100px;
}

.table-rwr tr.threat-element td {
    height: auto;
}

.navbar_image {
    height: 200px;
    background-size: cover;
    border-color: black;
    border-style: solid;
    border-width: 1px 0 1px 0;
}

.body-container-wrapper {
    background-size: cover;
    height: 100%;
}

.table-rwr tr.threat-element td.rwr-symbol {
    padding: 0;
}

.table-rwr tr.threat-element td {
    padding-top: 0;
    padding-bottom: 0px;
    border-top: none;
    vertical-align: middle;
}

.table-rwr tr.threat-element .threat-name {
    font-size: 60%;
    font-weight: bold;
}

.table-rwr .threat-name {
    font-weight: bold;
}

.table-rwr .threat-minalt, .table-rwr .threat-minrange, .table-rwr .threat-nickname {
    color: #7d7d7d;
}

.table-identification {
    padding-left: 15px;
    padding-right: 15px;
}

.table-identification .col {
    padding: 0;

}

.table-identification .row {
    background-color: black;
}

.table-identification .images-row {
    position: relative;
}

.table-identification .images-row .col-pictures {
    text-align: center;
}

.table-identification .images-row .col-pictures img {
    margin: auto;
}

.table-identification .threat-signet {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
    background-size: contain;
    z-index: 1000;
}

.table-identification .threat-label {
    color: white;
    background-color: black;
    padding-top: 0.5em;
    padding-left: 15px;
}

.table-identification .threat-label img {
    height: 1em;
    width: 1em;
}

.modal-body {
    padding: 0;
}
.navbar-sub
{
    padding-top:.25rem;
    padding-bottom: .25rem;
}
.navbar-sub ul {
    flex-direction: row;
}

.navbar-sub ul li {
    padding-right: 1em;
}

.container {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .index-background
    {
        background-position-x: 70%;
        background-position-y: 30%;

    }
}
.index-background
{
    min-height:70vh;
    height:auto;
}
.index-container,.index-roadmap
{

    padding-top:3rem;
}