#course_table {
    border-collapse: collapse;
    border-spacing: 0px;
}

#course_table td {
    padding: 4px;
    border-bottom: 1px solid #999;
}

.row-even td { background-color: #9e9; }
.row-odd td { background-color: #99e; }

.bold { font-weight: bold; }


div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}

div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}

div.autocomplete ul li.selected { background-color: #ffb;}

div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
}

.field { margin-bottom: 10px; }
.field label { font-weight: bold; display: block; }
.field .input { margin-left: 15px; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 
/*.clearfix {
  display: inline-block;
}*/
 
html[xmlns] .clearfix {
  display: block;
}
 
* html .clearfix {
  height: 1%;
}
    

