* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
ul {
  margin-bottom: 0;
}

/*
bootstrap overrides / additions
*/
label small {
  font-weight: 300;
  font-style: italic;
  color: #aaa;
}
.checkbox label, 
.radio label {
  padding-left: 20px;
}
#logo {
  padding: 5px;
  height: 40px;
}
#logo img {
  height: 40px;
}
footer {
  padding: 20px 0;
  background-color: #333;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
}
footer p {
  margin: 0;
  line-height: 20px;
}
.bg-full {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.bg-full.bg-1 {
  background-image: url("../images/general/cliche_stock_photo.jpg");
}
.login-pane {
  margin-top: 100px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
}
.survey-form {
  margin: 20px 0;
}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}
@media only screen and (max-width : 520px) {

  .display-block-sm {
    display: block !important;
    float: none !important;
  }
}

.financial_breakdown p{
  font-size: 19px;
}
