@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap');

body {
  margin:0;
  font: 600 18px 'Source Sans Pro', sans-serif;
  letter-spacing: 0.64px;
  color: #585d74;
}

.topnav {
  background-color:#8A9BD5;
  color:#ffffff;
  padding:10px;
  display: flex;
  flex-direction: column;
}

.topnav div {
  display: flex;
  justify-content: space-between;
}

h1 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.topnav a:link, .topnav a:visited {
  text-decoration: none;
  color: #ffffff;
}

.topnav a:hover, .topnav a:active {
  text-decoration: underline;
}

.mycard {
  background-color: #f1f1f1;
  background-size: 100% 120px;
  background-repeat: no-repeat;
  margin: auto;
  border-radius: 5px;
  box-shadow: 0 5px 7px -1px rgba(51, 51, 51, 0.23);
  padding: 5px;
}

.mycard h1 {
  margin:20px 0 60px 0;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 5px 7px -1px rgba(51, 51, 51, 0.23);
  padding: 5px;
  padding-left: 70px;
  margin-top: 5px;
}

.main, .main h1 {
  text-align:center;
  color:#375BDC;
}

p {
  margin: 5px 0 5px 0
}

table {
  border-spacing: 0;
  width: 100%;
}

td, th {
  border: 1px solid #999;
  padding: 0.5rem;
}

.created-cell {
  text-align: center;
  font-size: 16px;
}

.item-cell {
  text-align: center;
}

.cost-cell {
  text-align: right;
  padding-right: 0.5em;
}

html, body {
  height: 100%;
}

#perform_logout_button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  margin-top: 5px;
  margin-bottom: 5px;
}
