/*
    To change this license header, choose License Headers in Project Properties.
    To change this template file, choose Tools | Templates
    and open the template in the editor.
*/
/* 
    Created on : May 8, 2014, 3:09:24 PM
    Author     : SkyBlow Jerzy Urban <skyblow@skyblow.com>
*/
.features .header {
  color: #FE9F1A;
  font-size: 46px;
  margin-top: 100px;
  margin-bottom: 40px; }
.features .feature-name {
  color: #FE9F1A;
  font-size: 30px;
  font-weight: bold; }
.features .feature-value {
  color: #FF6347;
  font-size: 22px;
  font-weight: bold; }
.features .feature-value-small {
  font-size: 17px; }
.features .line {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border: none;
  border-bottom: solid 1px #FE9F1A;
  padding-bottom: 10px;
  width: 70%; }
