a {
    text-decoration: none;
    font-size: 19px;
}
  
a, a:hover, a:active, a:visited {
    color: #ffff3fd7;
}

.docs_container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    text-align: left;
}  

p {
    font-size: 17px;
}

p.info {
    color: #d4d4d4;
}

table {
    margin-top: 20px;
    border-collapse: collapse;
    width: 100%;
}

table, th, td {
    border: 1px solid #d4d4d4;
}

th, td {
    padding: 8px;
    text-align: left;
}

th {
    background-color: #001422;
    color: #f2f2f2;
}

th:first-child, td:first-child {
    border-left: none;
}

th:last-child, td:last-child {
    border-right: none;
}
