﻿div.vertical-center {
  position: absolute;
  left: 50%;
  top: 50%;
  /* centering */
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
div.stock-item {
  float: left;
  height: 245px;
  margin: 5px;
  padding: 0;
}
div.stock-item img {
  height: 225px;
}
div.stock-item .columns {
  padding: 5px 10px;
  margin: 0;
  padding-bottom: 3px;
  background-color: #cccccc;
}
div.selected img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
div.selected .columns {
  background-color: green;
}
div.selected-stock-item {
  float: left;
  margin: 5px;
  padding: 0;
}
div.selected-stock-item img {
  height: 50px;
}
div.top-panel {
  background-color: #eeeeee;
  padding-top: 1em;
  padding-bottom: 1em;
  min-height: 7em;
}
div.top-panel button {
  margin-top: 0.5em;
}
div.top-panel .row,
div.top-panel input {
  margin-bottom: 0;
  padding-bottom: 0;
}
div.items-content {
  margin-top: 4.5em;
}
ul.length-info {
  margin: 0;
}
ul.length-info > li {
  line-height: 2.5em;
  vertical-align: middle;
}
ul.length-info input {
  width: 3em;
}
ul.select-keywords > li {
  background-color: #eeeeee;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  cursor: pointer;
}
ul.select-keywords > li.disabled {
  background-color: #fafafa;
  color: #999999;
}
ul.select-keywords > li.selected {
  background-color: #ccffcc;
}
ul.small-keywords > li {
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
}
.clear {
  clear: both;
}
/*# sourceMappingURL=style.css.map */