.markdown-body {
  padding: 30px;
}


.header {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 0 10px 0 10px;
  min-height: 40px;
  max-height: 60px;
  border-bottom: 1px solid #dddddd;
}

.header-item {

}

.header-logo {
  display: block;
  width: 50%;
  min-width:170px;
  max-width:250px;
}

.header-select {
  display: block;
  position: absolute;
  right:0;
  top: calc(50% - 20px);
  padding-right: 20px;
}

.clovergames-logo {
  display: inline-block;
  vertical-align: middle;
  min-width: 84px;
  min-height: 20px;
}

.clovergames-logo img {
  max-width:100%;
  padding-left:10px;
}

.header-select > .dropdown-button {
  width: 100px;
  height: 30px;
  background-color: #efefef;
  border-radius: 2px;
  border: 1px solid #dddddd;
  margin-top: 2px;
  cursor: pointer;
}

.header-select > .dropdown-button span {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 30px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

.header-select > .dropdown-list {
  display: none;
}

.header-select.on > .dropdown-list {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0px;
  width: 100px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.07);
  border: solid 1px #ddd;
  z-index: 999;
}

.dropdown-list ul {
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.dropdown-list li {
  display: block;
  padding: 12px 0;
  list-style-type:none;
}

.dropdown-list a {
  display: block;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  color: #888;
}

a {
  text-decoration: none;
}

.footer {
  display: block;
  border-top: 1px solid #dddddd;
  padding-bottom: 10px;
  height: 50px;
}

.footer .footer-item {
  display: block;
  float: right;
}
.footer address {
  display: block;
  padding: 12px;
  font-size: 11px;
  letter-spacing: -0.7px;
  color: #888;
  font-style: normal;
  line-height: 1.5;
}
.footer span {
  display: block;
  float: right;
  text-align:right;
}

body {
  -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select:none;
}