.TmsTable{
    max-width: 100% !important;
    display: table !important;
    overflow: auto !important;
}
.TmsTable th,
.TmsTable td{
    padding: 0.2em 0.2em !important;
}
.TmsTable.align-tables th{
	width: 120px !important;
}

.TmsTable.align-tables th:nth-child(1){
	width: 200px !important;
}

.TmsTable.other-vaccines-tbl th:last-child{
    width: 250px !important;
}

.TmsTable th{
    border-bottom: 1px solid black !important;
}
.TmsTable tr:nth-child(even){
    background-color: #eee !important;
}
.TmsTable tr td:nth-child(4),
.TmsTable tr td:nth-child(10),
.TmsTable tr td:nth-child(11){
    text-align: center !important;
}
.TmsTable input.btn{
    font-size: 0.8em !important;
}
table.TmsTable thead tr:first-child {
 	background: #4472C4 !important;
    color: #fff !important;
    text-align: center !important;
}
table.TmsTable tbody tr {
    text-align: center !important;
}

table.TmsTable tbody tr td{
    border: 1px solid #fff !important;
}
.pages{
    text-align: center;
    display: flex;
    place-content: center;
    border-top: 1px solid silver;
}

.pageSelection{
    display: flex;
    flex-direction: row;
}
.pageSelection > div{
    border: 1px solid silver;
    background: grey;
    color: #fff;
    padding: 0 0.2pc;
    margin:0.2pc;
    cursor: pointer;
    min-width: 1.5pc;
    text-align: center;
}
.pageSelection > div.currentPage{
    cursor: unset;
    background: #bbb;
    color: #444;
}

