/*
 * style.css
 */

@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);

body {
  font-family: 'Spoqa Han Sans Neo', sans-serif;
}

small {
  font-size: 11px;
  color: gray;
}

.no-break {
  word-break: keep-all;
}

.point-label {
  width: 80px;
  height: 20px;
  background-color: yellow;
  border: 1px solid black;
  align-items: center;
  align-content: center;
  border-radius: 5px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  margin-bottom: 5px;
}

.point-input {
  width: 78px;
  height: 18px;
  border-radius: 4px;
  border: none;
  outline: none;
  text-align: center;
  background-color: white;
}
