table.pager {
    margin-top: 20px;
}
table.heavytable {
  width: 100%;
  max-width: 100%;
  height: 320px;
  border-collapse: collapse;
  border: 1px solid #38678f;
  margin: 20px auto;
  background: white;
}
table.heavytable th.daily {
    height:35px;   
}
table.heavytable th {
  background: steelblue;
  height: 54px;
  width: 12.5%;
  font-weight: lighter;
  text-shadow: 0 1px 0 #38678f;
  color: white;
  border: 1px solid #38678f;
  box-shadow: inset 0px 1px 2px #568ebd;
  transition: all 0.2s;
}
table.heavytable tr {
  border-bottom: 1px solid #cccccc;
}
table.heavytable tr:last-child {
  border-bottom: 0px;
}
table.heavytable td.daily  {
    padding:0;   
    height:35px;
}
table.heavytable td.dailhead  {
    text-align: center;
    line-height:35px;
}
table.heavytable div.workbar  {
    padding:0;   
    margin:0;
    height:35px;
    float:left;
}
table.heavytable div.workbarhead  {
    background: url(../images/worksep.gif) no-repeat right center;
}
table.heavytable td {
  border-right: 1px solid #cccccc;
  padding: 10px;
  transition: all 0.2s;
  /*cursor: pointer;*/
}
table.heavytable td:last-child {
  border-right: 0px;
}
table.heavytable td.selected {
  background: #d7e4ef;
  z-index: 1;
}

table.heavytable th.selected {
  background: #00ABBE;
  z-index: 1;
}
table.heavytable td.cell{
    height: 20px;  
    width:12.5%;
    -webkit-transition: width 0.5s ease-in, height 0.5s ease-in
    transition: width 0.5s, height 0.5s
}
table.heavytable td.cell_open{
    height:200px;
    width:25%;
}
/*table.heavytable td input {
  font-size: 14px;
  background: none;
  outline: none;
  border: 0;
  display: table-cell;
  height: 100%;
  width: 100%;
}*/
table.heavytable td textarea {
 background: #fff;
 width: 123px;
 height: 50px;
 font: normal 12px arial;
 /*line-height: 25px;*/
 padding: 10px 10px;
 border: solid 1px #ddd;
 overflow:hidden;
    -webkit-transition: width 0.5s ease-in, height 0.5s ease-in
    transition: width 0.5s, height 0.5s 
}
table.heavytable td textarea.selected {
 width: 230px;
 height: 170px;
}
table.heavytable td input:focus {
  box-shadow: 0 1px 0 steelblue;
  color: steelblue;
}
table.heavytable ::-moz-selection {
  background: steelblue;
  color: white;
}
table.heavytable ::selection {
  background: steelblue;
  color: white;
}
.heavytable {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  animation: float 5s infinite;
}
input{
margin: 0.2em 0 0.2em 0;
color: #666;
background: #fcfcfc;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
line-height: 20px;
font-size: 12px;
border: 1px solid #ccc;
padding: 3px;
font-size: 11px;
}