/*@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 2px;
  font-family: "Monseratt", sans-serif;
  color:whitesmoke;
}

html {
  background-color: #1d2223;
}

section {
  margin-top: 1px;
  background-color: #272e2f;
}

nav {
  border-style: outset;
  border-width: 15px;
}

h1 {
  text-align: left;
  margin-left: 13px;
  color: yellowgreen;
  font-size: 25px;
  border-top-style: solid;
  display: inline-block;
}

h2 {
  margin-top: 13px;
  margin-left: 13px;
  color: whitesmoke;
  font-size: 16px;
  border-bottom-style: solid;
  border-color: rgba(221, 220, 220, 0.354);
  border-width: 2px;
}

span{
  margin-left: 13px;
  font-size: bolder;
}

caption{
  font-weight: bolder;
}


button {
  background-color: whitesmoke;
  border-style: groove;
  border-color: #78a047;
  border-width: 5px;
  margin: 3px;
  color:#1d2223;
}

button:hover {
  background-color: #78a047;
  color: whitesmoke;
  border-color: white;
  margin: 4px;
}

article dl {
  margin-top: 0;
  margin-left: 10px;
  color: whitesmoke;
  font-size:x-small;
}


#parse_form {
  margin: 15px;
  padding:10px;
  color: black;
  font-size:small;
  border-style:groove;
  width: 200px;
  background-color: rgb(120, 160, 71,0.7);   
}

input[type=text] ,input[type=submit] {
  border: 2px solid #78a047;
  border-radius: 4px;
  color:#1d2223
}


#parse_result_sec {
  margin: 15px;
  padding:20px;
  color: whitesmoke;
  font-size:small;
  border-style:groove;
  /* width: 50%; */
}

/* #submit_button{
  background-color:#89a06d;
} */

table{
 color:white;
 margin:14px;
 background-color: #1d2223;
 /* text-align: center; */
}
/* table tr:nth-child(even),thead{
  background-color: #363734;
} */



dd{
  text-decoration: dotted;
  font-size: medium;
}


#ChengShiImage {
  margin: 10px;
  border-style: groove;
}

article dt {
  margin-left: 25px;
  font-size: 15px;
  color: rgb(201, 200, 200);
  display: list-item;
  list-style-type:square;
}

ul {
  overflow: hidden;
}

.dropdown {
  float: left;
  text-align: center;
}

a {
  color: #78a047;
}

.dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 18px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #78a047;
  border-bottom-style: solid;
  border-width: 2px;

}

.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(71, 71, 71, 0.925);
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
  color: yellowgreen;
  padding: 14px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #272e2f;
}

.dropdown:hover .dropdown-content {
  display: block;
}

#logo {
  margin-left: 10px;
  filter: invert(55%) sepia(14%) saturate(1414%) hue-rotate(45deg) brightness(101%) contrast(87%);
  display: inline-block;
  inline-size: auto;
}

#copyright {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:xx-small;
  line-height: 1.42857143;
  color: whitesmoke;
  text-align: center;
  margin: 0;
}