.include {
   background-color: #ffffff;
   border-left: 2px solid #e5e5e5;
   border-right: 2px solid #e5e5e5;
   border-bottom: 2px solid #e5e5e5;
   border-top: 2px solid #e5e5e5;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   display: table;
}
.perfil {
   float: left;
   margin: 5px;
   padding: 5px;
   max-width: 150px;
   min-width: 150px;
   height: 270px;
   font-size: 12px;
   line-height: 0.9;
   opacity: 0.9;
   background-color: #ffffff;
   border-left: 1px solid #e5e5e5;
   border-right: 1px solid #e5e5e5;
   border-bottom: 1px solid #e5e5e5;
   border-top: 1px solid #e5e5e5;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
.perfil:hover{
   opacity: 1;
}
.online {
    font-weight: bold;
    color: #30d020;
    text-decoration: underline;
    line-height: 0;
    font-size: 14px;
    position: relative;
    top: 185px;
    left: 80px;
    z-index:9999;
}
.infobas {
  height: 40px;
  top: 5px;
  right: 0;
  position: relative;
}
.maisinfo {
  height: 35px;
  color: #ffffff;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  background-color: #04B4AE;
  right: 0;
  position: relative;
   border-left: 1px solid #e5e5e5;
   border-right: 1px solid #e5e5e5;
   border-bottom: 1px solid #e5e5e5;
   border-top: 1px solid #e5e5e5;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}