html,
body {
  height: 100%;
  min-width: 970px;
}
textarea {
  resize: vertical;
}
textarea.growing {
  -webkit-transition: height 0.15s;
  -o-transition: height 0.15s;
  transition: height 0.15s;
  height: 52px;
  resize: none;
  overflow: hidden;
}
textarea.growing:active,
textarea.growing:focus {
  height: 252px;
  overflow: auto;
}
#main-navi {
  margin-top: 50px;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  padding: 31px 0;
  margin-left: 0;
  margin-right: 15px;
}
.navbar-brand #logo {
  width: auto;
  height: 50px;
}
.title-placeholder {
  min-height: 81px;
}
.title-placeholder .title-affix {
  top: 0;
  background-color: #ffffff;
  width: 100%;
  z-index: 1030;
  -webkit-transition: box-shadow 0.15s;
  -o-transition: box-shadow 0.15s;
  transition: box-shadow 0.15s;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.title-placeholder .title-affix.affix {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}
