.buffer {
  display: flex;
  flex-direction: column;
}

.buffer > table {
  table-layout: fixed;
}

.buffer fieldset{
  margin:.7em 0;
  padding:12px;
  border:1px solid #222222;
}
.buffer fieldset legend{
  font-weight:bold;
  width: unset;
  border-bottom: none;
}
.buffer a {
  color: #c53039;
  text-decoration: underline;
}
.buffer a:hover {
  text-decoration: none;
}
.buffer a.btn {
    color: #ffffff;
    text-decoration: none;
}
.buffer a.btn:hover {
    color: #c53039;
    text-decoration: none;
}

.buffer a.link-more {
  text-decoration: none;
}


body.empty{
  padding:0;
  margin:0;
}
body.empty .buffer{
  font-size:13px;
  font-family:sans-serif;
  padding: 3rem 2.5rem;
}
body.empty > h2{
  display:none;
}

.buffer .formheader{
	max-width: unset;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 1rem;
}

.buffer .customform .extracurricular .formfield{
  margin-bottom: 0;
}

.buffer #news-search .selector{
  display: flex;
}

.buffer #news-search .filter-drop{
  margin: 0 0.313rem 0 0;
}

@media (min-width: 1024px) { 
  .buffer {
    flex-direction: row;
    align-items: flex-start;
  }
}
