.bottombar
{
  width: 100%;
  height: 60px;
  margin-top: 60px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  background-color: #0CAAFF;
  z-index: 2;
  clear: both;
  float: left;
}
.bottomentry
{
  float: left;
  margin-right: 50px;
  margin-left: 20px;
  height: 100%;
  position: relative;
  line-height: 60px;
  font-size: 30px;
  cursor: pointer;
  text-shadow: 0px 2px 3px #555;
  font-family: 'Roboto', normal;
}