@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS Example
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */

/* have to make this very specific to trump style in bootstrap.css */
.table-striped {
  border: 1px solid black;
}

.table-striped > tbody > tr.template-dir:nth-of-type(2n + 1) {
  background-color: #efd9d9;
}

.table-striped > tbody > tr.template-dir:nth-of-type(2n) {
  background-color: #ffe9e9;
}

.template-dir > td > .name {
  text-decoration: underline;
}
.table-striped > tbody > tr.template-download:nth-of-type(2n + 1) {
  background-color: #e0e0e0;
}

.table-striped > tbody > tr.template-download:nth-of-type(2n) {
  background-color: #ffffff;
}

body {
  margin-top: 10px;
  font-size: 14px;
  line-height: initial;
}

.admin-block {
  padding: 8px;
  background-color: #e9e9ff;
}

div#user {
  font-size: large;
  font-weight: bold;
  padding: 8px;
  background-color: #aaccff;
  border: 1px solid black;
}
