/* styles.css */


* {
  font-family:verdana,sans-serif;
  font-size  :14pt;
}

.username {
  text-align :center;
  background :#eb8;
  color      :#40d;
  font-family:helvetica;
  font-size  :20pt;
  padding    :4px;
}

.info {
  font-style :italic;
  margin     :40px 0px;
  text-align :center;
}

.center {
  text-align:center;
}

.subhead {
  font-weight:bold;
}

.taken, .error {
  color:red;
}

.available {
  color:green;
}

.whisper {
  font-style:italic;
  color     :#006600;
}

#logo {
  font-family:Georgia;
  font-weight:bold;
  font-style :italic;
  font-size  :97px;
  color      :red;
  }

#robin {
  position          :relative;
  border            :0px;
  margin-left       :-6px;
  margin-right      :0px;
  top               :17px;
	-moz-box-shadow   :0px 0px 0px;
	-webkit-box-shadow:0px 0px 0px;
	box-shadow        :0px 0px 0px;
}

#used {
  margin-top:50px;
}

.w3-theme-l5 {color:#000 !important; background-color:#fdfcfb !important}
.w3-theme-l4 {color:#000 !important; background-color:#f9f5f2 !important}
.w3-theme-l3 {color:#000 !important; background-color:#f2ece5 !important}
.w3-theme-l2 {color:#000 !important; background-color:#ece2d8 !important}
.w3-theme-l1 {color:#000 !important; background-color:#e5d9cb !important}
.w3-theme-d1 {color:#000 !important; background-color:#d1bba2 !important}
.w3-theme-d2 {color:#000 !important; background-color:#c4a687 !important}
.w3-theme-d3 {color:#fff !important; background-color:#b6926b !important}
.w3-theme-d4 {color:#fff !important; background-color:#a67d52 !important}
.w3-theme-d5 {color:#fff !important; background-color:#8a6844 !important}

.w3-theme-light {color:#000 !important; background-color:#fdfcfb !important}
.w3-theme-dark {color:#fff !important; background-color:#8a6844 !important}
.w3-theme-action {color:#fff !important; background-color:#8a6844 !important}

.w3-theme {color:#000 !important; background-color:#dfcfbe !important}
.w3-text-theme {color:#dfcfbe !important}
.w3-border-theme {border-color:#dfcfbe !important}

.w3-hover-theme:hover {color:#000 !important; background-color:#dfcfbe !important}
.w3-hover-text-theme:hover {color:#dfcfbe !important}
.w3-hover-border-theme:hover {border-color:#dfcfbe !important}
