
#link-to-op-two{
  	color: #3c6ce0;
	cursor: pointer;
	text-decoration: underline;
	transition: color .25s linear;
  }
  #link-to-op-two:hover{
  	color: #1A3E8E;
  }
  .nameandprice {font-weight:bold; font-size:16px; color:#33ABFF;}
  .price {}
  .seedetails {background:url(/images/HurleyWrite/site/template/downarrow.png) no-repeat right 3px; padding-right:10px; color:#E8813E !important; text-decoration:none; font-weight:normal; font-size:12px; margin-left:5px}
  .seedetails:hover {color:#000 !important}
  .pricedetails li{margin-bottom:5px; padding-bottom:8px}
  .customerfav {border:1px solid #E8813E; background-color: #eee; padding:8px}
  .fav {float:right; font-weight:bold; font-size:20px; color: #000; padding-right:10px}
  .packageholder {margin-bottom:15px}
  .compare {text-decoration:none; font-weight:normal; font-size:14px; margin-left:5px; color:#33ABFF !important}
  .package_table thead{
  	background-color: #306095;
	color: #fff;
  }
  .package_table tbody tr td:first-child{
	background-color: #ededed;
	    min-width: 150px;
    white-space: normal;
  }
  .package_item {
    border: 1px solid #ededed;
    margin-bottom: 20px;
   }
  .package_item h3 {
    background-color: #306095;
    margin: 0;
    padding: 10px 10px;
    color: #fff;
   }
  .package_item ul li::marker {
    color: #306095;
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
   }
  .package_item ul li {
    padding-left: 13px;
  }
  .package_item ul{
	  padding-top: 10px;
      padding-left: 32px;
  }
