a.button-square {
  display: block;
  width: 10%;
  padding: 10%;
  text-align: center;
  float: left;
  margin: 1.66%;
  overflow: hidden;
  position: relative;
  font-weight: bold;
  color: #eee;
  background-color: #337ab7; }

a.button-square:hover, a.button-square:active, a.button-square:visited {
  text-decoration: none; }

a.button-square div.button-square--content {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 20% 5%;
  top: 0;
  left: 0;
  font-size: 2rem;
  text-align: center;
  background-color: #337ab7;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center; }

a.button-square div.button-square--content:hover {
  background-color: #1d4567; }

a.button-square.disabled {
  cursor: auto; }

a.button-square.disabled div.button-square--content {
  background-color: #555; }

a.button-square.disabled div.button-square--content:hover {
  background-color: #333; }

.completion-bar.progress {
  height: 25px;
  margin-bottom: 5px; }

.completion-bar.progress .progress-bar {
  line-height: 25px; }

.table-lookup.table tr td:first-of-type {
  width: auto !important; }

.tag > a {
  color: #fff;
  display: inline-block;
  padding: 3px; }

#last-viewed, #last-edited {
  text-align: center;
  padding: 0 0.5rem 0.25rem 0.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 25%;
  width: auto;
  display: none;
  z-index: 1;
  background-color: white;
  border: 1px solid #555; }

#last-viewed span, #last-edited span {
  font-size: 1.2em; }

#search-form #search-form--actions {
  display: none;
  position: absolute;
  z-index: 9999;
  width: 25vw;
  height: 50vh;
  overflow-y: auto; }

#search-form #search-form--actions button {
  width: 100%;
  cursor: pointer;
  text-align: left; }

#search-form #search-form--actions button:hover {
  background-color: #337ab7;
  color: white; }

#search-form #search-form--actions button strong {
  float: left;
  display: block;
  width: 45%;
  height: 100%; }

#search-form #search-form--actions button em {
  float: right;
  display: block;
  width: 55%;
  height: 100%; }
