.bc-embed-panel {
    padding: 0px 30px;
    position: relative;
    text-align: left;
}

.bc-embed-iframe-content {
    position: relative;
    width: 900px;
    height: 500px;
    margin: 0px auto;
    font-size: 0;
    line-height: 0;
}

.bc-embed-iframe {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

.bc-embed-option-content {}

.bc-embed-option-label {
    font-weight: bold;
    color: #000000;
    font-size: 20px;
    margin: 0;
    padding: 2px 0px 5px 0;
    display: block;
}


/* size  */

.bc-embed-group {
    padding: 5px 0 11px 5px;
    position: relative;
    overflow: hidden;
}

.bc-embed-label {
    font-weight: normal;
    color: #000000;
    width: 60px;
    line-height: 26px;
    font-size: 15px;
    margin: 0;
    float: left;
}

.bc-embed-size-content,
.bc-embed-skin-group {
    float: left;
    line-height: 26px;
}

.bc-embed-size,
.bc-embed-skin {
    float: left;
    margin-right: 28px;
}

input[type=radio].bc-embed-radio {
    float: left;
    margin-top: 4px;
    cursor: pointer;
    width: 15px;
    height: 15px;
    margin-right: 2px;
}

.bc-embed-square {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    padding-left: 3px;
    cursor: pointer;
}


/*.bc-embed-small {
  height: 20px;
  width: 30px;
}
.bc-embed-middle {
  height: 25px;
  width: 40px;
}
.bc-embed-large {
  height: 30px;
  width: 50px;
}*/

.bc-embed-custom {
    float: left;
    padding-left: 3px;
    cursor: pointer;
    margin: 0;
}

.bc-embed-number-input {
    font-weight: 700;
    font-size: 15px;
    width: 68px;
    height: 24px;
    display: inline-block;
    border: 0;
    outline: 0;
    padding: 0;
    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    text-align: center;
    box-shadow: none;
}

.bc-embed-number-input:focus {
    border-bottom-width: 1px;
    box-shadow: 0 1px 0 #4997ee;
}

.bc-embed-custom-px {
    position: relative;
    float: left;
    display: block;
}

.bc-embed-custom-help {
    position: relative;
    color: #888888;
    margin-left: 8px;
    font-size: 12px;
    float: left;
    display: block;
    margin-top: -2px;
    height: 26px;
}

.bc-embed-custom-help>span {
    font-size: 20px;
    position: relative;
    top: 7px;
}


/* skin */

.bc-embed-skin>label {
    float: left;
    display: block;
    width: 38px;
    height: 26px;
    margin: 0;
    cursor: pointer;
}
.bc-embed-skin-wooden {
    background: url("/showcase/img/skin-wooden-mid.png") no-repeat -70px -30px;
}
.bc-embed-skin-red {
    background: url("/showcase/img/red-2.png") no-repeat -70px -30px;
}

.bc-embed-skin-gold {
    background: url("/showcase/img/gold-2.png") no-repeat -70px -30px;
}

.bc-embed-skin-silver {
    background: url("/showcase/img/silver-2.png") no-repeat -70px -30px;
}

.bc-embed-skin-green {
    background: url("/showcase/img/green-2.png") no-repeat -70px -30px;
}

.bc-embed-skin-yellow {
    background: url("/showcase/img/yellow-2.png") no-repeat -70px -30px;
}


/* code */

.bc-embed-step-content {}

.bc-embed-step-title {
    font-size: 14px;
    font-weight: normal;
    margin: 1px 0 4px 0;
    color: #000;
}

.bc-embed-step-code {
    width: 100%;
    height: auto;
}