#my-result-modal {
  font-size: 14px;
}
#my-result-modal .move-btns .btn {
  display: inline-block;
  padding: 6px 12px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#my-result-modal .move-btns .btn-default2 {
  color: #333 !important;
  background-color: #fff;
  border-color: #b3b3b3;
  transition: all 0.3s ease-out;
}
#my-result-modal .move-btns .btn-default2:hover {
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}
#my-result-modal .clearfix:after, #my-result-modal .clearfix:before {
  display: table;
  content: " ";
}
#my-result-modal .clearfix:after {
  clear: both;
}
#my-result-modal .pull-right {
  float: right;
}
#my-result-modal kbd {
  box-shadow: none;
  color: #fff;
  margin: 0 5px;
}
#my-result-modal .h5, #my-result-modal h5 {
  font-size: 1em;
}
#my-result-modal blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
#my-result-modal blockquote p {
  margin: 0 0 10px;
  padding: 0;
}
#my-result-modal .bs-callout {
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  margin: 20px 0;
  padding: 20px;
}
#my-result-modal .bs-callout-info {
  border-left-color: #1b809e;
}
#my-result-modal .bs-callout-info h4 {
  color: #1b809e;
}
#my-result-modal .bs-callout-danger {
  border-left-color: #ce4844;
}
#my-result-modal .bs-callout-danger h4 {
  color: #ce4844;
}
#my-result-modal .bs-callout-warning {
  border-left-color: #aa6708;
}
#my-result-modal .bs-callout-warning h4 {
  color: #aa6708;
}
#my-result-modal .no-answer {
  padding: 30px;
}
#my-result-modal .bs-callout {
  border-left-width: 15px;
  background-color: #fff;
}
#my-result-modal .bs-callout h5 {
  border-bottom: solid 1px #ccc;
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 10px;
}
#my-result-modal .bs-callout-correct {
  border-color: #16a085;
}
#my-result-modal .bs-callout-wrong {
  border-color: #c0392b;
}
#my-result-modal .bs-callout-neutral {
  border-color: #7f8c8d;
}
#my-result-modal .bs-callout-sankaku {
  border-color: #f39c12;
}
#my-result-modal .bg-correct {
  background-color: #16a085;
}
#my-result-modal .bg-info {
  background-color: #0abde3;
}
#my-result-modal .bg-wrong {
  background-color: #c0392b;
}
#my-result-modal .bg-neutral {
  background-color: #7f8c8d;
}
#my-result-modal .bg-sankaku {
  background-color: #f39c12;
}
#my-result-modal .bs-callout blockquote {
  font-size: 14px;
}
#my-result-modal .gen-type-typing .q-text blockquote, #my-result-modal .gen-type-typing .q-answer blockquote {
  font-family: 'Roboto', sans-serif, '游ゴシック Medium';
}
#my-result-modal .result-detail-question {
  overflow-x: auto;
}
