@charset "UTF-8";
/* CSS Document */

.btnContainer {
  overflow: hidden;
}
.box {
  loat: left;
}
a.btn-wpt {
  float: left;
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 15px 10px;
  border: 3px solid #333;
  background: transparent;
  color: #333;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: .3s;
}
a.btn-wpt:hover {
  background: #333;
  color: #fff;
}
.btn-wpt span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  vertical-align: middle;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt20 {
  margin-top:20px !important;
}