/* To be used in conjunction with PageBuildShortcuts.js */

.genericList
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.genericTitleHolder
{
  display: flex;
  justify-content: center;
  font-size: 50px;
  font-family: sans-serif;
}

.genericButton
{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 20px;
  border-radius: 5px;
  color: white;
  background-color: #2244bb;
  margin: 5px;
}

.createButton
{
  background-color: #22bb33;
}

.saveButton
{
  background-color: #1188dd;
}

.deleteButton
{
  background-color: #ff3333;
}

.pageHoldingDiv
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
