/*
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 : Jul 24, 2014, 10:53:52 AM
    Author     : andrea.manica
*/

body{
	width:98%;
}

i {
  font-size: 30px;
}

.container { max-width: 1680px; }

.pricing-table .title{
    color: #333333;
  }

  .panel-body {
  padding: 15px;
  border-top: 1px solid #dddddd;
}


.panel-verde > .panel-heading {
  color: #6e6e63;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-giallo > .panel-heading {
  color: #6e6e63;
  background-color: #ffff90;
  border-color: #faebcc;
}

.panel-rosso > .panel-heading {
  color: #6e6e63;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/*.label {
    border-radius: 0 0 0 0;    
 
}*/

.table 
{
/*  text-transform:lowercase;  */
}

.panel
{
    border: 1px solid #dddddd;
}

