.my-text-align {
    text-align: center;
}

@media (min-width: 1024px) {
    .my-text-align {
        text-align: left;
    }
}
.container {
    font-size: 16px; 
    font-family: 'Arial, sans-serif';
}
  
.table {
    font-size: 1em; 
}
  
.table thead th {
    font-size: 16px; 
    font-weight: 500;
    color:black;
}
  
.table tbody td {
    font-size: 16px; 
    color:rgb(0, 0, 0)
}
  
.table th:nth-child(1),
.table td:nth-child(1) {
    width: 15%;
    font-size: 14px;

}
  
.table th:nth-child(2),
.table td:nth-child(2) {
    width: 25%;
}
  
.table th:nth-child(3),
.table td:nth-child(3) {
    width: 60%;
}
  
.align-middle {
    vertical-align: middle;
}
.btn-devent-abstract {
    background-color: #113A50 !important
}