.cont-left { width: 60%; float: left; padding-right: 5px; padding-left: 10px; border-right: 1px dotted silver; }
.cont-left img { margin-left: 10px; }
.cont-right { padding-right: 15px; padding-left: 15px; width: 34%; float: right; }
.cont-right h2 { color: navy; margin-top: 8px; margin-bottom: 8px; border-bottom: 1px solid blue; }
.cont-right a { color: #FF0000; margin-top: 10px; margin-bottom: 8px; border-bottom: 1px solid red; }
.cont-right { }
#bid {color: #FF0000; }
.cont-right aside h2 {color: #FF0000;}
p.next { color: blue; font-size: 0.9em; font-weight: bold; margin: 0; }
ul.meeting { font-size: 0.7em; font-weight: bold; margin: 0; }
ul.meeting li { margin-top: 3px; margin-bottom: 3px; margin-left: 5px; list-style-type: none; list-style-position: inside; }
ul.meeting span { color: navy; font-size: 0.6em; }


.anote {padding-left: 30px;}


.button {
  border: 1px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
.buttonG {background-color: #4CAF50;} /* Green */
.buttonB {background-color: #008CBA;} /* Blue */

.box {
  float: left;
  width: 50%; /* three boxes (use 25% for four, and 50% for two, etc) */
  padding: 50px; /* if you want space between the images */
}
