#upload-form {
    display: none;
}
#apk-list li:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}

html, body {
    height: 100%;
    background-image: url(bg_tile.svg);
}

body {
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

footer {
    flex-shrink: 0;
}

#login-error {
    display: none;
}

nav.bg-info {
    background-color: #236d9d !important;
    background-image: url(bg_tile.svg);
}

code {
    color: #0d0d0d !important;
}

.apk-name {
    font-size: 1.1rem;
    font-weight: bold;
}
.apk-region, .apk-build, .apk-date {
    font-size: 0.9rem;
    font-weight: normal;
}
.apk-item {
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 0.25rem;
}
.region-name {
    font-size: 1.2em;
}

.badge-custom {
    background-color: #6c757d;
    border-radius: 50%;
    vertical-align: super;
    font-size: 0.6em;
}
.filters {
    display: flex;
    align-items: center;
}