﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color:black;
    /*color:whitesmoke*/
}

/* Set padding to keep content from hitting the edges -- 
    Impostare imbottitura per tenere aggiornati i contenuti di colpire i bordi
*/
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 
   Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
    Ignorare il comportamento predefinito di bootstrap in cui descrizione elenchi orizzontali
    troncherà termini che sono troppo lungo per rientrare nella colonna di sinistra
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/* Impostare la larghezza degli elementi di input forma, dato che sono al 100% di larghezza di default */
input,
select,
textarea {
    max-width: 280px;
}
