
body {
    background-color: #ffffff;
    color: #000000;
    font-family: "Arial";
    font-size: 15px;
    padding: 0px;
}

table {
  border:0px;
  padding:0px;
  border-spacing:1px;
  border-collapse:collapse;
}

tr {
  border:0px;
  padding:0px;
}

h2 {
  color : #7d828c;
  font-size: 47px;
  text-align: center;
}

h3 {
    color : #7d828c;
  font-size: 37px;
  text-align: center;
}

h4 {
    color : #7d828c;
  font-size: 24px;
  text-align: left;
}

td {
  padding : 5px 15px 5px 15px;
  vertical-align: top;
}

tr.one {
  background-color: #000000;
}

tr.zero {
  background-color: #333333;
}

.error {
  color: #b94005;
  font-weight: bold; 
}

.warning {
  color: #ffaa00;
  font-weight: bold; 
}

.message {
  color: #01A973;
  font-weight: bold; 
}

.light {
  color: #aaaaaa;
}

input[type=submit] {
    background-color: #01A973;
    border: none;
    color: white;
    display: inline-block;
    padding: 0px;
    margin: 5px 5px 0px 0px;
    width: 100px;
    border-radius: 10px;
    line-height: 2.5;
    text-align: bottom;
    text-decoration: none;
    text-transform: uppercase;
}

button {
    background-color: #01A973;
    border: none;
    color: white;
    display: inline-block;
    padding: 0px;
    margin: 5px 5px 0px 0px;
    width: 100px;
    border-radius: 10px;
    line-height: 2.5;
    text-align: bottom;
    text-decoration: none;
    text-transform: uppercase;
}

input[type=submit].small {
    background-color: #01A973;
    border: none;
    color: white;
    display: inline-block;
    padding: 0px;
    margin: 5px 5px 0px 0px;
    width: 30px;
    border-radius: 0px;
    line-height: 1.25;
    font-size: 35px;
    text-align: bottom;
    text-decoration: none;
    text-transform: uppercase;
}

.title {
    color : #7d828c;
  margin: 20px 20px 0px 0px;
  font-size: 42px;
  text-align: left;
  font-weight: bold;  
}

.organizers {
    color : #7d828c;
  margin: 20px 20px 0px 0px;
  font-size: 32px;
  text-align: left;
  font-weight: bold;
}

.parttop {
  background-color: #0084bb;
  font-size : 24px;
  color : #ffffff;
  margin: 5px 5px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  padding:5px;
  text-align: left;
  font-weight: bold;
}

.partbottom {
  background-color: #0084bb;
  font-size : 24px;
  color : #ffffff;
  margin: 0px 5px 0px 0px;
  border-radius: 0px 0px 10px 10px;
  padding:5px;
  text-align: left;
  font-weight: bold;
}

.partleft {
  background-color: #0084bb;
  font-size : 24px;
  color : #ffffff;
  margin: 0px 5px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  padding:5px;
  text-align: left;
  font-weight: bold;
}

.break {
  background-color: #f1bc3f;
  font-size : 24px;
  color : #ffffff;
  margin: 5px 5px 0px 0px;
  padding:5px;
  border-radius: 10px;
  text-align: left;
  font-weight: bold;
}

.speaker {
  margin: 5px 5px 0px 0px;
  font-size : 20px;    
  text-align: left;
}

.talk {
  margin: 0px 5px 0px 0px;
  font-size : 24px;    
  text-align: left;
  font-weight: bold;
}

.abstract {
  margin: 5px 5px 0px 0px;
  font-size : 16px;        
}
