::-webkit-input-placeholder {
   text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: center;
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;
}

:-ms-input-placeholder {
   text-align: center;
}

.PlayerStatTables {
  background-color: #ffffff;
  box-shadow: 1px 1px 5px grey;
  padding-top: 3px;
  position: relative;
}

.form-group {
  margin: 3px;
}

.title {
  text-align: center;
  margin-top: 10px;
  vertical-align: baseline;
}

.instruct {
  text-align: center;
}

.datepick {
  /* margin-left: 341px; */
  width: 11%;
  margin: auto;
  margin-bottom: 5px;
  text-align: center;
}

.playergoalie {
  text-align: center;
}

#add_more_week {
  padding: 3px;
}

.fa_add {
  font-size: 17px;
}

.clickableAdd {
  cursor: pointer;
}

#updateButton {
  width: 50%;
  margin: auto;
  margin-top: 20px;
}

.output {
  font-family: Arial;
  font-size: 14px;
}

hr {
  width: 50%;
}

.current_val, .add_tpe {
  text-align: center;
}

/* ARCHIVES */
.pagination {
  margin: auto;
}

td>a {
  color: black;
  text-decoration: underline;
}


/* DEPRECIATION */
.userinput {
  text-align: center;
  margin: auto;
}

.toolMain {
  margin: auto;

}

#dep_hr {
  height: 1px;
  color: black;
  background-color: black;
  border: none;
}

@media (min-width: 768px)
{
  .listlink {
    position: absolute;
    right: 27px;
    top: 10px;
  }
}

@media (max-width: 767px)
{
  .listlink {
    position: relative;
  }
}

#reset:hover {
  text-decoration: underline;
  cursor: pointer;
}

#popover {
  float: left;
}

/* SEASON SELECT */
#submit {
  margin-left: 10px;
}

/* PREDICTIONS */
#mypredictions {
  margin-right: 15px;
  margin-top: 3px;
}

.button_header {
  margin-bottom: 5px;
}

#pencil {
  color: #FFFFFF;
}