* {
    font-family: "Helvetica Neue", "Verdana", "Helvetica", sans-serif;
}

body {
    background-color: black;
    color: white;
}

.mediacontainer {
    margin-top: 10px;
    margin-bottom: 180px;
    max-width: 700px
}

.mediacontainer-upper {
    margin-top: 10px;
    margin-bottom: 180px;
    padding-bottom: 100px;
    max-width: 700px
}

.mediacontainer-fixed-lower {
    background-color: black;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 90px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

img {
    width: 100%;
    height: auto;
    border: 9px solid whitesmoke;
}

@keyframes blink {
    50% {
        color: transparent
    }
}
.loaderdot {
    animation: 1s blink infinite
}
.loaderdot:nth-child(2) {
    animation-delay: 250ms
}
.loaderdot:nth-child(3) {
    animation-delay: 500ms
}

/* TODO btn-gray hover color */

.btn-gray {
    background: darkgray;
    border-color: darkgray;
    color: black;
}

.btn-gray a {
    background: whitesmoke;
}

.btn-gray a:hover {
    background: whitesmoke;
}

.btn-gray a:active {
    background: whitesmoke;
}

.btn-gray a:link, a:visited {
    background: darkgray;
}

.btn-gray a:link:active, a:visited:active {
    background: whitesmoke;
}

.margin4px {
    margin: 4px;
}

