.popover {
  display: inline-block;
  position: relative;
  width: 100%;
}
.popover .btn {
  display: inline-block;
  font-family: 'robotobold';
  font-size: 14px;
  color: #0090C9;
  line-height: 16px;
}
.btn.pencil {
  background: url(../images/pencil.png) left 4px no-repeat;
  padding-left: 20px;
}
.popover .thepopover {
  display: none;
  z-index: 3;
  position: absolute;
  border-radius: 3px;
  top: 30px;
  background: #FFFFFF;
  -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.15);
  padding: 20px 5% 5px 5%;
  width: 90%;
}
.popover .thepopover .pinguelo {
  position: absolute;
  left: 5px;
  top: -13px;
  width: 32px;
  height: 18px;
  background: url(../images/pinguelopopover.png) no-repeat center center;
  display: block;
}
.popover .thepopover h3 {
  font-family: 'robotobold';
  font-size: 16px;
  color: #316789;
  line-height: 18px;
  margin-top: 0;
  margin-bottom: 1em;
}
.popover .thepopover ul {
  float: left;
  width: 100%;
  list-style: none;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.popover .thepopover li {
  /*    float: left;*/
  width: 225px;
  display: inline-block;
}
.popover .thepopover li a {
  font-family: 'robotobold';
  font-size: 12px;
  color: #0091CA;
  line-height: 16px;
}
.popover .info {
  float: right;
}