ul.topnav {
  position:fixed;
  width:100%;
  z-index:1;
  top: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #222222;
  box-shadow: 0px 5px 10px #222222;
}

ul.topnav li {float: left;}

ul.topnav li a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;
}

ul.topnav li a:hover {background-color: blue;}

ul.topnav li.icon {display: none;}

ul.more {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #101010;
    box-shadow: 0px -5px 10px #101010;
}

ul.more li {float: left;}

ul.more li a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;
}

ul.more li a:hover {background-color: blue;}

@media screen and (max-width:680px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
  td.meta {
    width: 0;
    display: none;
  }
}

@media screen and (max-width:680px) {
  ul.topnav.responsive {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}

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

img.home {
    margin-top: 8px;
    width: 100%;
    height: auto;
}

p {
  color: white; 
  font-family: "Courier";
  font-size: 0.8em;
  margin: 2px 0 0 2px;
}

.ytPlayer{
        margin: auto;
        text-align: left;
}

.ytThumbs {
        width: 100%;
        overflow: hidden;
}

.ytlist {
        font-size: 0.75em;
        max-width: 650px;
        list-style: none outside none;
        margin: 0;
        padding: 0;
}

/* float fix */
.ytlist:after {
        content:".";
        display:block;
        height:0;
        clear:both;
        visibility:hidden
}

.ytlist li{
        display: inline;
        float: left;
        background-color: black;
        width: 100%;
        overflow: hidden;
        margin: 0;
}

.ytlist table {
        width: 100%;
}

.ytlist td{
        width: auto;
        overflow: hidden;
        max-width: 325px;
        padding: 5px; /* some space */
        vertical-align: top;
        box-shadow: inset 0px 5px 10px #222222;
}

.ytlist h3{
        margin: 0;
        line-height: 1.0em;
}

.ytlist a {
        padding:0px;
}

.clip span {
        position: relative;
        width: 100%;
        overflow: hidden;
}
.clip img{
        width: 100px;
        display: block;

}

/* thumbs */
.small .clip span {
        position: relative;
        width: 100%;
        overflow: hidden;
}
.small .clip img{
        width: 100%;
        display: block;

}

/* for paging UL */
#ytPage{
        list-style: none inside;
        margin: 0;
        padding: 0;
        height: 20px;
}

#ytPage .ytNext{
        float: right; /* aligns to the right of ul */
}

#ytPage .ytPrev{
        display: inline-block; /* blocks keeps our ul height */
}

p:first-of-type {
    margin-top: 48px;
}

p a{
  color: white;
  text-decoration: none;
}

a:hover:not(.active) {
    background-color: blue;
}

.active {
background-color: red;
}

.footer {
  position: fixed;
  width:100%;
  z-index:1
  bottom: 0;
  padding: 1rem;
  background-color: black;
}
