input {
  font-size: 24px;
  font-weight: 700;
  width: 320px;
  height: 44px;
  border-style: solid;
  border-width: 1px;
  border-color: #aaaaaa;
  border-radius: 0px;
  background-color: #0e121d;
  color: #aaaaaa;
  margin: 0px 1px 0px 1px;
}

input:focus {
  outline: none;
}

.trade {
  border-style: solid;
  border-color: #aaaaaa;
  border-width: 1px;
  color: #aaaaaa;
  margin: 4px;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  text-align: center;
  float: left;
  cursor: default;
  width: 32px;
}

.strategy {
  color: #aaaaaa;
  font-size: 12px;
  font-weight: 700;
  width: 46px;
  height: 30px;
  text-align: center;
  padding: 16px 0px 0px 0px;
  margin: 0px 2px 0px 0px;
  border-style: solid;
  border-color: #aaaaaa;
  border-width: 1px;
  cursor: default;
  float: left;
}

.token {
  height: 48px;
}

.ok {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  width: 46px;
  height: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #efb82d;
  color: #efb82d;
  text-align: center;
  padding: 16px 0px 0px 0px;
  margin: 1px 1px 0px 1px;
  cursor: default;
}

.signalsbox {
  border-bottom-style: solid;
  border-bottom-color: #000000;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-right-color: #000000;
  border-right-width: 1px;
  width: 360px;
  height: 360px;
}

.signalsboxtop {
  background-color: #151a28;
  border-bottom-style: solid;
  border-bottom-color: #000000;
  border-bottom-width: 1px;
  width: 360px;
  height: 48px;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
}

.signalsboxmiddle {
  border-bottom-style: solid;
  border-bottom-color: #000000;
  border-bottom-width: 1px;
  width: 360px;
  height: 132px;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
}

.signalsboxbottom {
  width: 340px;
  padding: 8px;
  height: 162px;
  font-size: 12px;
  display: flex;
  align-content: flex-start;
  flex-flow: row wrap;
  overflow: auto;
}

.signalsboxratio {
  width: 252px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 16px 0px 0px 8px;
}

.signalsboxinfo {
  width: 356px;
  font-size: 12px;
  text-align: left;
  padding: 16px 0px 0px 8px;
}

.signalsboxbuy {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  width: 46px;
  height: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #0e121d;
  text-align: center;
  padding: 16px 0px 0px 0px;
  margin: 0px 0px 0px 2px;
  cursor: default;
}

.signalsboxshow {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  width: 46px;
  height: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #0e121d;
  text-align: center;
  padding: 16px 0px 0px 0px;
  margin: 0px 2px 0px 0px;
  cursor: default;
}

.log-l-20 {
  text-align: left;
  width: 20%;
}

.log-l-35 {
  text-align: left;
  width: 35%;
}

.log-l-15 {
  text-align: left;
  width: 15%;
}

.log-l-20-50 {
  text-align: left;
  width: 20%;
  opacity: 0.5;
}

.log-l-35-50 {
  text-align: left;
  width: 35%;
  opacity: 0.5;
}

.log-l-15-50 {
  text-align: left;
  width: 15%;
  opacity: 0.5;
}

.botarea {
  margin-top: 2px;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap;
  align-content: flex-start;
  float: left;
}

.botbox {
  border-bottom-style: solid;
  border-bottom-color: #000000;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-right-color: #000000;
  border-right-width: 1px;
  width: 360px;
  height: 360px;
}

.symbolbox {
  background-color: #151a28;
  width: 360px;
  height: 48px;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
}

.symbolname {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  width: 148px;
  padding: 16px 0px 0px 8px;
}

.symbolprice {
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  width: 196px;
  padding: 16px 8px 0px 0px;
}

.symbolactive {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  width: 46px;
  height: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #151a28;
  text-align: center;
  padding: 16px 0px 0px 0px;
  cursor: default;
}

.symbolinfobox {
  width: 344px;
  height: 92px;
  padding: 8px;
  font-size: 12px;
  margin: auto;
}

.symbolinfo {
  line-height: 12px;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  text-align: left;
  margin: auto;
  width: 100%;
}

.symbolactive select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  padding: 0px 8px 0px 8px;
  margin: 4px;
  background-color: #151a28;
  color: #151a28;
  border: 1px solid #151a28;
  border-radius: 0px;
  width: 42px;
  text-align-last: center;
  cursor: default;
  font-family: sans-serif;
  font-style: normal;
  font-variant: normal;
  font-size: 12px;
}

.symbolactive select:focus {
    outline: none;
}

@media all and (max-width: 1080px) {
  .header {
    height: 50px;
  }
  .headerleft {
    top: 0px;
  }
  .headerright {
    top: 0px;
  }
}

body {
  color: #aaaaaa;
  background-color: #0e121d;
  margin: 0px 0px 0px 0px;
  font-family: sans-serif;
}
