/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

body {
  color: black;
  background-color: white;
  font-family: sans-serif;
  margin: 1cm;
}

#logo {
  text-align: center;
}

#logo > img {
  height: 1in;
}

#topbar {
  float: right;
  border: 1px solid yellow;
  padding: 0.2em;
  background-color: #ffffdd;
}

#topbar > form {
  display: inline-block;
}

#topbar + * {
  clear: right;
}

.notice:not(:empty) {
  border: 1px solid green;
  background-color: #ccffcc;
  padding: 1em;
}

.alert:not(:empty), #error_explanation {
  border: 1px solid red;
  background-color: #ffdd99;
  padding: 1em;
}

#error_explanation {
  padding-top: 0;
  padding-bottom: 0;
}

#error_explanation > h2 {
  font-size: 100%;
}

table {
  border-collapse: collapse;
}

table, thead, tbody {
  border: 2px solid black;
}

th, td {
  border: 1px solid black;
  padding: 3px;
}

td.id {
  text-align: right;
}

td.date {
  text-align: center;
}

td.resources {
  padding-right: 1em;
}

