
#ip-container {
  position: relative;
}
.article {
  font: 100 14px/150% "Source Sans Pro",sans-serif;
 /* border: 1px solid #c2c2c2;*/
  color: #585858;
  width: 270px;
  /*height: 270px;*/
  float: left;
  background: #fff;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 15px;
  cursor: pointer;
}
.article > h2 {
  margin: 0 0 10px;
  font: 100 24px/125% "Source Sans Pro",sans-serif;
 /* color: #337ab7;*/
}
.article span {
  display: block;
  padding-bottom: 5px;
}
.article strong {
  color: #d7342f;
}
.ip-details {
  display: none;
}
.inlinepopup {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f58634;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  border-top: 5px solid #f58634;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.5);
}
.inlinepopup_content {
  margin: 20px;
  color: #585858;
}
.inlinepopup_arrow {
  background: url("../img/arrow-top.png") no-repeat scroll center 0;
  height: 32px;
  position: absolute;
  top: -34px;
  width: 32px;
}
.inlinepopupClose {
  background: url("../img/close.png") no-repeat scroll 0 0;
  cursor: pointer;
  height: 16px;
  position: absolute;
  right: 5px;
  text-indent: -9999px;
  top: 10px;
  width: 16px;
  z-index: 99;
  overflow: hidden;
  transition: all 0.5s ease 0s;
}
.inlinepopupClose:hover {
  transform: rotate(180deg);
}
.inlinepopup_content h2 {
  color: #585858;
  font: 100 26px/140% "Source Sans Pro",sans-serif;
  margin: 0;
  padding: 0 0 10px;
}
.inlinepopup_content ul, .inlinepopup_content ol {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
}
.inlinepopup_content .img-middle img {
  margin: 5px auto;
}
.inlinepopup_content a.go-button {
  background: rgba(0, 0, 0, 0) url("../img/arrow-right.png") no-repeat scroll right center / 18% auto;
  color: #585858;
  font: 600 18px/150% "Source Sans Pro",sans-serif;
  padding: 5px 30px 5px 0;
}