/**!
  * Cascading Style Sheet
  * Copyright (c) 2019 Aaron Jo. All rights reserved.
  */
body { padding: 0 20px; }
.fontWB { font-weight: bold;}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  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;
}
.btn-primary { color: #fff; background-color: #337ab7; border-color: #2e6da4; }
.btn-gray { color: #222; background-color: #ddd; border-color: #ccc; }
.btn-disabled { color: #aaa; background-color: #ddd; border-color: #ccc; }
.inp_text { border: 1px solid #d6d6d6; background: rgb(251, 253, 224); font-size: 14px; padding: 4px 5px 6px; margin: 0 0; overflow: visible; }
.mT10 { margin-top: 10px; }
.mT30 { margin-top: 30px; }
.mT40 { margin-top: 40px; }
.mB10 { margin-bottom: 10px; }
.mB60 { margin-bottom: 60px; }
.pLR10 { padding: 0 10px; }
.border1 { border-width: 1px; border-style: solid; border-color: #d6d6d6; border-image: initial; }
.center { text-align: center; }
.right { text-align: right; }
.bg-grey { background-color: #d6d6d6; }
.result { width: 100%; min-height: 200px; }