@media (max-width: 768px) {
  .social-links {
    display: none;
  }
}

#decreesWrapper {
  width: 900px;
  max-width: 900px;
  margin: 0 auto;
}

.w-28 {
  width: 28%;
}

.w-12 {
  width: 12%;
}

.presidentTile {
  height: 80px;
  background-color: #aaa;
  margin: 0 10px;
}

#decreesTable {
  width: 900px;
}

#decreesTable thead {
  display: table-header-group;
}

#tableHeader {
  height: 170px;
}

#tableHeader th {
  vertical-align: top;
}

#decreesTable tbody {
  display: table-row-group;
}

.president-image {
  width: 68px;
  height: 94px;
}

.pres-name {
  height: 44px;
}

#decreesTable td:not(:first-child) {
  text-align: center;
}

#assignmentTypeSelect {
  width: 90%;
  font-size: 14px;
  margin-bottom: 15px;
}