.board-item {
  background: linear-gradient(45deg, #eeeeee 0%, #eeeeee 70%, #ffffff 99%);
  padding: 2%;
  margin: 1%;
}

.pin {
  width: 150px;
  height: 120px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background: linear-gradient(315deg, #FEC260 0%, #FEC260 70%, #FFE5B0 99%);
  padding: 2%;
  margin: 1%;
  position: relative;
}

.pin-box {
  min-width: 120px;
  display: table;
  padding-bottom: 20px;
}

.pin-update-info {
  font-size: x-small;
  right: 5%;
  bottom: 5%;
  position: absolute;
}

div.pin-box a {
  text-decoration: none;
}

.newpin {
  width: 150px;
  height: 120px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background: #fafafa;
  padding: 2%;
  margin: 1%;
  border-width: 1px;
  border-style: dotted;
  border-color: #777777;
}

.newpin-box {
  min-width: 120px;
  display: table;
}

div.newpin-box a {
  text-decoration: none;
}

.dropdown-menu li {
  position: relative;
}
.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}

