.cbcurrencyconverter_demo_copy {
  width: 100% !important;

  #cbcurrencyconverter_global_shortcode_demo{
    clear: both;
    margin-bottom: 10px;
  }

  .description {
    width: 100% !important;
    display: block;
    margin-left: 0px;
    margin-top: 10px !important;
    font-weight: bold;
  }

  .shortcode_demo_btn {
    clear: both;
    background: #fff;
    color: #000;
    border: 1px solid #ff2c5e;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.3;
    padding: 3px 10px;
    text-decoration: none;
    margin-top: 5px;

    &:hover, &:focus{
      color: #ff2c5e;
      box-shadow: none;
      outline: none;
    }

    &.copy_success {
      background: #5eba7d;
      border: 1px solid #5eba7d;
      color: #fff;
    }

    &.copy_fail {
      background: #ff2c5e;
      color: #fff;
    }
  }

  .cbcurrencyconverter_cal_wrapper{
    margin-left: 0 !important;
  }
}