.bot25 {
  margin-bottom: 25px;
}

.bot50 {
  margin-bottom: 50px;
}

.bot100 {
  margin-bottom: 100px;
}

.bot200 {
  margin-bottom: 200px;
}

.top25 {
  margin-top: 25px;
}

.top50 {
  margin-top: 50px;
}

.top100 {
  margin-top: 100px;
}

.top200 {
  margin-top: 200px;
}

.padtop25 {
  padding-top: 25px;
}

.padtop50 {
  padding-top: 50px;
}

.padtop100 {
  padding-top: 100px;
}

.padbot25 {
  padding-bottom: 25px;
}

.padbot50 {
  padding-bottom: 50px;
}

.padbot100 {
  padding-bottom: 100px;
}

.invisible {
  display: none;
}

.fontsize20 {
  font-size: 20px !important;
}
