html{
  max-width: 900px;
  margin: 0 auto;
}

body{
  position: relative;
  text-align: center;
  margin: auto 1rem;
}

.header{
  width: 100%;
  margin-top: 1rem;
  /* text-align: center; */
}

.img-logo{
  width: 300px;
}

.search, .result{
  max-width: 500px;
  margin: 1rem auto;
}

.nav-tabs > li {
  float:none;
  display:inline-block;
  zoom:1;
  width: 49%;
}

.nav-tabs{
  text-align: center;
}

.search-contents{
  margin-top: .5rem;
}

.search-config{
  margin-top: .3rem;
  margin-bottom: .3rem;
}

/* .search-config span:nth-child(2){
  margin-left: 2rem;
} */

textarea{
  width: 100%;
  margin-bottom: .3rem;
}

#input-search-single{
  width: 78%
}

#button-search-muiti{
  margin-top: .3rem;
}

table{
  position: relative;
}

.relation-result, .loading-result, .alarm-no-result{
  display: none;
}

#input-search-multi{
  height: 4rem;
  transition: height .5s ease-out .5s;
}

#input-search-multi:focus{
  height: 10rem;
  transition:height .5s;
}

.row-result:hover{
  background: #ffffcc
}

.row-result:active{
  background: #ccffcc
}

.glow {
  border: 3px solid red;
}

.src-lang.disabled,.tgt-lang.disabled {
    pointer-events: none;
}

.tool-button{
  margin: 1rem auto;
}

.alert-copied{
  display: none;
  text-align: initial;
  max-width: 500px;
  position: fixed;
  margin: 1rem auto;
  left: 0;
  right: 0;
  bottom: .3rem;
  opacity: 0;
  transition: opacity .15s;
}

.footer{
  font-size: .75rem;
  max-width: 500px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  position: absolute;
  background: #dadada;
  border: 1px solid #dadada;
  border-radius: .4rem .4rem 0 0;
}

.settings-title{
  display: block;
}

.settings-group{
  margin: .5rem auto;
  display: flex;
  justify-content:space-between;
}

.modal-body{
  text-align: initial;
}

#settingsDataVersionValue{
  text-align: right;
}

@media only screen and (max-width: 400px) {
.other-trigger{
  display: none
}
}