.package_container{
 border-bottom:solid 1px #000;
 margin-bottom:10px;
 float:left;
 width:100%; 
}

.data_column{
  width:47%;
  float:left;
  padding:1.5%;
}

.data_column ul{ 
  list-style:none;

}

.data_column  a{
  color:#000;
}
.image_column{
  width:46%;
  float:left;
  padding:1.5%;
}

.image_column img{
 border:solid 1px #000;
 float:right;
}

.package_button a{
 color:#fff;
 display:block;
 background:#990000;
 width:300px;
 height:33px;
 line-height:33px;
 font-size:16px;
 border:solid 3px #000;
 text-align:center;
}

