ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #111;
}
/* Numbered list */
.ordered_list {
   list-style: none;
   counter-reset: item;
}
.list_item {
  counter-increment: item;
  margin-bottom: 5px;
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
}
.list_item:before {
   margin-right: 10px;
   content: counter(item);
   background: lightblue;
   border-radius: 100%;
   color: white;
   width: 1.2em;
   text-align: center;
   display: inline-block;
}
.irizpideak {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  font-size: 400;
}
.irizpidiv {
  display: flex;
  justify-content: center;
}

.miniatura {
  width: 10%;
  padding: 10px;
}
#main {
  text-align: center;
}
.containerul {
  display: flex;
  justify-content: center;
  background-color: #333;
}
#bideoak{
  margin-top: 1%;
  width: 100%;
  height: 100%;
}
/* video player css*/
#vid_player {
  width: 70%;
  padding: 10px;
}
#uname {
  float:right;
}
.footer {
   left: 0;
   bottom: 0;
   width: 100%;
   /*background-color: red;*/
   /*color: white;*/
   text-align: center;
}
