html {
  display: table;
  margin: auto;
  margin-top: 10px;
}

body {
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  max-width: 600px;
  min-width: 300px;
  padding-bottom: 15px;
}

.title {
  font-size: 30px;
  padding-bottom: 20px;
}

.subtitle {
  font-size: 18px;
}

.subtitle.empty {
  color: grey;
}

.note {
  font-size: 16px;
  color: grey;
}

.error {
  color: red;
}

.form-inline {
  align-items: center;
  padding-top:10px;
}

/* Style the input fields */
.form-inline input {
  vertical-align: middle;
  margin: 5px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 250px;
}

.form-inline select {
  font-size: 14px;
  background-color: white;
  height: calc(2.25rem + 2px);
  margin: 5px auto;
  width: 250px;
  display: block;
}

/* Style for all button elements */
button {
  vertical-align: middle;
  margin: 5px;
  padding: 10px;
  background-color: dodgerblue;
  border: 1px solid #ddd;
  color: white;
  border-radius: 5px;
  width: 250px;
}

button:hover {
  background-color: royalblue;
}

.userinfo {
  padding-bottom: 20px;
}

.complist {
  padding-bottom: 20px;
}

.complist table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0px 2px;
}

.complist th {
  text-align: left;
  font-weight: normal;
  padding: 4px;
}

.complist tr {
  text-align: left;
  background-color: #e0f2e0;
}

.complist td {
  padding: 2px;
  padding-left: 4px;
}

.upcoming tr {
  background-color: #f4e0e0;
}

.complist .compentry {
  background-color: #f4f4f4;
}

.complist .date {
  width: 20%;
  max-width: 20%;
}

.complist .open {
  width: 20%;
  max-width: 20%;
}

.complist .book {
  width: 50px;
  max-width: 50px;
}

/* latin-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCs6KVjbNBYlgoKcQ72nU6AF7xm.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCs6KVjbNBYlgoKfw72nU6AFw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
