

#setVolumeModal form {
    margin-right: 0px;
    margin: 0px; 
    width:100%;
    
}
#schedule{
   /* background: #ffff99; */

    max-width: 900px;
    max-height: 550px;
    height: 200px !important;
    width: 760px;
}  
  
#schedule table{
    font-size: 10px; 
    table-layout: fixed;
    width: 100%;
  /*  table-layout:fixed; */
}
#schedule table.tvolume tr td .td_size{
    max-width: 20px !important;
    min-width: 20px !important;
    width: 20px !important;
}
.td_vol{
    max-width: 20px !important;
     min-width: 20px !important;
    width: 20px !important;
}
.volday{
  max-width: 52px !important;
  min-width: 52px !important;
  width: 52px !important;
}
table.tvolume tr th{
    height: 16px; 
    
    text-align:center;
}
table.tvolume thead{
    height: 15px; 
    line-height: 16px ;
}
table.tvolume tr td{
    height: 22px; 
    max-height: 20px; 
    padding: 1px 1px 1px 1px ;  
    text-align:center;
}
td contenteditable{
    width: 29px !important;
    
        background-color:blue !important;
}
[contenteditable="true"] > style{
    width: 29px !important;  
        background-color:red;
}

table.tvolume body{
    /* line-height: 20px; */
    max-height: 20px; 
    table-layout: fixed;
 
}
table.tvolume td {
  width: 17px;
  color: black;
  max-height: 20px; 
    height: 20px; 
     vertical-align: middle;
    /*display:table-cell; */
   /* display: block;*/
  overflow-y: hidden;
    overflow:hidden;
   border: 1px solid darkgrey;
   
}
table.tvolume td.div {
 max-height: 20px; 
}

#schedule table.tvolume tr td:first-child {
    padding-left: 10px;
    background-color:#edeef3;
    text-align:left;
    width: 50px !important;
    max-width: 50px;
    font-weight: bold;
    border: 0px solid black;
}
 
table.tvolume thead tr {
    background-color:#edeef3;
    text-align:center;
}
table.tvolume tr.th {
    max-height: 12px; 
    height: 12px; 
}
.cmtext10{
   font-size: 9px; 
}

.cmtext11{
   font-size: 10px; 
}
