/* line 4, sass/page-staff.scss */
.staff {
  margin-top: 20px;
  border: 1px solid #CCCCCC;
  width: 100%;
  padding-top: 0px;
  margin-left: 3px;
}

/* line 11, sass/page-staff.scss */
.staff .staff_back {
  background-color: #f5f5f5;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  margin: 2px;
  margin-bottom: 2px !important;
}

/* line 18, sass/page-staff.scss */
.staff .staff_back .staff_photo {
  float: left;
  width: 190px;
  margin-bottom: 10px;
  margin-left: 15px;
}

/* line 25, sass/page-staff.scss */
.staff .staff_back .text {
  float: left;
  width: calc(100% - 220px);
  padding: 0 0 10px 10px;
  margin: 0;
}

/* line 32, sass/page-staff.scss */
.staff .staff_back p.message {
  font-size: 14px;
  padding: 0 15px !important;
  display: block;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
}

/* line 49, sass/page-staff.scss */
table.profile th, table.profile td {
  padding: 2.5px 0;
  font-size: 12px;
  border-top: #CCCCCC 1px solid;
}

@media (max-width: 740px) {
  /* line 63, sass/page-staff.scss */
  .staff .staff_back .staff_photo {
    float: none;
    margin: 0 auto 20px;
  }
  /* line 69, sass/page-staff.scss */
  .staff .staff_back .text {
    float: none;
    width: 100%;
    padding: 0 10px;
  }
}
