.tabs ul
{
  list-style-type: none;
}
.tabs li
{
  padding:4%;
  margin:2%;
  text-align: center;
}
.tabs li a:hover, .tabs li a
{
  text-decoration : none;
}
.tab
{
  display:none;
  width:100%;
  height:100%;
}
.tab.active
{
  display:block;
}
input[type='text'], select, .btn, textarea{
	resize:none;
}
.siblings
{
  width:20%;
}
/*This entire CSS is for the Search Refinement Options*/
@media only screen and (max-width:768px)
{
  .tab-wrapper{width:95%;transform:translateX(6%);
  -webkit-transform:translate(6%);
  -ms-transform:translate(6%);}
  .siblings{width:30%;}
  .tabs li{padding:1%}
}