#ctl00_ContentPlaceHolderMain_tblStudentInfo table,
#ctl00_ContentPlaceHolderMain_tblStudentInfo th,
#ctl00_ContentPlaceHolderMain_tblStudentInfo td {
border: 1px solid black;
text-align: center;
}
.entry-content.cf {
    /* Your existing styles */
    overflow: hidden; /* Add this if not already present */
}

.entry-content.cf table {
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
}


#bordered tbody tr td {
  border: 1px solid #000;
}
