

.leftcol {
    width: 300px;
    text-align: right;
    padding-right: 15px;
  }


.rightcol {
    width: 300px;
    text-align: left;
    padding-left: 15px;
  }


div {
    margin-left: auto;
    margin-right: auto;
  }


img {
    border: 0;
  }


td {
    padding-top: 1px;
    padding-bottom: 1px;
  }


.table_border {
    width: 780px;
    /*border-style: solid;
    border-width: 1px;
    border-color: rgb(212, 212, 212);
    */;
  }


.text_emph, .text_emph a {
    color: #f27b37;
  }


input.error {
    border-color: red;
    border-width: 1px;
    border-style: solid;
}
.error_text {
    color: red;
}

.bgrow {
    background-color: #EAF1F7;
  }


.partecipants, .partecipants_details {
    border-collapse : collapse;
    border-spacing : 0;
    margin-bottom : auto;
    margin-left : auto;
    margin-right : auto;
    margin-top : auto;
  }


.partecipants td, .partecipants th, .partecipants_details td, .partecipants_details th {
    padding-right: 10px;
    padding-left: 10px;
    white-space: nowrap;
  }

.partecipants_details th {
    text-align: right;
  }

.partecipants_details td {
    text-align: left;
  }


