
.storeButton {
  display: inline-block;
  color: #aa00ff;
  width: 140px;
  border: 2px solid white;
  padding: 5px;
  margin: 2px;
  vertical-align: top;
  box-shadow: 8px 8px 4px grey;
  background: #dcdeff;
  white-space: nowrap;
}

.layout_options_buttons
{
  background: #deedff;
}

blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.catBoxList {
  display: inline-block;
  color: white;
  width: 120px;
  border: 2px solid white;
  padding: 5px;
  margin: 2px;
  vertical-align: top;
  box-shadow: 8px 8px 4px grey;
  background: #92989a;
}

.catBoxLodge {
  display: inline-block;
  color: white;
  width: 120px;
  border: 2px solid white;
  padding: 5px;
  margin: 2px;
  vertical-align: top;
  box-shadow: 8px 8px 4px grey;
  background: #92989a;
}

.booking {
	cursor: pointer;
	padding: 2px 2px 2px 2px;
	color: blue;
	background-color: lime;
	border: 1px dotted blue;
	border-radius: 6px;
	font-size: 11px;
	width: 80px;
	text-overflow: none;
	text-wrap: none;
	text-shadow: 1px;
}

.bookingOpen {
	cursor: pointer;
	padding: 2px 2px 2px 2px;
	color: blue;
	background-color: pink;
	border: 1px dotted blue;
	border-radius: 6px;
	font-size: 11px;
	width: 80px;
	text-overflow: none;
	text-wrap: none;
	text-shadow: 1px;
}

