@charset "UTF-8";



div#students-list {
  width: 530px;
  margin: 10px 5px 10px 5px;
  float: left;
}

div#students-list ul {
  margin-bottom: 50px;
}

div#students-list ul li {
  width: 520px;
  height: 105px;
  list-style: none;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}

div#students-list ul li img {
  border: 1px solid #999999;
  margin-top: 7px;
  margin-left: 8px;
  float: left;
}

div.profile {
  margin-top: 12px;
  margin-right: 8px;
  text-align: right;
  float: right;
}

div.profile a {
  font-size: 1.3em;
  font-weight: bold;
}

div.profile a span {
  display: none;
}

div.profile a img {
  margin: 5px 3px !important;
  border: 0px !important;
  float: none !important;
}




div#side-box {
  width: 250px;
  margin-top: 20px;
  margin-left: 10px;
  text-align: center;
  float: left;
}

div#side-box img {
  margin-bottom: 20px;
}
