.schedule-rows td {
  width: 80px;
  height: 30px;
  margin: 3px;
  padding: 5px;
  background-color: white;
  -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select:none;
}
.schedule-rows td:first-child {
  background-color: transparent;
  text-align: right; 
  top: -12px;
}
.schedule-rows td[data-selected],
.schedule-rows td[data-selecting] { background-color: #89B814 }
.schedule-rows td[data-disabled] { opacity: 0.55; }
.schedule-rowscabecera{                
    line-height: 25px;    
    background-color:#138DA5;
    text-align:center;
    max-width:120px;
    font-size: 110%;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    border-bottom: solid 1px #BCBCBC;
    outline: 1px solid #138DA5;
    border: 1px solid #E3E3E3;
    border-width: 1px 0;
}
.schedule-rowscabeceratd{
    text-align: center;
height: 20px;
border-width: 1px;
border-style: solid;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
border-color: rgb(255, 255, 255) rgb(188, 188, 188) rgb(188, 188, 188) rgb(238, 238, 238);
line-height: 27px;
font-size: 11px;
background-color: white;
}