.header {
    background: linear-gradient(to top, #3b709f97, #3b709f97), url("https://static.igem.wiki/teams/5311/header-videos/parts.webp") no-repeat center;
}
.arrow ul {
    list-style-type: '\2192';
    padding: 20px;
    justify-content: center;
    margin: 0;
}

.arrow li {
    margin-bottom: 15px;
    padding-left: 10px;
}
#nice-table {
    border-collapse: collapse;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #ddd;
  }
  
#nice-table td, #nice-table th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  
#nice-table tr:nth-child(even){background-color: #5e7de211;}
  
#nice-table tr:hover {background-color:#efebdf80;}
  
#nice-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color:  #5E7CE2;
    opacity:0.8;
    color: white;
  }
#nice-table td:last-child,
#nice-table th:last-child {
      width: 50%; /* Adjust percentage based on how much space you want */
  }
ref{
    font-style: italic;
    font-size: small;

    vertical-align: super;
}

ref a{
    color: #3b719f;
    /* text-decoration: none; */
}
/* Responsive adjustments */
@media (max-width: 768px) {
    #nice-table td, #nice-table th {
        padding: 6px; /* Reduce padding for tablets */
        font-size: 10px; /* Smaller font size */
    }

    #nice-table th {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    table .special-anchor {
        font-size: 8px; 
    }
}

@media (max-width: 480px) {
    #nice-table td, #nice-table th {
        padding: 4px; /* Reduce padding for mobile devices */
        font-size: 10px; /* Even smaller font size for mobile */
    }

    #nice-table th {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    table .special-anchor {
        font-size: 8px; 
    }
}