﻿/*@backgroundColour2:#CC455B; old red*/
/*@backgroundColour1: #AEB0B4;
@backgroundColour2:#47494C;*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: white;
  font-weight: normal;
  /*font-size: 26px;*/
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*font-weight: 500;*/
  line-height: 1.1;
}
label {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 5px;
  /*font-weight: bold;*/
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.header {
  color: Orange;
}
a,
a:hover,
a:focus {
  color: whitesmoke;
}
td a {
  text-decoration: underline;
}
a {
  text-decoration: underline;
  font-size: 16px;
}
.navbar-brand,
ul a {
  text-decoration: none;
}
.error {
  color: red;
}
.warning {
  color: tomato;
}
body {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*font-size: 20px;*/
  line-height: 1.42857143;
}
.earnt {
  color: darkgoldenrod;
}
.owe {
  color: red;
}
.moneyHeader {
  font-size: 30px;
  margin-right: 30px;
}
.smallerText {
  font-size: 12px;
}