.profile-description {
  width:60%;
  max-height:700px;
  overflow:auto;
  margin-right:1%;
  float:left;
  margin-top:0.9%;
  padding-top:10px;
}
.profile-attacks-header {
  clear: left !important;
}
.profile-links {
  margin-right:1%;
  min-width:100%;
  padding: 0;
}
.profile-followers {
  margin-top:-1%;
  margin-bottom:2%;
  min-width:100% !important;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .profile-links, .profile-followers {
    float: none !important;
    width: 100% !important;
    margin:0% 0% 0% 0%;
    padding-left: 15px;
    padding-right: 15px;
  }
 .profile-links .panel, .profile-followers .panel {
    width:100% !important;
 }
  .profile-description {
    float: none !important;
    width: 100% !important;
  }
}
