/*.tableData {
    text-align: center;*/
    /*font-weight: bold;*/
    /*font-size: 12px;*/
    /*style ="text-align:center;font-weight:bold;background-color:black;color:white;font-size:12px;">*/
/*}
.tableHead {
   
}*/

.DIV1{
    width:300px;
    background-color:deepskyblue;
    padding:10px;
    border-radius:10px;
}

table {
   /* table-layout: fixed;*/
    width: 100%;    
}

th {
    background-color: black;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    /* word-wrap:break-word;
    overflow-wrap: break-word;*/
    white-space: nowrap;
    overflow: hidden;
    max-width: 300px;
    /*text-overflow: ellipsis;*/
    overflow-x: auto; /*scrollbar*/
}

td {    
    /* word-wrap:break-word;
    overflow-wrap: break-word;*/
    white-space: nowrap;
    overflow: hidden;
    max-width: 300px;
    /*text-overflow: ellipsis;*/
    overflow-x: auto; /*scrollbar*/
    text-align: left;
    /*font-weight: bold;*/
    font-size: 12px;       
}


.table-column-1 {
    table-layout: fixed;
    width: 200px;
}

.table-column-2 {
    table-layout: fixed;
    width: 150px;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}