.achievement_list {
  padding-bottom: 50px;
}

.achievement_list table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

.achievement_list th {
  width: 15%;
  min-width: 170px;
  background-color: #dff2ed;
  padding: 10px 20px;
  vertical-align: middle;
  border-bottom: 1px #555555 dotted;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}

.achievement_list td {
  padding: 10px 20px;
  vertical-align: middle;
  border-bottom: 1px #555555 dotted;
  box-sizing: border-box;
}

.achievement_list td a {
	/*
  background: linear-gradient(180deg, #10bf95 0%, #10bf95 50%, #00aa84 50%, #00aa84 100%);
  padding: 12px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  padding-left: 45px;
	*/
  font-weight: bold;
  display: inline-block;
  position: relative;
}

.achievement_list td a img {
  margin-right: 5px;
  vertical-align: bottom;
	/*
  position: absolute;
  top: 7px;
  left: 10px;
	*/
}

@media screen and (max-width: 480px) {
  #achievement h2 img {
    width: 65px;
  }

  .achievement_list table {
    width: 100%;
  }

  .achievement_list th,
  .achievement_list td {
    max-width: inherit;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 0;
  }

  .achievement_list td a img {
    width: auto;
    height: 32px;
  }
}
