
a.buttonmore {
    
    background:white;
	color:black;
	text-decoration:none;
	font-size:20px;
	font-weight:400;
	font-family: 'Asap', sans-serif;
	padding:0.7em 2.5em;
	display: inline-block;
	text-decoration:none;
	margin-bottom:0.5em;
	border-radius:5px;
	margin:1em;
  border: 2px solid #555555;
	cursor: pointer;
	#1ABC9C
}

a.buttonmore:hover {
	background:#1ABC9C;
	color:white;
}

buttonmore {
	padding: 0.7em 2em;
}

info a.buttonmore {
	padding: 0.7em 1em;
	width: 20%;
}

info a.buttonmore {
	font-size: 17px;
	width:23%;
}

info a.buttonmore {
	font-size: 15px;
	width: 26%;
}

info a.buttonmore {
	font-size: 13px;
	width: 30%;
}

.button1 {border-radius: 2px;}
.button2 {border-radius: 4px;}
.button3 {border-radius: 8px;}
.button4 {border-radius: 12px;}
.button5 {border-radius: 50%;}


.buttonapply {
  display: inline-block;
  border-radius: 4px;
  background-color: white; 
  border: 2px solid #555555;
  color: black;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding: 20px;
  width: 100%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.buttonapply span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.buttonapply span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.buttonapply:hover span {
  padding-right: 25px;
}

.buttonapply:hover span:after {
  opacity: 1;
  right: 0;
}

.ul4 {
    width: 70%;
    margin: auto;
}