/* You can add global styles to this file, and also import other style files */
/* Many of the below styles are from the old appliance.css file */

h1 sup {
  font-size: 35%;
  color: #bcc2c7;
  vertical-align: super;
}
a {
  border-bottom: 1px dashed #545b5b;
}
a:hover {
  border-bottom-color: #bcc2c7;
  text-decoration: none;
}
nav a,
nav a:hover,
.header a,
.header a:hover,
.breadcrumb a,
.breadcrumb a:hover {
  border-bottom: none;
}
.panel .list-group {
  padding: 0 10px 10px 10px;
}
.panel .list-group .list-group-title {
  font-weight: bold;
  font-size: 18px;
}
.panel .list-group .list-group-item {
  padding: 10px;
}
.panel .list-group .list-group-item:first-child {
  padding-top: 0;
}
.panel-title {
  font-size: 22px;
  color: #2b3d4f;
}
.panel .list-group {
  font-weight: normal;
}
.panel .list-group .list-group-title {
  color: #545b5b;
  margin: 0;
}
.list-group:last-child {
  padding-bottom: 5px;
}
.panel-body:first-child {
  padding-top: 10px;
}
.panel-body:last-child {
  padding-bottom: 10px;
}

.logo {
  width: 250px;
  margin: 20px auto;
}

footer {
  width: 20rem;
  margin: 1rem auto;
}
