body {
    font-family: 'Muli', sans-serif;
    background-color: #f6f9fc;
    margin-bottom: 50px;
}
.header {
    margin-bottom: 32px;
}
.disabled {
    opacity: 0.5 !important;
}
.wrapper {
    padding: 0 16px;
}
@media (min-width: 768px) { 
    .wrapper {
        padding: 0 24px;
    }
}
@media (min-width: 1200px) { 
    .wrapper {
        padding: 0 32px;
    }
}

h1 {
    font-size: 2.5em;
    color: #323232;
    font-weight: 300;
}
.text-muted {
    color: #696969;
}
.card-body {
    padding: 1em;
}
.card-title {
    font-size: 24px;
    font-weight: 500;
}
.list-group > .list-group-item {
    margin-bottom: 0;
    border-radius: .25rem;
    padding: 1.25rem;
}
.list-group-item {
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    border: 1px solid #ddd;
}
.list-group >.list-group-item +.list-group-item {
    margin-top: 1em;
}
.dropdown .dropdown-toggle {
    border : solid 1px #B4B4B4;
}
.dropdown .dropdown-menu {
    min-width: 260px;
    border-radius: 4px;
    box-shadow: 0px 2px 24px -6px rgba(0, 0, 0, 0.15), 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
    border: 0 none;
    padding: 0;
    max-height: 250px;
    overflow-y: auto;
}

.list-group-item > a, .list-group-item > div > a {
    color: #323232;
    font-weight: 700;
    display: flex;
}
.list-group-item > a:hover {
    color: #323232;
}
.public-key {
    cursor: crosshair;
    height: 100px;
    overflow-y: auto;
    font-family: monospace;
    word-break: break-all;
    user-select: all;
}
.dropdown-icon {
    cursor: pointer;
}
.embed-responsive {
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
    height: calc(100vh - 250px);
}
.separating-line {
    border-top: 2px solid rgba(0, 0, 0, 0.26);
}
.link-default, .link-default:hover {
    color: inherit;
    text-decoration: inherit;
}

.results {
    border: solid 1px rgba(180, 180, 180, 1);
}
[id^="downloadRes"] {
    color: #007bff !important;
    font-weight: 100 !important;
}