body {
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
}

.testa {
    background: #ccc;
    color: #000;
}

td { 
    width: 200px;
    padding: 4px 20px;
    box-sizing: border-box;
}

.valore { width:400px;}

.campo {
    width: 200px;
    height: 40px;
}

table input {
    outline: none;
    border: 1px solid #ccc;
    height: 31px;
    padding: 0px 10px;
    width: 100%;
}



.select2-container {
   width:100% !important;
}

.rbut {
    float: left;
    font-size: 16px;
    margin-right: 10px;
    background: #dc4c1e;
    margin-top: 0px;
    padding: 6px 20px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    user-select: none;
    margin-top: 20px;
}

.rbut:hover {
    color:#fff;
    background: #000 !important;
}

.spazio {
    width: 100%;
    height: 100px;
    clear: both;

}

td, th {
    min-width: 120px;
    text-align: right;
  }
  .table-scrollable {
    width: 100%;
    overflow-x: auto;
  }

  table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
  }

  tr:nth-child(even){background-color: #f2f2f2}

 .trclass {
    background: #565656;
    color: #fff;
  }

#tabella {
    width: 50%;
    margin: auto;
}

#spiegazioni {
      float:right;
      width:45%
  }


  h1 {
    margin: 0;
    color: #1d90c8;
    margin-top: -10px;
    margin-bottom: 6px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    margin-bottom: 10px;
}

#back_arrow {
    background: #1c90c8;
    padding: 6px;
    border-radius: 4px;
    margin-right: 10px;
    color: #fff;
    user-select: none;
    cursor: pointer;
}

@media only screen and (max-width: 600px)   {
    #tabella {
        width: 100% !important;
        margin: auto;
    }


}