table{
  width: 100%;
  border-collapse: collapse;
}
td, th {
  border: 1px solid #b4b4b4;
  padding: 3px 5px;
}
/*
table.ruler, table.ruler tr, table.ruler th, table.ruler td {
  border:1px solid #eee;
}
*/
table.ruler tr:hover {
  background: #ff9;
  color: #000;
}
table.ruler caption {
  display:none;
}
table.auto-increment {counter-reset:section;}
.count:before {
  counter-increment:section;
  content:counter(section, upper-alpha);
}
th {
	text-align:left;
	padding:5px 5px;
}
td {
	text-align:left;
	padding:15px 5px;
}
td:first-child {
	text-align:center;
}
thead tr.first-row {
	border-top:3px solid #0e3b73;
}
tr.step1, tr.step5,
table.ruler tr.step1:hover,
table.ruler tr.step5:hover {
	background-color:#0e3b73;
	color:white;
}
tr.step2,
table.ruler tr.step2:hover {
	background-color: #00513d;
	color:white;
}
tr.step3,
table.ruler tr.step3:hover {
	background-color:#7A4E9F;
	color:white;
}
tr.step4, 
table.ruler tr.step4:hover {
	background-color:#a81933;
	color:white;
}
tr.step5, 
table.ruler tr.step5:hover {
	background-color:#4b686b;
	color:white;
}
tr.color1{
	border-left: 3px solid #0e3b73;
	border-right: 3px solid #0e3b73;
}
tr.color2{
	border:1px solid #eee;
	border-left: 3px solid #00513d;
	border-right: 3px solid #00513d;
}
tr.color3{
	border-left: 3px solid #7A4E9F;
	border-right: 3px solid #7A4E9F;
}
tr.color4{
	border-left: 3px solid #a81933;
	border-right: 3px solid #a81933;
}
tr.color5{
	border-left: 3px solid #4b686b;
	border-right: 3px solid #4b686b;
}
tr.last-row{
	border-bottom: 3px solid #0e3b73;
}
tr.last-row-color1{
	border-bottom: 3px solid #0e3b73;
}
tr.last-row-color2{
	border-bottom: 3px solid #00513d;
}
tr.last-row-color4{
	border-bottom: 3px solid #a81933;
}
tr.last-row-color5{
	border-bottom: 3px solid #4b686b;
}
table.internship-table td, table.internship-table th {
border: 1px solid #666;
padding: 3px;
}
table.internship-table th{
background: #C0C0C0;
background: #eee;
}
table.internship-table ul {
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}

