#introduced-text-input{
    width: 99%;
    padding: 7px;
    margin: 6px 15px 6px 6px;
    height: 42px;
    font-size: 28px;
    text-align: center;
}
#converted-text{
  font-size: 38px;
  line-height: 48px;
  padding: 8px 0px;
  width: 100%;
  background: transparent;
  color: #222;
  text-shadow: 1px 1px 3px #ccc;
  text-align: center;
  border: none;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.text-center{
  text-align: center;
}
.introduction{
  margin-top: 15px;
}
#copy_btn_container{
  text-align: center;
}
#link-to-text{
  display: block;
  position: absolute;
  left: -1000px;
}
.decorator-btn{
  padding: 4px 12px;
  font-size: 18px;
  margin-bottom: 3px;
  margin-top: 3px;
  border-radius: 4px;
}
.panel {
  margin-top: 6px;
}
.panel-default>.panel-heading {
  font-size: 16px;
}
.btn.style-decoration-side,.btn.style-decoration-side-reset, .btn.style-decoration-center,.btn.style-decoration-center-reset{
  margin-bottom: 6px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-top: 4px;
    margin-bottom: 12px;    
    font-size: 18px;
    font-weight: 400;
    line-height: 1.62857143;
    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 #ccc;
    /*border-radius: 4px;*/
}

.btn:hover {
    margin-top: 4px;
    border-bottom-width: 1px;
}


#bottom_banner_adsense{
  margin-top: 10px;
}

a.notice{
  color:#ff6550;
}

/*For only mobile*/
@media only screen and (max-width: 760px) {
  #converted-text{
    font-size: 22px;
    line-height: 25px;
    padding: 4px 0px;
    width: 100%;
    background: transparent;
    color: #222;
    text-shadow: 1px 1px 3px #ccc;
    text-align: center;
    border: none;
  }
  #introduced-text-input{
    width: 98%;
    padding: 5px;
    margin: 4px 6px 4px 6px;
    height: 28px;
    font-size: 18px;
    text-align: center;
  }
  .panel-heading {
      padding: 4px 5px;
  }

}