@import url('planSelectionTool.css');

#planSelectionTool div.plan-type h2
{
  background-image: url('/img/1/planSelectionTool/layout/spin/1.png');
}

#planSelectionTool div.phone h2
{
  background-image: url('/img/1/planSelectionTool/layout/spin/2.png');
}

#planSelectionTool div.phone a.info:hover
{
  text-decoration: none;
}

#planSelectionTool div.phone a.info:after
{
  display: none;
  content: 'Click this plan for more info.'; 
  text-align: center;

  opacity: 0.6;
  font-size: 10px;
}

