.menu > a:nth-child(2) {
  /*! background-color: rgba(255, 255, 255, .9); */
}

.left-panel {
  float:left;
  width:30%;
  padding:20px;
  padding-top:40px;
  /*! text-align:center; */
  color:#999;
  height:auto;

  font-size:0px;
  /*! border-right: 3px solid #a3b5bf; */
  border-top: none;
  border-left: none;
  background-color: #e4e4e4;
}

.right-panel {
  float:right;
  width:70%;
  text-align:justify;
  padding-top:20px;
  padding-bottom:80px;
  line-height:160%;
  color:#7F7F7F;
  background-color: rgba(255, 255, 255, .7);
}

.search-box {
  background-color: #f9f9f8;
  width:100%;
  font-size: 14px;
  text-align: center;
  border-radius:0px;
  border: none;
  color:#7b7171;
  height:60px;
  line-height:62px;
  margin-bottom:20px;
  padding-left:10px;
  /*! border: 2px solid #dadada; */
}

input[type=checkbox] {
  width:30px;
  margin: 0px;
  display: none;
} 



.is-ipa, .is-regex {
  border: 1px solid #a4c09d;
  /*! background-color: rgba(55, 55, 55, .1); */
  width:calc(50% - 30px);
  height:40px;
  line-height:40px;
  font-size:15px;
  font-weight:bold;
  color:#e9a98b;
  margin-bottom:20px;


  /*! background-color: #eda38166; */
  display: inline-block;
  /*! margin-left: 0px; */
  /*! margin-right: 10px; */
  /*! border: 2px solid #f2bca3cc; */
  width: calc(50% - 10px);
  text-align: center;
  background-color: #99b492;
  border: 1px solid #99b492;
  color: #fdfdfd;
}

.is-regex {
  margin-top:15px;
  margin-left:20px;
}

.is-ipa:hover, .is-regex:hover {
  /*! background-color: #e6a98e; */
  color:#93aa8e;
  cursor:pointer;
  background-color: #f9f9f8;
  border: 1px solid #99b492;
  font-weight: normal;
}

.selected {
  /*! background-color: #99b492; */
  color:#9aae95;
  /*! cursor:pointer; */
  border: 1px solid #99b492;
  background-color: #f9f9f8;
  font-weight: normal;
}

.search-explanation {
  background-color: #f9f9f8;
  /*! border: solid 1px #b0b0b0; */
  padding:20px;
  margin-top:15px;
  margin-bottom:15px;
  text-align:justify;
  font-size:14px;
  line-height:160%;
}


.panel_menu_item {
  color:#807070;
  padding:10px;
  padding-left:40px;
}

.panel_menu_item:hover {
  background-color: rgba(255, 255, 255, .6);
  border: solid 1px #b0b0b0;
  cursor:pointer;
}

.section {
  display:none;
}

.section:first-child {
  display:inline;
}


.search_results_header {
  background-color: #fdfdfd;
  border: 1px solid #f5c3a7;
  border-left: none;
  font-weight:600;
  margin-top:60px;
  margin-bottom:20px;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:20px;
  border-right: none;
}

.search_results_header:first-child {
  margin-top:0px;
}

table {
  color:#686868;
}

.definition_row1, .definition_row2 {
  vertical-align:top;

}

.definition_row1 > td, .definition_row2 > td {
  padding-top:30px;
  padding-bottom:20px;
  /*! line-height:160%; */
  /*! font-size:13px; */
}

.definition_row2 > td {
  border-bottom: solid 1px #e3e3e3;
}

.definition_row1:last-child > td, .definition_row2:last-child > td {
  border-bottom: none;
}

.lemma {
  padding-left:40px;
  min-width:140px;
}

.definition {
  width:100%;
  padding-top:5px;
  padding-left:20px;
  padding-right:40px;
}

.stems {
  float:right;
}




@media (max-width: 1000px) {

  main {
    min-height:100%;
  }

  .left-panel {
  display:block;
  width:100%;
  height:auto;
  padding-bottom:40px;
  }

  .right-panel {
  width:100%;
  border-left: none;
  }

  .is-ipa, .is-regex {
  display:inline-block;
  width:calc(25% - 20px);

  margin-left: 20px;
  height: 60px;
  margin-top: 0px;
  vertical-align: top;
  line-height: 60px;
  text-align: center;
  }

  .search_explanation {
  width:80%;
  margin-top:20px;
  margin:0 auto;
  }
  .search-box {
  width:50%;
  margin-top:20px;
  margin:0 auto;
  margin-bottom:5px;
  }

  .IPA {
    display:block;
  }

  .stems {
    display:block;
    float:left;
    margin-top:10px;
  }
}



