#layout__topnav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#certifications__home{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}



#enec-background{
    margin: 0px 115px 0px 115px;
}
#enec-nav{
    height: auto;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #8E8E8E;
}
#enec-nav h1{
    font-size: 25px;
    color: #555555;
    letter-spacing: 1.88px;
    line-height: 133%;
    margin-top: 10px;
}
#enec-container{
    margin-top: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#enec-table{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 800px;
}
#enec-table-header th{
    background-color: #7caae4;
    text-align: center;
    height: auto;
    color: white;
    font-size: 16px;
    font-weight: 500;
    padding: 5px;
    border: 1px solid #EAEFF2;
    border-radius: 2px;
    /* border-bottom: 3px solid #EAEFF2; */
}

#col1{
    width: 200px
}
#col2{
    width: 100px;
}
#col3{
    width: 400px;
}
#col4{
    width: 100px;
}


#enec-table-row td{
    color: #063e67;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    border: 1px solid #EAEFF2;
    border-radius: 2px;
}
#enec-table-row:nth-child(even){
    background-color: #d8e1f2;
}
#enec-table-row:nth-child(odd){
    background-color: white;
}
#enec-table-row td:first-child{
    background-color: #7caae4;
    color: white;
}




#below-table{
    width: 800px;
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    justify-content: flex-start;
}

#below-right{
    color: #063e67;
    font-size: 16px;
    font-weight: 500;
    padding: 5px;
    line-height: 20px;
}