.button {
  margin: -7px 0 0 10px;
  text-align: center;
  display: block;
  position:relative;
  width: 140px;
  height: 40px;
  float: left;
}
.button:last-child {
  margin-bottom: 0;
}
.button a {
  display: inline-block;
  font-size: 18px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #2198cf;
  line-height:35px;
  padding: 6px;
  text-decoration:none;
text-shadow: -1px 1px #fffcb7;
font-weight: bold;
}


/* ============================================================
  PULSE
============================================================ */
.cmn-t-pulse {
  
  -webkit-animation: pulse 1s ease infinite;
  -moz-animation: pulse 1s ease infinite;
  -ms-animation: pulse 1s ease infinite;
  -o-animation: pulse 1s ease infinite;
  animation: pulse 1s ease infinite;
  border: 2px solid white;
    color: #fff;
    height: 48px;
    margin-left: -73px;
    margin-top: -1px;
   /* padding: 18px 40px;*/
    position: absolute;
    width: 150px;
    z-index: 0;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.cmn-t-pulse:hover {
  color: #fff;
}
.background{
  position:absolute;
  z-index:10;
  width: 150px;
  height: 50px;
  background-color: #ffe63f;
  border: 1px solid white;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;	
}
.background:hover{
  position:absolute;
  z-index:10;
  width: 150px;
  height: 50px;
  background-color: #fa741a;
-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
	cursor: pointer;
}
.background:hover a{
color: #fff;
text-shadow: none;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
	opacity: 0.0;
  }

  25% {
    -webkit-transform: scale(0.5);
	opacity: 0.3;
  }

  50% {
    -webkit-transform: scale(1);
	opacity: 0.6;
  }

  100% {
    -webkit-transform: scale(1.4);
	opacity: 0.0;
	border: 5px solid white;
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0);
	opacity: 0.0;
  }

  25% {
    -moz-transform: scale(0.5);
	opacity: 0.3;
  }

  50% {
    -moz-transform: scale(1);
	opacity: 0.6;
  }

  100% {
    -moz-transform: scale(1.4);
	opacity: 0.0;
	border: 5px solid white;
  }
}

@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(0);
	opacity: 0.0;
  }

  25% {
    -ms-transform: scale(0.5);
	opacity: 0.3;
  }

  50% {
    -ms-transform: scale(1);
	opacity: 0.6;
  }

  100% {
    -ms-transform: scale(1.4);
	opacity: 0.0;
	border: 5px solid white;
  }
}

@-o-keyframes pulse {
  0% {
    -o-transform: scale(0);
	opacity: 0.0;
  }

  25% {
    -o-transform: scale(0.5);
	opacity: 0.3;
  }

  50% {
    -o-transform: scale(1);
	opacity: 0.6;
  }

  100% {
    -o-transform: scale(1.4);
	opacity: 0.0;
	border: 5px solid white;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0);
	opacity: 0.0;
  }

  50% {
    transform: scale(1);
	opacity: 0.6;
  }

  100% {
    transform: scale(1.4);
	opacity: 0.0;
	border: 5px solid white;
  }
}
.ontdek{
	float: left;	
}
div.morebutt{
	margin-top: 20px;	
}