@font-face {
    font-family: 'sansationregular';
    src: url('../fonts/Sansation-Regular-webfont.eot?v=4.3.0');
    src: url('../fonts/Sansation-Regular-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),
         url('../fonts/Sansation-Regular-webfont.woff?v=4.3.0') format('woff'),
         url('../fonts/Sansation-Regular-webfont.ttf?v=4.3.0') format('truetype'),
         url('../fonts/Sansation-Regular-webfont.svg?v=4.3.0#sansationregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.enhanced, .enhanced-free{
    background: #fbb03b none repeat scroll 0 0;
    font-family: sansationregular;
    font-size: 1.4em;
    color: #323232;
}
.enhanced:hover{
    color: #ffffff;
    border-bottom: none;
}
.enhanced > i {
  font-size: 1.2em;
  padding-right: 10px;
}
.enhanced-free {
  font-size: 1.4em;
  padding: 15px 30px;
  line-height: 25px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border: medium none;
  border-radius: 3px;
  text-shadow: none;
  transition: all 0.15s linear 0s;
}
.basic{
    background: #009245 none repeat scroll 0 0;
    font-family: sansationregular;
    font-size: 1.4em;
    color: #ffffff;
}
.basic:hover{
    color: #ffffff;
    border-bottom: none;
}
.basic > i {
  font-size: 1.2em;
  padding-right: 10px;
}
.visual{
    background: #1e92aa none repeat scroll 0 0;
    font-family: sansationregular;
    font-size: 1.4em;
}
.visual:hover{
    border-bottom: none;
}
h1, h2, h3 {
    font-family: sansationregular;
}
.pagination ul > li .current {
    color: #DDDDDD;
}
#cookieChoiceInfo {
  opacity: 1 !important;
}
.downloads-box{
  border: 1px solid #d8d8d8;
  background: #f6f6f6;
  border-radius:3px;
  padding: 20px;
}
.downloads-box:hover {
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
}
.downloads-box strong {
  color: #6C767d;
}
.suggested-download .downloads-title{
  color: #009245;
}
.downloads-title-box {
  padding-bottom: 5px;
}
.downloads-title {
  font-family: sansationregular;
  font-size: 1.4em;
  color: #6C767d;
}
.downloads-title > i {
  padding-right: 10px;
  font-size: 2.0em;
}
.downloads-title:hover {
  border-bottom: none;
}
.downloads-title span:hover {
  border-bottom: 1px dotted #009245;
}
.featured .p-table-header{
   background-color: #fbb03b;
}
.featured .p-table-cost, .featured .p-table-cost-sub {
  color: #323232;
}
.nav-tabs > li > a {
  font-family: sansationregular !important;
}
.visual-tabs li a, .enhanced-tabs li a{
  color: #212127 !important;
}
.enhanced-tabs .active > a, .enhanced-tabs .ui-tabs-active a{
  background: #fbb03b !important;
}
.visual-tabs .active > a, .visual-tabs .ui-tabs-active a{
  background: #1e92aa !important;
}
code {
  font-size: 16px;
}
