main section article p {
  margin-left: 20px;
  margin-top: 15px;
  font-size: 1.1em;
  font-weight: 600;
  color: #1a78b6;
}

main section article table {
  border: none;
  width: 96.6%;
  margin-left: 20px;
  word-break:keep-all;
}

main section article table tr {
  margin-bottom: 50px;
}

main section article table td {
  padding-top: 3px;
  vertical-align: top;
  font-size: 1em;
  word-break:keep-all
}

main section article table td span {
  font-size: 0.89em;
}

main section article table td span a {
  font-size: 1.1em;
  font-weight:600
}

main section article table td span a:hover {
  color:#e81c42
}

main section article table.regifee {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  font-size: 1em;    
  margin-left: 20px;
  margin-bottom: 10px;
}

main section article table.regifee th {
  border-right: 1px solid #d1d1d1;
  color: #fff;
  font-weight: 400;
  background: #6468a3;  
  font-size: 0.89em;
  padding: 8px;  
}

main section article table.regifee td {
  border-right: 1px solid #d1d1d1;
  text-align: center;
  font-weight: 400;
  background: #fff;  
  font-size: 0.89em;
  padding: 5px 0;  
}

main section article table.eventproc tr td a:hover {
	color:#e81c42
}

main section article table.eventproc td:nth-child(1),
  main section article table.eventproc td:nth-child(3) {
    border:1px solid #000;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 0.89em;
    padding: 15px; 
  }

main section article table.eventproc td:nth-child(1) {
  width: 55%;
}
main section article table.eventproc td:nth-child(3) {
  width: 30%;
}

main section article table.eventproc td:nth-child(2) {
  border:none;
  width:10%;
  max-width: 50px;
  text-align: center;
  vertical-align: middle;
}

main section article table.eventproc td:nth-child(4) {
  border:none;
  width:auto;
}

@media (max-width:645px) {
  main section article p {
    font-size: 1em;
  }

  main section article table td {
    font-size: 0.89em;
  }

  main section article table td span {
    font-size: 0.82em;
  }
  main section article table.regifee th,
    main section article table.regifee td {
      font-size: 0.8em;
    }
  main section article table.eventproc td {
    font-size: 0.8em;
  }
  main section h2 {
    font-size: 1.6em;
  }
}