body{
    background: lightslategrey;
}
h1{
    color: seagreen;
    font-family: 'Carattere', cursive;
    /*padding-left: 30%;*/
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}
.submitButton{
    border-radius: 8px;
    background: seagreen;
    /*height: 30px;*/
    /*width: 100px;*/
    font-size: 1em;
}
.formDiv{
    background-color: beige;
    border: 2px solid black;
    border-radius: 12px;
}
.formButtonDiv{
    padding-top: 10px;
    padding-bottom: 12px;
}
.btn{
    border-color: seagreen;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color:  beige;
}
.table-striped tbody tr:nth-of-type(even) {
  background-color:  beige;
}
input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  padding: 5px;
}
/*.checkboxtext*/
/*{*/
/*  !* Checkbox text *!*/
/*  font-size: 150%;*/
/*  display: inline;*/
/*}*/
ul
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1); /* IE */
  -moz-transform: scale(1); /* FF */
  -webkit-transform: scale(1); /* Safari and Chrome */
  -o-transform: scale(1); /* Opera */
  transform: scale(1);
  /*padding: 10px;*/
}
li{
  margin: 5px 0;
}
