/* src/styles.scss */
html {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
}
.glob-red {
  color: red;
}
.glob__list table {
  border-collapse: collapse;
}
.glob__list table * {
  text-align: left;
}
.glob__list table thead th {
  padding: 0.5rem;
  border-bottom: 1px solid gold;
}
.glob__list table tbody td {
  border: 1px solid #ccc;
  padding: 0.5rem;
  cursor: pointer;
}
.glob__list table tbody tr:hover td {
  background-color: #eee;
}
.glob__list--active td {
  background-color: #ddd;
}
.glob-form p {
  display: flex;
  align-items: center;
}
.glob-form label {
  min-width: 150px;
  margin-right: 1rem;
}
.glob-form input {
  padding: 0.5rem;
  border: 1px solid #ccc;
}
.glob-form input[readonly] {
  background-color: #eee;
}
.glob-form input[type=text],
.glob-form select,
.glob-form textarea {
  width: 200px;
  font-family: inherit;
}
.glob-form input[type=number] {
  width: 100px;
}
.glob-form__inline-button {
  align-self: stretch;
}
.glob-tabs {
  display: flex;
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  border-bottom: 1px solid #eee;
}
.glob-tabs li button {
  padding: 0.6rem;
  background-color: #eee;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
}
.glob-tabs li button:hover,
.glob-tabs .glob-tabs--active {
  border-color: #4E392B;
  color: #4E392B;
  background-color: #F4E188;
}
.glob__align-right {
  text-align: right;
}
.glob__dark-grey {
  color: #666;
}
.glob__border-bottom {
  border-bottom: 1px solid #ccc;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
