.simpleread-start img {
  width: auto;
  height: 26px;
  cursor: pointer;
}
.simpleread__popup {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
  width: 500px;
  height: 690px;
  padding: 10px 20px;
  background: #fff;
  color: #333;
  white-space: nowrap;
  text-align: left;
  border-radius: 0 0 0 4px;
  overflow-y: auto;
}
.simpleread__popup .active {
  border-color: #333;
}
.simpleread__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #ececec;
}
.simpleread__top-title {
  font-size: 1.7em;
  letter-spacing: 1px;
  font-weight: 600;
  color: #333;
}
.simpleread__top-close {
  font-weight: 500;
  color: #333;
  font-size: 2.3em;
  text-align: right;
  cursor: pointer;
}
.simpleread__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
.simpleread__item {
  padding: 30px;
  border-bottom: 1px solid #ececec;
}
.simpleread__item:last-child {
  border-bottom: none;
}
.simpleread__item-title {
  font-size: 1.3em;
  font-weight: 400;
  margin-bottom: 20px;
}
.simpleread__element-box {
  display: flex;
  align-items: center;
}
.simpleread__element {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 3px solid #dadada;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 10px;
  font-weight: 500;
}
.simpleread__element:hover {
  border-color: #333;
}
.simpleread__element:last-child {
  margin-right: 0;
}
.simpleread__element-long {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 45px;
  border: 3px solid #dadada;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}
.simpleread__element-long:hover {
  border-color: #333;
}
.simpleread__font-size-50 {
  font-size: 0.9em;
}
.simpleread__font-size-100 {
  font-size: 1.2em;
}
.simpleread__font-size-200 {
  font-size: 1.5em;
}
.simpleread__background {
  font-size: 1.1em;
}
.simpleread__background-black-white {
  background-color: #000;
  color: #fff;
}
.simpleread__background-blue-yellow {
  background-color: blue;
  color: yellow;
}
.simpleread-start img {
  visibility: visible;
}
.simpleread__reset-button {
  display: block;
  margin: 20px auto;
  padding: 12px 20px;
  background-color: #dadada;
  border: none;
  border-radius: 4px;
  font-size: 1.1em;
  font-weight: 500;
  color: #333;
  cursor: pointer;
}
.simpleread__reset-button:hover {
  opacity: 0.8;
}
.simpleread__author {
  display: flex;
  justify-content: right;
  margin-top: 30px;
  font-weight: 400;
  font-size: 0.9em;
  color: #777;
}
