.tx-is-courses2 .profile_edit div.block {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.tx-is-courses2 .profile_edit div.block input[type=text],
.tx-is-courses2 .profile_edit div.block textarea,
.tx-is-courses2 .profile_edit div.block select {
  width: 400px;
  margin-bottom: 20px;
}
.tx-is-courses2 .profile_edit div.block select[multiple="multiple"] {
  height: 150px;
}
.tx-is-courses2 .socialbuttons {
  overflow: hidden;
  width: 70%;
  padding-top: 10px;
}
@media screen and (max-width: 764px) {
  .tx-is-courses2 .socialbuttons {
    width: 100%;
    clear: both;
    float: none;
    margin-top: 20px;
  }
  .tx-is-courses2 .socialbuttons .sh_buttons .sh_button {
    margin-top: 5px;
  }
}
.tx-is-courses2 .socialbuttons .socialmedia_label {
  display: block;
  clear: both;
  width: 100%;
}
.tx-is-courses2 .socialbuttons .sh_buttons {
  width: 100%;
  overflow: hidden;
}
.tx-is-courses2 .socialbuttons .sh_buttons .sh_button {
  cursor: pointer;
  display: block;
  float: left;
  height: 30px;
  width: auto;
  margin-right: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.tx-is-courses2 .socialbuttons .sh_buttons .sh_button:hover {
  opacity: 0.6;
}
.tx-is-courses2 .socialbuttons .sh_buttons .sh_button .icon {
  width: 100%;
  height: 100%;
}
.tx-is-courses2 .socialbuttons .sh_buttons .sh_button .icon img {
  height: 100%;
  width: auto;
}
