/* General */
.new {
  border: none !important;
}
.community {
  width: 90%;
}
@media (max-width: 650px) {
  .community { 
    width: 40%;
  }
  .new td {
    display: block;
    width: 100% !important;
  }
}

/* Header */
nav#main {
  background: #09212e !important;
}
header .top-bar,
.header .top-bar {
    display: none !important;
}

/* Contact page */
.page-contact .main-container .container .row:first-of-type {
    display: none;
}
.page-contact .main-container section.contact {
    display: none;
}
.page-contact .main-container section.form {
    display: none;
}