.dockHolder {
  position: fixed;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  height: 128px;
  line-height: 128px;
}

.dock {
  background: #CCCCCC;
  background: -o-linear-gradient(top, #AAA 0, #CCC 49%, #AAA 51%, #808080 100%);
  background: -moz-linear-gradient(top, #AAA 0, #CCC 49%, #AAA 51%, #808080 100%);
  background: -webkit-linear-gradient(top, #AAA 0, #CCC 49%, #AAA 51%, #808080 100%);
  border: 1px solid gray;
  max-width: 100%;
  vertical-align: bottom;
  line-height: 1em;
  padding: 0 8px;
  border-radius: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.dockItem {
  display: inline;
  height: 70%;
  vertical-align: bottom;
  transition-property: width, height;
  -o-transition-property: width, height;
  -ms-transition-property: width, height;
  -moz-transition-property: width, height;
  -webkit-transition-property: width, height;
  transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -ms-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  background-color: #3562be;
  border-radius: 20px;
}

.dockItem:hover {
  height: 100%;
  cursor: pointer;
}

.dockItem:active {
  vertical-align: top;
  height: 95%;
}

#restart {
  background-color: #c96e23;
}

#update {
  background-color: #46bbaf;
}

#info {
  background-color: #d0b641;
}

#restart:hover {
  background-color: #e17c27;
}

#update:hover {
  background-color: #4dc9bc;
}

#info:hover {
  background-color: #e3c847;
}

/*# sourceMappingURL=dockingstation.css.map */

/*# sourceMappingURL=dockingstation.css.map */
