body {
    font-family: Helvetica, Arial, Sans-Serif;
    padding: 0 20px 20px 20px;
}

.header_main {
    padding: 5px 0;
    background-color: #eceff1;
    font-size: 22px;
    font-weight: bold;
    color: #123456;
}

.episodio {
    color: #990000;
}

.bold {
    margin-top: 30px;
    font-weight: bold;
}

.table_nav{
    width: 100%;
    border-collapse: collapse;
}

.table_nav td {
    width: 50%;
    font-size: 14px;
}

.table_nav a {
    text-decoration: none;
    color: blue;
}

.table_nav .ant {
    text-align: left;
}

.table_nav .sig {
    text-align: right;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  /* Modal Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  .list_ep {
    color: blue; 
    text-decoration: none;
    margin-left: 17px;
  }

  .list_ep:hover {
    color: darkblue; 
  }

