body {
    margin: 0px;
    position: relative;
    min-height: 100%;
}

header {
    margin-bottom: 10px;
    text-align: center;
}

header img {
    width: 28px;
    vertical-align: middle;
    padding-right: 2px;
}

header p {
    font-size: 24px;
    margin: 0;
}

nav.nav-list {
    overflow: auto;
    white-space: nowrap;
}

nav.nav {
    display: block;
    padding-top: 0;
}

nav.nav a.nav-link {
    display: inline-block;
}

.card {
    margin: 5px;
}

.main {
    margin: 0 auto;
    padding: 0px 5px 0px 5px;
    max-width: 550px;
    min-height: calc(100vh - 200px);
}

.header.footer{
height: 100px;
line-height: 100px;
}

footer.footer {
    text-align: center;
    padding: 20px;
}

footer.footer p {
    margin: 3px;
    overflow: hidden;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#onTop {
    display: none;
    padding: 12px 22px 12px 22px;
    border-radius: 100%;
    font-size: 24px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0.5;
    transition: opacity 0.3s ease-out;
}

#onTop:hover {
    opacity: 1;
}

.card-img-top {
    max-width: 100%;
    max-height: 300px;
}

.card.links img {
    border-radius: 100%;
    background-color: #FFFFFF;
    width: 32px;
    height: 32px;
    margin: 2px 0px 2px 0px;
}

.card.links h6 {
    margin-top: 5px;
}

#article img {
    max-width: 100%;
    max-height: 300px;
    margin: 5px 0px 5px 0px;
}

#article video {
    max-width: 100%;
    max-height: 320px;
    margin: 5px 0px 5px 0px;
}

#article iframe {
    max-height: 320px;
    height: 250px;
    width: 100%;
    margin: 5px 0px 5px 0px;
}

#mulu {
    width: 200px;
}

.btn.mulu {
    margin-bottom: 5px
}

.friendlinks img {
    border-radius: 100%;
    background-color: #FFFFFF;
    width: 54px;
    height: 54px;
}

#flinfo p {
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}