/* Data Driven Daily
-------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-family: "BeryRoman", Georgia, serif;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

/* Colors
-------------------------------------------------- */
.outlier-orange {
  color: #F46448 !important;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
}
.container .footer-row {
  margin: 20px 0;
}

.underline-input {
  font-size: 150%;
  border: 0px;
  border-bottom:1px solid #000;
}​
