 body {
  font-family: 'Ubuntu Condensed', sans-serif;
  color: #033268;
  font-size: 14px;
  line-height: 1.42857143;
}
table{
table-layout: auto;
}
table, th, td {
  	border-collapse: collapse;
	border: 1px solid #fff;
}
a{
 color: #033268;
 font-weight: bold;

}
.hr{
font-weight: bold;

}

.btn {
    border: 0;
    padding: 0;
    display: inline;
    background: none;
    text-decoration: underline;
    color: #033268;
    font-weight: bold;
    text-align: left;
}

.btn:hover {
    cursor: pointer;
}