#events_bar {
  background: #F0F0F0;
  width: 100%;
}

.event_block {
  height:100px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 2;
  text-align:center;
  border-right:1px solid #BFBFBF;
}

.event_block:hover {
  -moz-box-shadow:    inset 0 0 10px #aaa;
  -webkit-box-shadow: inset 0 0 10px #aaa;
  box-shadow:         inset 0 0 10px #aaa;
  cursor: pointer;
}

@media (max-width:800px) {
  #events_bar {
    display:none;
  }
}
