#newt-content {
    width:1300px;
    max-width:100%;
    display:block;
    margin:40px auto;
}
#newt-content button {
  cursor:pointer;
}
#newt-input {
  width:70%;/*800px*/
  max-width:70%;
  display: inline-block;
}
#newt-input * {
  margin-bottom:20px;
  display: inline-block;
}
#newt-content textarea {
  min-height:200px;
}
#newt-word-focus,
.newt-expand,
#newt-input button,
#newt-input textarea,
#newt-input input[type='url'] {
    border: none;/*1px solid #ddd;*/
    background-color:#fff;
    border-radius:5px;
    box-shadow:0 3px 5px rgba(0,0,0,0.20);
    padding:10px 15px;
    font-size:18px;
    width:100%;
}
#newt-input input[type='url'] {
    width: 49%;
}
#newt-focus {
  width:28%;
  max-width:28%;
  float:right;
}
#newt-focus table {
  margin-top:0 !important;
  border-collapse:separate; 
  border-spacing:5px !important;
}
#newt-focus tr {
  box-shadow: 0 3px 5px rgba(0,0,0,0.20);
  border-radius: 10px;
}
#newt-focus td {
  padding: 2px 2px 2px 10px !important;
}
#newt-focus td::after {
  border:none !important;
}
/*
#newt-focus ul {
  list-style: none;
  padding-left:0;
}
#newt-focus li {
}
#newt-focus li span:first-child {
  min-width:120px;
  font-weight: 600;
}
*/
#newt-word-focus {
    width:49%;
    margin-left:2%;
}
#newt-result .highlight {
  color:#fff;
}
#newt-result .highlight.green {
  background-color:green;
}
#newt-result .highlight.yellow {
  background-color:yellow;
}
#newt-result .highlight.blue {
  background-color:blue;
}
#newt-result .highlight.pink {
  background-color:pink;
}
#newt-result .highlight.darkgreen {
  background-color:darkgreen;
}
#newt-result .highlight.purple {
  background-color:purple;
}
#newt-result .highlight.orange {
  background-color:orange;
}
#newt-result .highlight.red {
  background-color:red;
}

.newt-expand,
#newt-input button {
  padding:15px 0;
  background-color:#2AC8EA;
  color:#fff;
}
.newt-expand {
    margin: 0 10px;
    width: calc(100% - 20px);
    padding: 10px 0;
}
#newt-result > span {
    display:block;
    width:100%;
    margin-bottom:25px;
}
#newt-result > div {
  display:inline-block;
  width:32%;
  margin-right:1%;
  min-width:380px;
  vertical-align:top;
}
#newt-result > div:last-child {
    margin-right:0;
}
.newt-count {
    font-weight:700;
}
#newt-content table {
  border:none;/*1px solid #777;*/
  margin-top:10px;
  margin-bottom:10px;
  /*border-collapse: collapse;*/
  border-spacing: 0;
}
#newt-content tr:first-child {
    box-shadow: 0 3px 5px rgba(0,0,0,0.20);
    border-radius: 10px;
}
#newt-content th:first-child {
  padding-left:10px;
  border-top-left-radius:10px;
  border-bottom-left-radius:10px;
}
#newt-content th:last-child {
  padding-right:10px;
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
  min-width:60px;
}
#newt-content th {
  background-color:#EEEEEF;
  border:none;
}
#newt-content th,
#newt-content td {
  width:80px;
  padding:5px 0 5px 5px;
  text-align:right;
}
#newt-content td {
  padding:0 2px;
  border-top:none;
  /*border-bottom:1px solid #ccc;*/
}
#newt-content tr:not(:first-child) td {
  position: relative;
}
#newt-content tr:not(:first-child) td:after {
  content:'';
  display:block;
  border-bottom:1px solid #ccc;
  position: absolute;
  width:100%;
  left:0;
  bottom:0;
}

#newt-content th:first-child,
#newt-content td:first-child {
  min-width:220px;
  text-align:left;
}
#newt-content th:nth-child(2),
#newt-content td:nth-child(2) {
  width:60px;
}
#newt-content th:last-child,
#newt-content td:last-child {
  width:100px;
}
#newt-content td:first-child {
  /*border-left: 20px solid transparent;*/
  padding-left:10px;
}
#newt-content td:last-child {
  /*border-right: 20px solid transparent;*/
  padding-right:10px;
}
#newt-content tr:nth-child(2) td {
  /*border-top:10px solid transparent;*/
  padding-top:10px;
}
.newt-controls {
  display: none;
  text-align: right;
}
@media all and (min-width:1025px) {
  #newt-results {
    overflow: hidden;
    padding: 0 4px;
    position: relative;
  }
  #newt-result {
    left:0;
    transition:all 0.2s ease-in;
    min-width: 1600px;
    display: block;
    padding-right:30px;
    position: relative;
  }
  #newt-result > div {
    width:24%;
    margin-right:12px;
  }
  #newt-results:after {
    display:block;
    position:absolute;
    top:0;
    right:0;
    width:40px;
    height:100%;
    content:'';
    background-image: linear-gradient(to right, transparent, #f6f9fc);
  }
  .newt-controls:not(.hidden) {
    display: block;
  }
  .newt-control {
    display: inline-block;
    margin-right:20px;
    font-size: 42px;
  }
  .newt-control.inactive {
    opacity: 0.3;
    pointer-events: none;
    cursor: default;
  }
}
@media all and (max-width:991px) {
  #newt-input,
  #newt-focus {
    width:100%;
    max-width:100%;
    display: block;
    float:none;
  }  
}
@media all and (max-width:767px) {
    #newt-result > div {
        width:100%;
        min-width:100%;
        margin-bottom: 40px;
    }
    #newt-content th:first-child,
    #newt-content td:first-child {
        min-width: 50%;
    }
}