#navigation {
  min-height: 100px;
  color: white;
}

#nav {
  display: none;
  float: right;
}

.login {
  margin-bottom: 20px;
}

.notFound {
  display: none;
}

.selectedUserInfo {
  display: none;
}

.selectedCompanyInfo {
  display: none;
}

.ticketThread {
  display: none;
}

#usersList {
  display: none;
}

#replyThread {
  max-height: 300px;
  max-width: 1000px;
  overflow-y: auto;
  background-color: #DCDCDC;
}

#replyThread li {
  max-width: 700px;
}

#commentThread {
  max-height: 300px;
  max-width: 1000px;
  overflow-y: auto;
  background-color: #FF2F2F;
}

.adminOptions {
  display: none;
}

#comment {
  display: none;
}

#replyText {
  min-height: 100px;
  min-width: 400px;
}

#commentText {
  min-height: 100px;
  min-width: 400px;
}

#newNote {
  min-height: 100px;
  min-width: 400px;
}

.manageCurrentUsers {
  display: none;
}

.manageCurrentCompanies {
  display: none;
}

.addNewCompany {
  display: none;
}

.manageNewUsers {
  display: none;
}
