.calendar_dayofyear {
	text-align:  center;
}
#best-days-table {
  margin: 40px 0;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%
}

#best-days-table tbody tr th {
  text-align: left;
}

span.rise_definition {
  font-weight: normal;
}
#tasks ul {
	list-style: none;
}
#tasks ul li {
	display: inline !important;
}
#tasks ul li a {
	color: #ad2a24;
    border: 2px solid #ad2a24;
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 1.05em;
    text-transform: uppercase;
	display: inline-flex;
    align-items: center;
    padding-top: 1px;
    padding-bottom: 0;
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
    line-height: 1.125rem;
	height: 3.375rem;
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
	cursor: pointer;
    text-align: center;
    text-decoration: none;
	border-radius: 0.1875rem;
    background-color: #fff;
	font-weight: 700;
	appearance: none;
    -webkit-font-smoothing: antialiased;
}
#tasks ul li a:hover {
	color: #455775;
    border: 2px solid #455775;
}
@media (max-width: 31.25rem) {
td, th {
	padding: 0px !important;
}
}