#timer {
  
  position: fixed;
  top: 0px;
 right: 0%;
 height: 100px;
  width: 300px;
  margin-top: -100px;
/*   margin-left: -150px;*/
  background-color: rgba(0,0,0,0.7);
  border-radius: 13em 0.5em/1em 0.5em;
  z-index: 1000;
}


#timer  .toogle {
  cursor: pointer;
  position: absolute;
 right: 0px;
 height: 20px;
 width: 70px;
 bottom: -20px;
 border-radius: 13em 0.5em/1em 0.5em;
  background-color: rgba(0,0,0,0.7);
  padding-left: 18px;
  color: white;
}

#logSet .cell.topspaced.collapsed {
  max-height: 100px;
  overflow: hidden;
  position: relative;
}
#logSet .cell.topspaced.collapsed:after {
  content: '';
  background: rgba(255,255,255,0);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 86%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(86%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 86%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 86%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 86%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 86%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  bottom: 0;
}
#logSet .loghead.collapser {
  cursor: pointer;
}
#logSet .loghead.collapser:after {
  content: "+";
  font-weight: 700;
  font-size: 15px;
  line-height: 10px;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 10px;
}
#logSet .loghead.collapser.collapsed:after {
  content: "-";
  top:1px;
}

