.qccp-container{
	max-width: 600px;
	margin: 20px auto;
	padding: 0 20px;
}
.qccp-container pre{
	background: #F5F6FA;
	border: 1px solid #dddddd;
	/*border-radius: 10px;*/
	display: block;
    clear: both;
    overflow: auto;
    padding: 20px;
    margin: 12px 0;
    white-space: normal;
    font-size: 12px;
    font-family: "Andale Mono", Courier, "Courier New", monospace;
    -webkit-box-shadow: inset 0 0 8px 0px rgba(0,0,0,0.35);
    box-shadow: inset 0 0 8px 0px rgba(0,0,0,0.35);
}
.qccp-container pre span{
	line-height: 20px;	
    color: #000;
}
.qccp-container h2{
    font-family: Raleway,Arial, Helvetica, sans-serif;
    line-height: 46px;
    font-weight: 400;
    font-style: normal;
    font-size: 40px !important;
    margin-bottom: 10px;
}

.qccp-container pre{
    padding: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.qccp-container pre span:nth-child(even){
    background: #fffbfb;
    display: block;
    padding-left: 10px
        
}
.qccp-container pre span:nth-child(odd){
    background: #e6e6e6;
    display: block;
    padding-left: 10px
        
}


/*
    Shortcode Button Style
*/
.qccpb-overlay{
    position: fixed;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 999999;
    background: rgba(0,0,0,0.5);    
}
.qcld-cpb-popup-wrapper{
    display: none;
    position: fixed;
    /*font-family: "Andale Mono", Courier, "Courier New", monospace;*/
    top: 80px;
    /* transform: translateY(-50%); */
    max-width: 800px; 
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 9999999999;
    background: #fff;
}
.qcld-cpb-popup-wrapper .qccp-container pre{
    max-height: 640px;
    overflow-y: auto;
}
.qcld-cpb-popup-wrapper .qccp-container h2{
    margin-bottom: 25px;
}
.qcld-cpb-popup-container{
    display: none;
}
/*.qcld-cpb{
    height: 46px;
    line-height: 46px;
    padding: 0 20px 0 48px;
    display: inline-block;
    background-color:rgb(255, 153, 0);
    background-image:linear-gradient(rgba(255, 255, 255, 0.2) 0px, rgba(255, 255, 255, 0.01) 100%);
    color: #fff;
    cursor:pointer;
    display:inline-block;
    font-size:14px;
    font-weight:400;
    position:relative;
    border: 1px solid #f90;
    border-radius: 6px;
    position: relative;
    width: 265px;
}*/

/*
.vc_btn3-icon {
    left: 20px;
    font-size: 16px;
    height: 14px;
    line-height: 14px;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}*/
.qcld-cpb-popup-wrapper span.cpb-close-btn{
    width: 50px;
    height: 50px;
    display: inline-block;
    font-size: 25px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0,0,0,0.7);
    color: #fff !important;
    cursor: pointer;
}