html,body{height: 100%;font-family: "Source Sans Pro";background: #eee; padding:10px;padding-bottom: 50px; }
/*--------------------------
Generali
--------------------------*/

button.btn.btn-link {
    color: black;
    font-weight: 600;
}
.btn{    text-align: left;
    white-space: normal;}








/*--------------------------
Tablet
--------------------------*/

@media (max-width: 998px) {

	
}


/*--------------------------
Smartphone
--------------------------*/

@media (max-width: 767px) {


}






/* CLEARFIX */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* BOX MODEL */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}