
#ip-container {
  position: relative;
  margin-top:40px;
   margin-bottom:20px;
  margin-left:auto;
  margin-right:auto;
  display:block;
  text-align:center;
}
.article {
  margin:5px;
  border: 1px solid #e8e8e8;
  color: #fff;
  width:30%;
      float: none !important;
  display:inline-block;
  background: #fff;
cursor: pointer;

}

.article h3 {
font-size:24px;
padding-left:15px;
color:#fff;
}

.article p {
font-size:14px;
padding-left:15px;
}



.ip-details img{
border:1px solid #000;
}

.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 #c2c2c2;
   float: none !important;
    width: 92%;
    margin-bottom: 15px;
    position: relative;
    border-top: 5px solid #cc0a0a;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: none;
}
.inlinepopup_content {
  margin: 20px;
  color: #585858;
  padding:30px;
}
.inlinepopup_arrow {
  background: url("images/arrow-top.png") no-repeat scroll center 0;
  height: 32px;
  position: absolute;
  top: -34px;
  width: 32px;
}
.inlinepopupClose {
  background: url("images/close.png") no-repeat scroll 0 0;
  cursor: pointer;
  height: 16px;
  position: absolute;
  right: 5px;
 
  top: 10px;
  width: 16px;
  z-index: 99;
  overflow: hidden;
  transition: all 0.5s ease 0s;
}

.inlinepopup_content h2 {
  color: #585858;
  font: 100 26px/140% ;
  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("images/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;
}

.inlinepopup_content h4{
color: #ff2500;
font-size:25px;
padding-top:10px;
text-align:center;
    color: #ff2500;
    padding-top: 10px;
	    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.inlinepopup_content h5{
color: #2a2e81 ;
font-size:19px;
}

.bottom-images img{
border:1px solid #00a5ea;
margin-bottom:20px;
}

.inlinepopup_content p{
text-align:center;
    text-align: center;
    font-size: 19px;
    color: #000;
}