// Place all the styles related to the Chattings controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

.chatting-form {
  margin: 5%;
  text-align: center;
}

#create-chatting {
  margin-top: 5%;
}

#chatting-index {
  list-style: none;
  font-size: 22px;
  padding-left: 0px;
}

#chatting-index > li {
  margin-left: 0px;
}

#chattings {
  text-align: center;
}

#chatting-title {
  text-align: center;
}

#hidden {
  display: none;
}
