.btn-general-img{
  width:30px;
  height:30px;
  margin-top:-8px;
  margin-bottom:-5px;
  margin-right:7px;
}

.btn-general-img-unique{
  width:30px;
  height:30px;
  margin-top:-8px;
  margin-bottom:-5px;
  margin-right:0px;
}

.btn-general-bk-blue {
  border-radius: 30px;
  font-weight: bold;
  color: #fff;
  background-color: #1f80e0;
  padding: 12px 16px;
  font-size: 19px;
  line-height: 24px;
  /*min-width: 120px;*/
  display:inline-block;
  text-shadow: 2px 2px 1px #0a2f54;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05), 0 3px 0 rgba(0, 0, 0, 0.14), 0 0.5px 0 rgba(0, 0, 0, 0.34);
}
.btn-general-bk-blue:hover {
  background-color: #308DEA;
  color: #fff;
}

.btn-general-bk-magenta {
  border-radius: 30px;
  font-weight: bold;
  color: #fff;
  background-color: #5f5bb2;
  padding: 12px 16px;
  font-size: 19px;
  line-height: 24px;
  /*min-width: 120px;*/
  display:inline-block;
  text-shadow: 2px 2px 1px #220836;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05), 0 3px 0 rgba(0, 0, 0, 0.14), 0 0.5px 0 rgba(0, 0, 0, 0.34);
  border: 1px solid #dddddd;
}
.btn-general-bk-magenta:hover {
  background-color: #706cbd;
  color: #fff;
}

.btn-general-bk-green {
  border-radius: 30px;
  font-weight: bold;
  color: #fff;
  background-color: #28a745;
  padding: 12px 16px;
  font-size: 19px;
  line-height: 24px;
  /*min-width: 120px;*/
  display:inline-block;
  text-shadow: 2px 2px 1px #0a3013;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05), 0 3px 0 rgba(0, 0, 0, 0.14), 0 0.5px 0 rgba(0, 0, 0, 0.34);
}
.btn-general-bk-green:hover {
  background-color: #2fb04c;
  color: #fff;
}

.btn-general-bk-gray {
  border-radius: 30px;
  font-weight: bold;
  color: #fff;
  background-color: #6c757d;
  padding: 12px 16px;
  font-size: 19px;
  line-height: 24px;
  /*min-width: 120px;*/
  display:inline-block;
  text-shadow: 2px 2px 1px #25282b;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05), 0 3px 0 rgba(0, 0, 0, 0.14), 0 0.5px 0 rgba(0, 0, 0, 0.34);
}
.btn-general-bk-gray:hover {
  background-color: #858a8f;
  color: #fff;
}

.btn-general-bk-gray-border {
  border-radius: 30px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #6c757d;  
  padding: 12px 16px;
  font-size: 19px;
  line-height: 24px;
  /*min-width: 120px;*/
  display:inline-block;
  text-shadow: 2px 2px 1px #25282b;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05), 0 3px 0 rgba(0, 0, 0, 0.14), 0 0.5px 0 rgba(0, 0, 0, 0.34);
}
.btn-general-bk-gray-border:hover {
  background-color: #e8e8e8;
  color: #fff;
}

.btn-general-bk-red {
  border-radius: 30px;
  font-weight: bold;
  color: #fff;
  background-color: #dc3545;
  padding: 12px 16px;
  font-size: 19px;
  line-height: 24px;
  /*min-width: 120px;*/
  display:inline-block;
  text-shadow: 2px 2px 1px #390d12;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05), 0 3px 0 rgba(0, 0, 0, 0.14), 0 0.5px 0 rgba(0, 0, 0, 0.34);
}
.btn-general-bk-red:hover {
  background-color: #ee4051;
  color: #fff;
}

.btn-general-bk-orange {
  border-radius: 30px;
  font-weight: bold;
  color: #fff;
  background-color: #ea962f;
  padding: 12px 16px;
  font-size: 19px;
  line-height: 24px;
  /*min-width: 120px;*/
  display:inline-block;
  text-shadow: 2px 2px 1px #41290d;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05), 0 3px 0 rgba(0, 0, 0, 0.14), 0 0.5px 0 rgba(0, 0, 0, 0.34);
}
.btn-general-bk-orange:hover {
  background-color: #f2a03d;
  color: #fff;
}

.btn-general-bk-cyan {
  border-radius: 30px;
  font-weight: bold;
  color: #fff;
  background-color: #17a2b8;
  padding: 12px 16px;
  font-size: 19px;
  line-height: 24px;
  /*min-width: 120px;*/
  display:inline-block;
  text-shadow: 2px 2px 1px #073036;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05), 0 3px 0 rgba(0, 0, 0, 0.14), 0 0.5px 0 rgba(0, 0, 0, 0.34);
}
.btn-general-bk-cyan:hover {
  background-color: #2fb8cd;
  color: #fff;
}