body {
    background-color: rgb(41, 41, 41); 
    color: rgb(0, 0, 0);
}

.container {
-ms-overflow-style: none;
scrollbar-width: none;
}

.container::-webkit-scrollbar { 
display: none;
}

.font-styles {
font-family: lato, sans-serif;
}

body {
overflow-x: hidden;
font-family: lato;
}

img {
width: 30px;
height: auto;
}

.pages {
background-color: rgb(28, 28, 28);
height: 30px;
position: absolute;
margin: 0px;
top: 0px; right: 0px; bottom: 0px; left: 0px;
font-size: 15px;
}

.page {
display: inline-block;
text-align: center;
color: rgb(200, 200, 200);
height: 30px;
width: 75px;
line-height: 28px;
}

.page-left {
float: left;
}


.page-right {
float: right;
}


.page-right img {
width: 16px;
height: auto;
position: absolute;
margin-top: auto; margin-bottom: auto;
top: 0; bottom: 0; right: 30px;
}

.page:hover {
background-color: rgb(40, 40, 40);
}

.header {
margin-top: 75px;
text-align: center;
font-size: 25px;
float: down;
}

.header img {
    width: 75px;
    height: auto;
    transition: background-color 0.5s ease;
    border-radius: 4px;
}

.header img:hover {
    background-color: #5e5e5e;
}

.site-content {
font-size: 15px; 
position: relative; 
text-align: center;
margin-top: 75px;
}

.site-description {
font-family: Arial, sans-serif;
word-wrap: break-word;
}

a { 
text-decoration: none;
color: gray;
}


.search {
text-align: right;
margin-bottom: 10px;
}

.search input {
height: 35px;
width: 200px;
background-color: #141414;
color: white;
border: 2px solid green;
border-radius: 4px;
outline: none;
}


.item {
width: 205px;
margin-right: 125px;
display: inline-block;
}

.card {
border: 1px solid rgb(150, 150, 150);
border-radius: 5px;
margin-bottom: 10px;
}

.channel {
text-align: left; 
display: block; 
width: 300px;
padding: 10px;
font-weight: bold;
font-size: 15px;
}

.channel-id {
font-size: 10px;
margin-bottom: 10px;
}

.channel-meta {
font-size: 12px;
text-align: right;
}


.card:hover {
  background-color: rgba(107, 107, 107, 0.1);
position: relative;
bottom: 2px;
}

.footer {
font-size: 10px;
text-align: center;
font-family: Ariel;
margin-top: 15px;
}


.meta-searchbar {
margin-top: 30px;
}

.meta-searchbar #searchBar {
width: 350px;
height: 30px;
outline: none;
border-radius: 5px;
padding: 5px;
}

.meta-search-btn {
    margin-left: 5px;
    font-size: 10px;
    height: 30px;
    width: 50px;
}


.video-table {
 margin: auto;
 margin-top: 5px;
 text-align: left;
 color: #cccccc;
}

.next-page {
    margin-left: 30px;
}

.prev-page {
    margin-left: 30px;
}
th {
  background-color: #141414;
    
}

tr:nth-child(even) {
    background-color: #363636;
    
}

tr:hover {
    background-color: #3d3d3d;
    
}

.table-page {
    text-align: center;
    font-size: 10px;
}
.table-page a {
    color: #cccccc;
    text-decoration: underline;
}
tr, th {
    font-size: 12px;
    padding: 5px;
}

td a {
    color: #cccccc;
}

.table-searchbar {
    margin-top: 30px;
    border: 0;
    padding: 5px;
    background-color: #141414;
    color: white;
    border: 2px solid green;
    border-radius: 4px;
    outline: none;
}
.table-searchbtn {
    margin-left: 10px;
}

.sml-txt {
    font-size: 8px;
    font-family: Arial;
}

video {
    display: block;
    margin-left: auto;
    margin-right: auto;
}