
a.meet-button {
  bottom: 20px;
  display: inline-block;
  height: 51px;
  left: 70px;
  position: absolute;
  width: 256px;
}



span.no-show {
  position: absolute;
  left: -9999px;
}
#profilelist {
  padding: 0;
}
#profilelist ul.list {
  clear: both;
  list-style:none;
  margin: 0;
  padding: 0;
  width: 100%;
}
ul.list li {
  background: url(/images/profile-frame-bg.png) no-repeat 0 0;
  position: relative;
  float: left;
  margin: 0 20px 20px 0;
  padding: 15px 0 0 15px;
  overflow: hidden;
  width: 125px;
  height: 195px;
}
  ul.list li.large {
    background: url(/images/profile-frame-bg-large.png) no-repeat 0 0;
    position: relative;
    float: left;
    margin: 0 20px 20px 0;
    padding: 15px 10px 0 15px;
    overflow: hidden;
    width: 165px;
    height: 285px;
  }

ul.list li span.summary {
  background: #336799 url(/images/profile-text-bg.png) no-repeat 0 0;
  font-family: Verdana,Arial,sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  position: absolute;
  top: 15px;
  color: #fff;
  text-align: center;
  padding: 10px 4px 25px 4px;
  overflow: hidden;
  width: 102px;
  height: 145px;

  word-wrap: break-word;
}

ul.list li span.summary p {
  /*white-space: pre;*/
}

ul.list li span.summary p,
ul.list li span.summary img {
  margin: 0;
  padding: 0;
}
ul.list li a {
  color: #062d53;
  display: block;
  margin: 0;
  padding: 0;
  font-weight:bold;
  text-decoration:none;
}
ul.list li a:hover {
  color: #062d53;
  text-decoration: none;
}
body #content.sp {
  background: none !important;
  padding-top: 20px !important;
}



