/********* Map Timeline Style *********/
.timeline ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.timeline ul li {
    float: left;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:bold;
    font-family: Roboto, sans-serif;
    margin:0px;
}
.timeline ul li:after {
    content: "•"; 
    color: #000000;
    display: inline-block; 
    width: 1em;
 }
.timeline ul li:last-child:after {
  content: none;
}
.timeline ul li a {
    font-size:.9em;
    padding: 3px;
    color: #666;
    text-align: center;
    text-decoration: none;
    border-bottom: none;
    line-height: 1.7em;
}
.timeline ul li a:hover {
    color:white;
    background:#2e598f;
    border-bottom:none;
}

.timeline h4 {
    color: #940f15!important;
    text-align: left;
}



table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table tr {
  background-color: #ffffff;
}

table td {
  text-align: center;
	vertical-align: top;
}


@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  
  table tr {
    display: block;
    margin-bottom: .0em;
    text-align: left;
  }
  
  table td {
    display: block;
    font-size: .8em;
    text-align: left;
  }
  
  
  table td:last-child {
    border-bottom: 0;
  }
}
.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column ol li a {
    font-stretch: extra-expanded;
    text-indent: 0px;
    color: #2e598f!important;
}
.column ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: left;
}
.column ol li {
	font-family: "Roboto", Sans-serif;
    font-weight:bold;
    margin:0px;
    text-indent: 0px;
    line-height: 1.3em;
    font: 12px mono;
}