/*Remove margins from statewide style*/
Table {
  margin: 0px;
  border: none;
  border-collapse: collapse;
}

Table td {
  border: 0px;
}

.outdent {
  padding-left: 2em;
  text-indent: -2em;
}

.listPlain {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.listPlain ul {
  list-style: none;
}

.spacedList li {
  margin-bottom: 1em;
}

.listCompact {
  margin-top: 1em;
}

.listCompact li {
  margin-bottom: 0;
}

.bullet {
  color: red;
  font-size: 130%;
}

.speciesTable {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

.speciesTable td, .speciesTable th {
  border: 1px solid;
  padding: 0.7em;
}

.speciesTable p {
  margin: 0;
  padding: 0;
}

.speciesTable th {
  vertical-align: top;
}

.speciesTable tr:nth-child(even) {
  background-color: #eee;
}

.alt {
  background-color: #eee;
}

.citation {
  padding-left: 1em;
  text-indent: -1em;
}

.alert {
  background-color: pink;
  margin: 10px;
  padding: 10px;
  border-radius: 7px;
}
/*Nomination Search Form*/
.note {
  font-size: smaller;
}

.heading {
  font-size: larger;
}

.requiredNotice {
  color: blue;
}

/*Login form*/
.loginForm input.text {
  color: #00008B;
  background-color: #E3F2F7;
  border: 1px inset #00008B;
  width: 150px;
}

.loginForm input.btn {
  color: #00008B;
  background-color: #ADD8E6;
  border: 1px outset #ADD8E6;
}
/*Let's make all the buttons like this*/
input.btn {
  color: #00008B;
  background-color: #ADD8E6;
  border: 1px outset #ADD8E6;
  width: auto; /*IE hack*/
  padding: 1px 5px 1px 5px; /*IE hack*/
  overflow: visible; /*IE hack*/
}
.loginForm div {
/*  clear: left;*/
  margin: 0;
  padding: 0;
  padding-top: 0.6em;
}

.loginForm div label {
  float: left;
  width: 30%;
  font-weight: bold;
}
/*button positioning is now inline*/
.centeredImg {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.nomLeftColumn {
  float: left;
  width: 350px;
}

.nomRightColumn {
  margin-left: 400px;
}

.nomFormTitle {
  font-size: 130%;
  font-weight: bold;
}

#NominationFilesTable td {
/*  Add some padding*/
  padding: 5px;
}

#NomSearchResults td {
  overflow: hidden;
}
#NomSearchResults th {
  font-weight: bold;
}

.decisionBox {
  width: 300px;
  padding: 15px;
  margin: 25px 10px 10px 10px;
  background-color: WhiteSmoke;
  border: 3px solid LightGrey;
}

#userFunctions {
  position: absolute;
  top: 35px;
  right: 10px;
  z-index: 5;
  background: snow;
  width: 150px;
  padding: 2px;
  margin: 3px;
  border: 3px solid lightgrey;
  border-radius: 7px;
/*  float: right;*/
}

#userFunctions ul {
  list-style: none;
  padding-left: 0;
  margin-left: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.mapperButtonContainer {
  width: 740px;
  margin: 2em auto 2em auto;

}
.mapperButton {
  text-align: center;
  background: snow;
  border-radius: 7px;
  width: 150px;
  border: 3px solid lightgrey;
  padding: 8px;
  /*margin-left: 150px;*/
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}

/*Redesign*/
#introText {
  width: 90%;
  margin: auto;
  padding: .5em 0 .5em 0;
}

#introHeader {
  width: 100%;
  border-radius: 7px;
}

#introContainer {
  margin: 0 2.5em 0 2.5em; /* Placing margins on container keeps the three boxes aligned vertically when floated */
  /*min-height: 11em;*/ /* Forces height when center box is the smallest one */
  border-radius: 7px;
  padding-bottom: 2em;
}

.introCategories {
  width: 27%;
  background-color: lightgray;
  border: 4px solid lightblue;
  border-radius: 7px;
  padding: 0.5em;
  min-height: 9em;
}

#about {
  float: right;
}
#mapper {
  float: left;
}

#nominations {
  margin: auto;
}

.remaining {
  float: right;
}

#fishie-fishie {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.chartTitle {
  text-align: center;
}
