.tbl-box {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
}

.tbl-box * {
  font-size: 17px;
  color:#555
}

.tbl-box th,
.tbl-box td {
  text-align: center;
}

.tbl-box th {
  background-color: #eee;
  line-height: 3em;
}

.tbl-box td {
  line-height: 3em;
  border-bottom: 1px solid #ddd;
}

.tbl-box td.m {
  width: 20%;
  min-width: 100px;
}

.tbl-box td.d {
  width: 20%;
  min-width: 100px;
}

.pg-box {
  margin: 10px auto;
  text-align: center;
}

.pg-box .pg_wrap {
  float: none;
}
.stx-wrapper {
  display: inline-block;
}
.stx-wrapper input {
  width: 250px;
  border: 1px solid #ddd;
  height: 40px;
  padding-left:10px
}
.stx-wrapper button {
  width: 40px;
  height: 40px;
  background-color: #000;
  font-size: 20px;
  border: 0;
  color: #fff;
}
#fsearch-sponsor {
  margin: 20px auto;
  text-align: center;
  float:right
}

.btn-edit {
  color: #3d5afe;
  display: inline-block;
  margin-left: 10px;
}

.btn-admin-link {
  position: absolute;
  display: block;
  right: 0;
  top: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  border: 0;
  border-radius: 4px;
  color: #3d5afe;
  background-color: #e8eaf6;
  text-align: center;
}
.btn-admin-link:hover {
  color: #304ffe;
  background-color: #c5cae9;
}
